forestguy57
10-19-2006, 11:52 AM
Hello all,
I have a page with an iframe in which I wish to change content based upon users selection. I've tried to use a form shown below but unsuccessful. I'd appreciate any suggestions on ways to implement the changing of content in an iframe.
Thanks,
Randy
<form name="list" action="" method="get" target="repIframe" style="margin:0px;padding:0px">
<select name="zone">
<option value="./testadvisory.php?warnzone=UTZ019&warncounty=UTC053">St. George</option>
<option value="./testadvisory.php?warnzone=UTZ013&warncounty=UTC043">Cedar City</option>
</select>
</form>
This is iframe name="repIframe"<br>
<iframe name="repIframe" src="blank.html"></iframe>
</body>
</html>[/SIZE]
I have a page with an iframe in which I wish to change content based upon users selection. I've tried to use a form shown below but unsuccessful. I'd appreciate any suggestions on ways to implement the changing of content in an iframe.
Thanks,
Randy
<form name="list" action="" method="get" target="repIframe" style="margin:0px;padding:0px">
<select name="zone">
<option value="./testadvisory.php?warnzone=UTZ019&warncounty=UTC053">St. George</option>
<option value="./testadvisory.php?warnzone=UTZ013&warncounty=UTC043">Cedar City</option>
</select>
</form>
This is iframe name="repIframe"<br>
<iframe name="repIframe" src="blank.html"></iframe>
</body>
</html>[/SIZE]