HighDots Forums  

Re: Please help with to tweak this script (expanding popup)

Javascript JavaScript language (comp.lang.javascript)


Discuss Re: Please help with to tweak this script (expanding popup) in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Janwillem Borleffs
 
Posts: n/a

Default Re: Please help with to tweak this script (expanding popup) - 06-26-2003 , 04:00 PM







"Paul" <paulsmith5 (AT) hotmail (DOT) com> schreef in bericht
news:ca236fb1.0306260754.5d455234 (AT) posting (DOT) google.com...
Quote:
Hi,


I have the following script which I need to tweak. The script (see end
of message) will open a popup window which expands to a certain size.
When the window is expanded the maximize button is greyed out - I'd
like to be able to resize it if I wish. I've tried ammending the line
'win2=window.open("","","scrollbars")' to
win2=window.open("","","scrollbars=yes,resizeable= yes")' but to no
avail. Any help would be appreciated. If anybody has a different
script that produces the same effect I'd also be interested in it.

It's not 'resizeable' but 'resizable':

win2=window.open("","","scrollbars=yes,resizable=y es")


JW






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.