Recent Posts by Aldo

Subscribe to Recent Posts by Aldo 1 post found

Sep 11, 2007
Avatar Aldo 1 post

Topic: Help/Bug / win.setURL(...) not working in IE6 - anybody have a fix?

Hi: I just replicate this error in IE6, and after i while i came up with this:

If the fuction that make the call is called from a anchor, and the anchor is in this form:


< a href="javascript:void(0)" onclick="javascript:call_popupWindow()">Click here </a>

The window will not show the url, but if instead you write something like this:


< a href="javascript:call_popupWindow()">Click here </a>

everything works fine.

Is this a bug? Have anyone know why is this happening?
In FF, everything works fine. The problem is in IE6, and i dunno if IE7 too?