Code: Select all
window.open( "localhost/", "_blank", "scrollbars=yes,toolbar=false,location=false,menubar=false", "" );Thanks in advance for the help.
Moderator: General Moderators
Code: Select all
window.open( "localhost/", "_blank", "scrollbars=yes,toolbar=false,location=false,menubar=false", "" );Code: Select all
<script language="javascript" type="text/javascript">
<!--
window.resizeTo(width, height);
//-->
</script>