/    Sign up×
Community /Pin to ProfileBookmark

works locally but not online – Explorer for Mac

I have a flash file with javascript commands. these work fine: buttons call up URLs in new windows. it also works on the old IE for Mac, when I test it on my computer. However, when I upload it to the server, it doesn’t work anymore.

does anybody have an explanation and / or idea what I can do?

thanks

2007boy?

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@felgallJan 26.2007 — Does it work in any current browser on your Mac - Safari, Firefox, Opera, or iCab - or does it just work in the officially dead in 2003 Internet Explorer? If you are running OSX then you can run any modern browser, on OS9 you the Opera 6 and iCab browsers are still supported and so you can test with one or both of those.

If you can find out which browsers it does and doesn't work in on your computer then you will have a better idea whether the problem is related to how you have coded it or where you are running it.
Copy linkTweet thisAlerts:
@2007boyauthorJan 26.2007 — hi there

it works on all other browsers. I know that IE mac is dead but it is still puzzling and since it shipped with macs for a few years, I'd rather it worked with my files.

in the past, similar javascript / flash websites worked with IE mac (5.2) as well, only this time there is this discrepancy between the browser running locally and online. The javascript is not very complicated neither, it just calls windows to open without any scrolls, location, etc. but maybe i need to add something? this is the simple script:

window.focus();

function openHere() {

hereWindow = window.open("sideone.html", "here", "width=200,height=300,left=380,top=520,location=0,scrollbars=0,menu=0,statusbar=0");

hereWindow.focus();

}

function closeHere() {

hereWindow = window.close("here");

}

as i said, it works on all browsers locally and online, only the old IE mac5.2 works locally only.

b
×

Success!

Help @2007boy spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...