RE: IE7 SELECT Tag

[email protected] 2 Nov 2006 18:53:35 -0000
Newsgroups gmane.comp.security.vulnerabilities
Message-ID <[email protected]>
Makes sense.  I have confirmed this still has the problem:

<html>
<body>
<B>Please choose one version 2:</B> &nbsp;
<SELECT onchange=alert('hi') size=1 name=favorite>
<OPTION value=""></option>
<OPTION value=1>Apple</option>
<OPTION value=2>Banana</option>
<OPTION value=3 selected>Cashew</option>
<OPTION value=4>Orange</option>
</SELECT>
</body>
</html>

Thanks.