|
Vulnerability Development
mailing list archives
RE: IE7 SELECT Tag
From: dan.ross () picbusiness com
Date: 2 Nov 2006 18:53:35 -0000
Makes sense. I have confirmed this still has the problem:
<html>
<body>
<B>Please choose one version 2:</B>
<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.
By Date
By Thread
Current thread:
|