Forums

This topic is locked

Drop down menus

Posted 14 Jan 2002 15:31:50
1
has voted
14 Jan 2002 15:31:50 Louise Walker posted:
Hi,

does anyone know if the drop down menus and totals on this site can be done in UltraDev?

commerce.euro.dell.com/dellstore/config/frameset.asp?b=29694&m=gbp&c=644&n=2583&l=en&s=uktra&sbc=ukdhsdimen

Thanks

Weasel

Replies

Replied 14 Jan 2002 16:10:05
14 Jan 2002 16:10:05 Owen Eastwick replied:
Yes if you're pretty good with ASP, it will require a bit of hand coding.

Basically the site has two frames, top and bottom. The drop down boxes in the top frame submit the form when Changed using JavaScript, the bottom frame is the results page.

To submit a Form when a List/Menu is changed:

<select name="SelectName" onChange="Javascript:this.form.submit()">
<option value = etc.......

Regards

Owen.

Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo

Edited by - oeastwick on 14 Jan 2002 16:10:58

Reply to this topic