View Single Post
Old 07-13-2001, 03:30 AM   #8
mosquito
SQL nutcase
 
mosquito's Avatar
 
Join Date: Sep 2000
Location: Belgium
Posts: 1,136
Send a message via AIM to mosquito
this should do the trick:
Code:
<script>
<!--
function fullwin(){
window.open("../index.html","_blank","fullscreen=1,scrollbars=0,toolbar=0,status=0,menubar=0,resizeable=0")
}
//-->
</script>
<form>
<input type="button" onClick="fullwin()" value="Open window">
</form>
check specifications of window.open here http://msdn.microsoft.com/library/de...ods/open_0.asp
mosquito is offline   Reply With Quote