ReTox
Newbie
Posts: 1
Registered: 2/28/2005
Member Is Offline
|
| posted on 5/4/2005 at 05:40 PM |
|
|
Peculiar Behavior
Hey everyone,
I didn't notice this until I viewed a page in IE but if you call the script code to initialize a calendar under Firefox it will continue showing the
page even if the init doesn't resolve to a viable form element name. Say you mispelled the name of your form element, in Firefox it will still show
all the code after that point. In IE it halts execution and you lose everything after your initialization of the calendar control.
I should have known to check IE more often but I'm just getting so sick of changing a site to make it "accomodate" IE. Every other browser in the
world works fine but IE always gives me grief.
Anyways, thought this may help others avoid the issue I ran into. Make sure you inline your script inits (especially doing recursive calls to the
same page) and resolve all element names.
|
|
|
|