Nov 17, 2001 #1 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 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!
Nov 19, 2001 #2 Cheech Technical User Joined Nov 6, 2000 Messages 2,933 Location EU I use a short bit of asp in the menu after passing the option value via the querystring as in <option value="yourhtmlpage.asp?category=category" <% If youroption = "category" Then Response.Write "selected" %>>Category</option> Just use this in each option Live long and make your kids suffer.. Upvote 0 Downvote
I use a short bit of asp in the menu after passing the option value via the querystring as in <option value="yourhtmlpage.asp?category=category" <% If youroption = "category" Then Response.Write "selected" %>>Category</option> Just use this in each option Live long and make your kids suffer..