IValue
- From: sfdgkjhldsfg@xxxxxxxxxxxxxx
- Date: 29 Jun 2005 09:24:09 -0700
Hi,
This is driving me nuts, hopefully someone here can put me out of my
misery.
I'm generating a web page with drop down combo boxes, and I want one of
the values to be automatically selected.
I've googled and I understand that the ivalue attribute is the way to
do this. However take the following example:
<html>
<body>
<select name="boo" id="boo" ivalue="3">
<option value="1">One</option>
<option value="2">Two</option>
<option value="3">Three</option>
<option value="4">Four</option>
<option value="5">Five</option>
</body>
</html>
ivalue is set to 3, so therefore the third option is what should be
selected right? But when you view this code in any browser the initial
value is always "One" no matter what I set the ivalue attribute to.
Any ideas what I'm doing wrong?
Thanks
.
- Follow-Ups:
- Re: IValue
- From: saint exupery
- Re: IValue
- Prev by Date: Re: 401.3 ACL issue in IIS
- Next by Date: Re: IValue
- Previous by thread: Best way to deal with Javascript (in)compatibility using PHP?
- Next by thread: Re: IValue
- Index(es):