|
-
Oct 11th, 2001, 11:35 PM
#1
Thread Starter
Junior Member
Netscape troubles
I have some seemingly innoscent looking code that goes as follows:
<SELECT NAME="calzone_options" onChange="OnChange(this);">
<option value="no" selected>calzone options</option>
<option value="90">Calzone</option>
<option value="91">Calzone Kiev</option>
</select>
This runs fine in IE5.5, but simply prints "calzone optionsCalzoneCalzoneKiev" in the newest Netscape.
I have tried taking away the onChange event for testing purposes, and it still did the same thing.
I also tried adding the size tag with the same results.
If anyone knows what I am doing wrong, help would be appriciated.
Thanks
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
|