hello all, i have this script thanks to DimX,
<script language="JavaScript">
function resizeAndCenter(width, height) {
window.resizeTo(width, height);
window.moveTo((screen.availWidth-width)/2, (screen.availHeight-height)/2);
}
resizeAndCenter(400, 300);
</script>
and it works great in ie6 but does not in ie7.
can any one help?, thanks![]()
![]()



Reply With Quote



Bookmarks