glloeb
08-18-2006, 09:58 PM
Okay, I really do hate to keep making threads about this, but it would be great if I could get an answer on whats going on. Basically, my site is at least somewhat functional in all browsers, but in Internet Explorer the popup links aren't working. In other words, no new window is created.
The code I'm currently using is this:
<a href="index.php?showimage=<IMAGE_ID>" onclick="window.open('index.php?popup=comment&showimage=<IMAGE_ID>','<IMAGE_TITLE> comments','toolbars=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=yes, width=480, height=540');" title="View comments">Comments (<IMAGE_COMMENTS_NUMBER>)</a>
I checked this site (http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/open_0.asp) for the syntax of the window.open method and it should be according to those specifications.
Thanks for your continued help, I really appreciate it,
Gabriel Loeb (http://gabrielloeb.com)
http://gabrielloeb.com
P.S. Special thanks to you GeoS for your help on this.
The code I'm currently using is this:
<a href="index.php?showimage=<IMAGE_ID>" onclick="window.open('index.php?popup=comment&showimage=<IMAGE_ID>','<IMAGE_TITLE> comments','toolbars=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=yes, width=480, height=540');" title="View comments">Comments (<IMAGE_COMMENTS_NUMBER>)</a>
I checked this site (http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/open_0.asp) for the syntax of the window.open method and it should be according to those specifications.
Thanks for your continued help, I really appreciate it,
Gabriel Loeb (http://gabrielloeb.com)
http://gabrielloeb.com
P.S. Special thanks to you GeoS for your help on this.