TheElephantMan
Programmer
Hi, all.
I have an innocuous line of code in an internal site that I'm developing that allows us to keep a close eye on the mischief that one of our systems gets into.
There's a summary page that lists errors in an HTML table, and then each error links to a detailed piece of text, in a popup window. Here's the code:
<a href="JavaScript:window.open(' Detail','height=400,width=600'); void 0;">An application error was not caught.</a>
In Firefox, this opens right up. In IE, I get a page error, indicating an "Invalid Argument." I'm stumped; what am I doing wrong?
Thanks in advance,
TEM
I have an innocuous line of code in an internal site that I'm developing that allows us to keep a close eye on the mischief that one of our systems gets into.
There's a summary page that lists errors in an HTML table, and then each error links to a detailed piece of text, in a popup window. Here's the code:
<a href="JavaScript:window.open(' Detail','height=400,width=600'); void 0;">An application error was not caught.</a>
In Firefox, this opens right up. In IE, I get a page error, indicating an "Invalid Argument." I'm stumped; what am I doing wrong?
Thanks in advance,
TEM