Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sending out a value on changing a drop down option

Status
Not open for further replies.

andycape

Programmer
Aug 22, 2003
177
ZA
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=&quot;Database&quot; onchange=&quot;parent.Main2.location.href=this.options[this.selectedIndex].value&quot;></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
 
hey i answered this somewhere else, the JS forum???

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top