Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getURL IE error

Status
Not open for further replies.

Harosan

Technical User
Mar 5, 2007
4
US
I've found all kinds of refs to what I'm doing but I can't seem to make it work. This works in an html page:

NewWindow=window.open('DrYo.htm','newWin','width=300,height=350,left=0,top=0,toolbar=No,menubar=no,directories=no,location=No,scrollbars=Yes,status=No,resizable=No,fullscreen=No');
window.close()
NewWindow.focus();
void(0);

However when I use with getURL IE returns error "IE cannot download... Unspecified Error"

getURL("NewWindow=window.open('DrYo.htm','newWin','width=300,height=350,left=0,top=0,toolbar=No,menubar=no,directories=no,location=No,scrollbars=Yes,status=No,resizable=No,fullscreen=No');");

I've tried everything I can think of... any help would be appreciated
 
stypo should read getURL("javascript:....
 
Thanks for all your work on documenting this. I don't mean to was philosophically (or maybe I do :) ) but its amazing how sleep and viewing others code puts it all in perspective.

I kept passing over that the swf had to be imbedded in an html. So I had been testing from test scene or from running the swf. Well duh! The unspecified error! :-( So many horus of wasted time.

The thanks for your work... it has given me some great ideas.
Have a good one!
Haro-san
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top