try this.......
<script language="JavaScript">
<!--
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width);
iMyHeight = (window.screen.height) ;
iMyHeight= iMyHeight ;
var unwin
unwin=window.open("test.ht
//-->
</script>
this is screen resolution compatable.
Good Luck...:)
Main Topics
Browse All Topics





by: sethu_mPosted on 2001-11-25 at 21:27:18ID: 6651981
Hello,
U can write the following code in ur window.open() method to maximise the window
window.moveTo(0,0)
window.resizeTo(800,580)
This will maximise the window to the size of the screen. U can chabge the screen size by changing the parameter values.
All the best.