Argh, it's been a long time since i've used forms.
I want to set up a form with a drop down menu, then when an item is selected, and the (submit) button is pressed, a specific url appears in the iframe below.
Please could you help.
Thanks,
Sam.
PS. If it helps at all, heres the basic coding. (Theres going to be more people added incase you are wondering.)
<form>
<select name="Biographies">
<option value="Addy Roberts">
Addy Roberts
<option value="Arnie Arnieson">
Arnie Arnieson
</select>
<input type="submit" name="Submit" value="Go">
</form>
<iframe
name="bios"
src="blank.html"
frameborder="NO"
width="95%"
height="300"
allowtransparency="true"
background-color="transparent"
class="transparent">
</iframe>
I want to set up a form with a drop down menu, then when an item is selected, and the (submit) button is pressed, a specific url appears in the iframe below.
Please could you help.
Thanks,
Sam.
PS. If it helps at all, heres the basic coding. (Theres going to be more people added incase you are wondering.)
<form>
<select name="Biographies">
<option value="Addy Roberts">
Addy Roberts
<option value="Arnie Arnieson">
Arnie Arnieson
</select>
<input type="submit" name="Submit" value="Go">
</form>
<iframe
name="bios"
src="blank.html"
frameborder="NO"
width="95%"
height="300"
allowtransparency="true"
background-color="transparent"
class="transparent">
</iframe>