sistamulan
Technical User
i wanted to set browser in a fixed size and if i maximize the browser the image should be centered, so i used this code:
<script LANGUAGE="JavaScript">
//<!--
function openWin(url){
aWindow = window.open(url,"images/aboutchbg.jpg","width=800,height=594,resizable=1,scrollbars=1"
aWindow.location.href = url;
if (aWindow.opener == null) aWindow.opener = window;
}
//-->
</script>
but when previewing in NS4.7 and NS6, it still flush to the left and the table (centerized) shifts also.
can anyone help?
many thanks!
sistamulan
<script LANGUAGE="JavaScript">
//<!--
function openWin(url){
aWindow = window.open(url,"images/aboutchbg.jpg","width=800,height=594,resizable=1,scrollbars=1"
aWindow.location.href = url;
if (aWindow.opener == null) aWindow.opener = window;
}
//-->
</script>
but when previewing in NS4.7 and NS6, it still flush to the left and the table (centerized) shifts also.
can anyone help?
many thanks!
sistamulan