You are here: irt.org | FAQ | JavaScript | Window | Q1193 [ previous next ]
Try:
<script language="JavaScript"><!--
function full(url) {
if (document.all) {
window.open(url,'windowName','fullscreen=yes');
return false;
}
return true;
}
//--></script>
<a href="default.htm" onClick="full(this.href)">Open full screen</a>