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> |
Feedback on 'Q1193 Using Microsoft Internet Explorer, how can I open a full screen window when a link is clicked?'