|
-
Apr 3rd, 2004, 06:56 PM
#1
Thread Starter
Addicted Member
Option Id tag
Question:
I set the option id to a value but when I reference it it is null. What am I doing wrong?
<SELECT size=1 name=cboDiv style="WIDTH: 105px" >
Response.Write "<option id=" & Type1 & " value="& Type2 &">"& Type1 &"</option>"
</select>
msgbox document.addproj.cbodiv.id
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|