Resize Script

They have: 7 posts

Joined: Jan 2002

What script do u put in so that people can't resize a pop-up up window?

detox's picture

They have: 571 posts

Joined: Feb 2001

no script required simply pass this attribute into your pop up opener:

<?php
resize
=no
?>

eg:

<?php
<A HREF= \"#\"
onClick=\"window.open'animax.gif','Max',
'toolbar=no,width=190,height=190,left=500,top=200,
screenX=500,screenY=200,status=no,scrollbars=no, resize=no');return false\">
<IMG SRC=\"demo.gif\" WIDTH=\"85\" HEIGHT=\"35\" BORDER=\"0\"
ALT=\"See my kitty\"><BR><B>View the demo</B></A>.
?>

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.