Josh_R
10-27-2005, 08:15 PM
<form><input type=text Value="Type a URL Here" onclick="value=''"
name="url"><button
onclick="iframe.document.location='function.(url)value'">Go!</button><br>
<iframe src="about:blank" height=500 width=650
name="iframe"></iframe></form>
what i would like to know... is if i can use the contents (url) of the text box to be displayed within the iframe when the go button is clicked, but im a bit stumped here... any help?
name="url"><button
onclick="iframe.document.location='function.(url)value'">Go!</button><br>
<iframe src="about:blank" height=500 width=650
name="iframe"></iframe></form>
what i would like to know... is if i can use the contents (url) of the text box to be displayed within the iframe when the go button is clicked, but im a bit stumped here... any help?