killay
08-07-2003, 02:21 AM
OK this is maybe a very noobish question , but its this way I'll learn the most:confused: So im working with frontpage , and would like to make a dropdown menu without a submit button.
|
Click to See Complete Forum and Search --> : dropdown without submit? killay 08-07-2003, 02:21 AM OK this is maybe a very noobish question , but its this way I'll learn the most:confused: So im working with frontpage , and would like to make a dropdown menu without a submit button. Gollum 08-07-2003, 03:34 AM I'm guessing here but I read this to mean that you want a dropdown menu that submits when it changes. if so, you want a <select> tag with an onchange handler... <select name=blah onchange="document.theForm.submit();"> <option value=0>Pick one of these <option value=1>Go somewhere <option value=2>Go somewhere else </select> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |