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

Show selected value in jump menu after update....

Status
Not open for further replies.

Beat

Technical User
Joined
Aug 26, 2001
Messages
41
Location
SE
I have the delivery options in a jump menu. When you choose type of delivery it updates the page and add the price to the order total.

But, I want to show the selected option in the jump menu after it has updated the page.

How?

Thanks!
 
I use a short bit of asp in the menu after passing the option value via the querystring as in

<option value=&quot;yourhtmlpage.asp?category=category&quot; <% If youroption = &quot;category&quot; Then Response.Write &quot;selected&quot; %>>Category</option>

Just use this in each option Live long and make your kids suffer..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top