good work!
you have _blank set, and that makes it launch the extra window.
i also changed the url a little and this worked perfectly:
'javascript
:void(0)' onclick='window.open("http://www.rk1gaming.net/ChatRoom/ChatRoom_fixed.html","","height=407,width=650,stat us=1")
jhonnyf will be pleased as punch to see this worked!
Quote:
Originally Posted by RK1gaming
So I used this
<a href='javascript :void(0)' onclick='window.open("http://www.rk1gaming.net/ChatRoom/ChatRoom_fixed.html","","height=407,width=650,stat us=1")
So the tab works and fires up the external pop up with no issues but it also fires up another page with this link http://www.rk1gaming.net/forum/href= which gets a 404 error
so I fixed the 404 by dropping the <a href= but it still wants to fire up another tab at least its the forum page again so not to bad ...
I just want it to fire up the chat pop up and not another forum url
|