Ok... what am I doing wrong... first here's the function I'm using...
function ccvpopup(url)
{
newwindow=window.open(url,'ccvcode','height=200,width=150');
if (window.focus) {newwindow.focus()}
return false;
}
And the call for it...
Thanks
2006-07-19
05:13:29
·
3 answers
·
asked by
Duds331
5
in
Computers & Internet
➔ Programming & Design
The problem I am having is it just opening in the same window, not a new one... I'm using JS because i am also going to disable toolbars and all once i get it working.
2006-07-19
05:14:23 ·
update #1