I was just looking at the CVS page on Vapor's site and there seems to be
lots of fixes/improvements since the last beta. I was just wondering though
if the DOM for select lists (dropdowns) is working now. In particular the
onchange() event handler as in:

<html>
<head>
</head>
<body>

<form name=test>
<select name=dropdown onChange="if(options[selectedIndex].value)
 window.location.href =
document.test.dropdown.options[selectedIndex].value">
 <option value="test.html">Here!</option>
 <option value="index.html">A page</option>
 <option value="index2.html">Another page</option>
</select></form>

</body>
</html>

Gaven Eogan,
Quest Computing Ltd,                    Ph:     +353 1 6799933
28 - 33 Ushers Court,                   Mobile: +353 87 2376144
Ushers Quay,                            E-mail: mailto:[EMAIL PROTECTED]
Dublin 8,                                       Web:    http://www.quest.ie
Ireland.

_____________________________________________________________________
Voyager Mailing List - http://v3.vapor.com/
Voyager FAQ....: http://faq.vapor.com/voyager/
Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP
Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE

Reply via email to