Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mozilla Firefox and JavaScript?
Message
General information
Forum:
Internet
Category:
Browsers
Miscellaneous
Thread ID:
00988888
Message ID:
00991779
Views:
36
You've got various problems in that page, which MSIE is allowing you to get away with.

1) Your SELECT elements are outside of any FORM elements, which is technically invalid, but browsers tend to let you get away with it. This isn't your issue.

2) node.getElementById() in theory only finds nodes that *have* IDs assigned. MSIE has a lax behavior in that it also finds elements with a "name" that matches when there's no ID. Mozilla is actually correct in this case, in that you're trying to reference a HIDDEN form var with a name but no ID. Change that to readL

<input type="hidden" id="item_name" name="item_name" value="ID OPTPI Team Gift Pack" ...

I would also strongly urge you to look into HTML validating software or web sites. Very handy sometimes! I use HTML Validator Pro, but I'm sure other products are fine also.

Good luck,

-- Randy

>Hi Randy!
>
>This is the web page code (HTML and Javascript) that allows a user/buyer to choose what team they want to buy and it plugs the team name into the description using and AOL or IE browser, but not a Mozilla Firefox browser. Several of these pages are set up similarly for different items that I sell and the same error occurred on a different item's web page, but that user/buyer was also using Mozilla Firefox browser because I asked each what browser they were using.
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform