D
David
Hi,
I use the following code to open a javascript window. Is it possible to
modify this to have the standard toolbar open in the window?
Thanks
<script language="JavaScript" type="text/javascript">
function popup()
{
window.open( "http://www.mysite/subfolder/page.asp" , ""
,"top=0,left=0,width=790,height=540,scrollbars=yes" ) ;
}
</script>
I use the following code to open a javascript window. Is it possible to
modify this to have the standard toolbar open in the window?
Thanks
<script language="JavaScript" type="text/javascript">
function popup()
{
window.open( "http://www.mysite/subfolder/page.asp" , ""
,"top=0,left=0,width=790,height=540,scrollbars=yes" ) ;
}
</script>