getURL() not working on macs

I am having problems with a getURL() function that works fine on pcs and doesn’t work on macs for some reason.


if (page == 0) {
    getURL("javascript:sendPage()","historyframe");
    gotoAndPlay(1);
} else { gotoAndPlay(3);};

The variable comes from javascript in the history frame page to tell the flash movie what page it is at so that it can load the appropriate swf. Its so simple but I dont understand why it works on pcs but not on macs. I have also had a similar problem with another site using the getURL() that didn’t want to send on macs but did fine on pcs. Can anyone shine light onto my problem?

not sure exactly what it is but could it perhaps be a browser issue? what browser are you using on pc and mac?

Tried it on firefox and ie on pc, and both firefox and safari on a couple different macs.