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