girlfridayinc
Technical User
Hi, I am designing a site using DW3 and I have a bit of javascript that will let the user type in an address and go to it from a frame in my frameset. The problem is I want the address they type in to open in the main frame rather than the smaller one the javascript is in. Any ideas? I am a javascript newbie so any help would be much appreciated. Here is what is in the frame.
<form>
<div align="center">
<input name="address" type="text" value=" size="25" onAfterUpdate="window.location=this.form.the_url.value">
<input type="button" value="Click n Go" onClick="window.location=this.form.address.value" name="button">
</div>
</form>
</div>
Thanks in advance!
<form>
<div align="center">
<input name="address" type="text" value=" size="25" onAfterUpdate="window.location=this.form.the_url.value">
<input type="button" value="Click n Go" onClick="window.location=this.form.address.value" name="button">
</div>
</form>
</div>
Thanks in advance!