PDA

View Full Version : Internet Explorer Cannot Download. Unspecified Error


rrmcguire
04-12-2007, 01:52 PM
Hello,

I have a set of pop ups on one of my .swfs and when you click on one of the button links it gives an error:

"Internet Explorer Cannot Download. Unspecified Error"

Here is the code on one of the links:

on (release) {
getURL ("javascript:NewWindow=window.open('http://www.meadowlarkco.com/previousconsent.pdf','newWin','width=750,height=27 0,left=0,top=0,toolbar=No,location=No,scrollbars=Y es,status=No,resizable=Yes,fullscreen=No'); NewWindow.focus(); void(0);");
}

although it doesn't happen all of the time...The first time you go to the page it works, and then after clicking on 2 or three of the links the message pops up?

Any Ideas?

thanks

SPOCK
04-12-2007, 04:21 PM
on(release){
getURL ("javascript:NewWindow=window.open('http://www.meadowlarkco.com/previousconsent.pdf'','newWin','width=750,height=2 70,left=0,top=0,toolbar=No,location=No,scrollbars= Yes,status=No,resizable=No,fullscreen=No'); NewWindow.focus(); void(0);");
}

rrmcguire
04-12-2007, 05:48 PM
any ideas? This is getting frustrating