|
|
gollum
regular
Reg'd: Wed
Posts: 278
|
Re: form link help
Thu May 20 2004 08:38 PM
|
|
|
Ok.. i misunderstood.. change this <select onchange="window.location.href=this.options[this.selectedIndex].value" size="1" class="form"> in you original code to:
<select onchange="top.location.href=this.options[this.selectedIndex].value" size="1" class="form">
It should work how you want it to this time
|
|
|
|
|