Click to See Complete Forum and Search --> : PC IE Javascript incompatiable with Mac IE


javatech
08-18-2003, 04:02 AM
After developing a website using some Javascript, it will not work properly with clients Apple MAC Internet Explorer, what are the differences and is there a document for MACs Javascript. For example the following two lines will NOT work together on MAC, but will work separately:

this.document.location.href = "ScheduleRate.php#Step2";
document.frames['CalendarFrame'].location.href = text;

I am at wits end.

Any ideas?

Thanks

Charles
08-18-2003, 05:36 AM
Don't worry about it. Pretty much nobody uses a Mac but a whole lot of people don't use JavaScript. Worry about those good JavaScript free users.

Fang
08-18-2003, 06:53 AM
Mac Javascript forum (http://www.webmasterworld.com/forum49/)
Apple developer website (http://developer.apple.com/internet/javascript/index.html)