Hi,
I used this below code to maximize window its works fine..but the maximixe icon it doesnt changed its remains as the single box alone..i need a box overlap icon while maximizing the window.help me..
<script language="JavaS cript1.2">
<!--
top.window.move To(0,0);
if (document.all) {
top.window.resi zeTo(screen.ava ilWidth,screen. availHeight);
}
else if (document.layer s||document.get ElementById) {
if (top.window.out erHeight<screen .availHeight||t op.window.outer Width<screen.av ailWidth){
top.window.oute rHeight = screen.availHei ght;
top.window.oute rWidth = screen.availWid th;
}
}
//-->
</script>
regards
Kanna
I used this below code to maximize window its works fine..but the maximixe icon it doesnt changed its remains as the single box alone..i need a box overlap icon while maximizing the window.help me..
<script language="JavaS cript1.2">
<!--
top.window.move To(0,0);
if (document.all) {
top.window.resi zeTo(screen.ava ilWidth,screen. availHeight);
}
else if (document.layer s||document.get ElementById) {
if (top.window.out erHeight<screen .availHeight||t op.window.outer Width<screen.av ailWidth){
top.window.oute rHeight = screen.availHei ght;
top.window.oute rWidth = screen.availWid th;
}
}
//-->
</script>
regards
Kanna
Comment