Forum Moderators: open
Link into the win with
<a href="#" onClick="MM_openBrWindow('mypage.html','title','status=yes,scrollbars=yes,resizable=no,width=800,height=600')" STYLE="TEXT-DECORATION: NONE"></a>
pop tha script in aswell
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) {
window.open(theURL,winName,features);
}
//-->
</script>
But
I wonder why you would want to stop a user being able to resize the browser. Many users do not like this and it may discourage them. particularly if the resize=no command is in place - It can feel like the browsr is frozen to unintiated users and popups can be disabled easily in many browsers.
I am not going to start the resolution debate, but it may be something for you to dabble with if you have not already experimented with it. Try using a mixture of fixed and liquid layout to 'stretch and sqeeze' for different user resolutions. This has infinitely more impact than fixed pages, IMHO.
popups can be disabled easily in many browsers.
Which may result in users not being able to to see anything and branding your site as bad :(
Its probably best that you follow ncsuk's suggestionof having it in the middle of the page.
Im only saying this now, because i feel irresponsible for telling you how to do it without fore-warning you of the possible detrimental effects.
If I have undestood you question (sorry I can miss the t point sometimes :)) then it sounds like you could import the HTML and slices from Image ready into a table, in say, dreamweaver. Then adjust the table properties so they are fixed this will stop the knock out effect. however this will not stop the scrollbars.