Java

Messages
45
Hi can someone help me please? I need a java script for my site.

I want a messege to popup when the user presses the "Is This Bad?" button. I have included the html to help.

<p class="style6">
<select name="bad">
<option selected="selected">Select Something!</option>
<option>Intel</option>
<option>ATI</option>
<option>nVida</option>
<option>Dell</option>
<option>HP</option>
<option>COMPAQ</option>
<option value="Cheap!">AMD</option>
</select><input name="alppy" style="width: 107px" type="submit" value="Is this bad?" /></p class=""style2">
 
Back
Top Bottom