Help - Search - Members - Calendar
Full Version: JS Problem
Invision Power Services > Community Forums > Community Web Design and Coding
Ruben K.
I made a popup window JS script.
It opens a popup on firefox but not on IE.
What could be wrong?

CODE
<a href="javascript:void(0)" onClick="javascript: window.open('http://analogize.com/rating.php?type=tutorials&id=24','window1','title=Rating,location=no,scrollbars=no,menubars=no,toolbars=no,resizable=no,
height=100,width=200')">
    <img src="images/rating_0.gif"></a>
Frankl.in
Why don't you use ' instead of & #39;
Ruben K.
QUOTE(Franklin @ Apr 8 2005, 02:27 PM)
Why don't you use ' instead of & #39;
*

It used to be ' but I think some JS killing script killed it.
Noonshade
have u tried it like this:

CODE
<a href="javascript:void(0)" onClick="javascript: window.open('http://analogize.com/rating.php?type=tutorials&id=24,window1,title=Rating,location=no,scrollbars=no,menubars=no,toolbars=no
,resizable=no,
height=100,width=200')">
<img src="images/rating_0.gif"></a>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.