I just tried my site on my friend's system and he has FireFox. The site is loading without the javascript working. I added the site in options and Enable Javascript and Enable Java are checked for the listed sites. Still its not parsing Javascript code.
Any Ideas ?
Thanks
Last edited by anjanesh on Sun Aug 08, 2004 2:15 pm, edited 1 time in total.
The site is totally working and has been working in IE6 all this time.
Javascript error shows all possible errors in each line. I dont remember because there were many. I cannot paste now because Im not at my friend's place. Is FireFox widely used by people ?
Alright. Can you just try out http://www.vlbjcas.com and see if the top menu changes its colors on moving the mouse around ? And click on one of the menu items and it must take you to the appropriate page.
Let me know if it is working.
Thanks feyd
Alright. Now view the same site in IE6 - my classmates have been using this for sometime now and IE6 has not reported any errors. When one my classmates told me that it wasnt working in FireFox I wanted to check it out.
You'll find it working in IE6. So what am I suppossed to do ?
rewrite it to figure out where to get the event data from.
the event models between IE and Mozilla variants are very very different.. it's probably a better idea to use an event handler, instead of a generalized handler..
that's one way of doing it.. the other way, that I personally do is set the global level event handler for each to my own function that handles the individual data.. that requires a LOT of extra code, but it's really cool to just add the graphics and rollovers automatically work
Hey, mhh just as an advice you should ALWAYS devlop on Mozilla. THEN fixing your website for IE. See mozilla follow the w3c rules. IE doesn't.
It'll be 100 times easier. Because all your errors even if IE doesn't take them in consideration are actual mistakes you made. Because you were prolly viewing in IE all the time.