function popup_window(pa geurl,width,hei ght)
{
mywindow = window.open(pag eurl,"mywindow" ,"scrollbars=1, fullscreen =
0,resizable =no,menubar=no, width="+width+" ,height="+heigh t);
mywindow.focus( );
}
Here is the javascript function which i am using, but this doesn't
work in opera?, is there any other script that will work in all
browsers especially in opera ?
{
mywindow = window.open(pag eurl,"mywindow" ,"scrollbars=1, fullscreen =
0,resizable =no,menubar=no, width="+width+" ,height="+heigh t);
mywindow.focus( );
}
Here is the javascript function which i am using, but this doesn't
work in opera?, is there any other script that will work in all
browsers especially in opera ?
Comment