Full Screen Popup window
<script type="text/javascript">
<!--
function popup(url)
{
params = 'width='+screen.width;
params += ', height='+screen.height;
params += ', top=0, left=0'
params += ', fullscreen=yes';
newwin=window.open(url,'windowname4', params);
if (window.focus) {newwin.focus()}
return false;
}
// -->
</script>
Insert This Script to tag <head>...</head>
Free Corner: Full Screen window, javascript, open full window, Programming
0 ความคิดเห็น