How do i send a new value out to the same page on changing a drop down box value(so refreshing the page with a new variable on change).
I know in frames I use the following :
<select name="Database" onchange="parent.Main2.location.href=this.options[this.selectedIndex].value"></select>
But this is not a frame, its the same page, i need the page to refresh and a new variable sent out from the dropdown selectedIndex.
thanx
I know in frames I use the following :
<select name="Database" onchange="parent.Main2.location.href=this.options[this.selectedIndex].value"></select>
But this is not a frame, its the same page, i need the page to refresh and a new variable sent out from the dropdown selectedIndex.
thanx