Re: sizing new pop up window -
07-07-2004
, 04:10 PM
When setting up the behavior, check the "Resize handles" checkbox. Then,
find the script in your code. You should see something like
[...] scrollbars=no,resizable=yes,width= [...]
Change this to:
[...] scrollbars=no,resizable=no,width= [...]
--
James M. Shook
http://www.jshook.com |