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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting default value in Pull Down from another page??

Status
Not open for further replies.

WTL

MIS
Jul 4, 1999
5
CA
Thanks for considering this<br>
<br>
I need to set the value of a pull down from another page.<br>
<br>
I would like to use something like this:<br>
<br>
href=&quot;/newPage.asp?value=2&quot;<br>
'global var in newPage<br>
m_value = Request.QueryString(&quot;value&quot;)<br>
<br>
'pull down id = myPullDown<br>
<br>
How do I set myPullDown.value default value on page start to m_value??<br>
<br>
Thanks very much in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top