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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Popups not working in IE 7

Status
Not open for further replies.

TigerGirl7

Programmer
Apr 8, 2003
152
0
0
US
Hello,

Is anyone having a similar problem? Here's the code I'm using:

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}

<a href="#" onClick="MM_openBrWindow(' Interested!</a>

Here's the error I'm getting:

Application Error
An error has occurred in the program

Any help is much appreciated. Thanks in advance.
 
I'm guessing that a secure http "https" is not allowed to be opened by the window.open method.

[monkey][snake] <.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top