HighDots Forums  

post form into new window of predetirmined size

JavaScript discussion (multi-lingual) JavaScript discussion (alt.comp.lang.javascript)


Discuss post form into new window of predetirmined size in the JavaScript discussion (multi-lingual) forum.



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

Default post form into new window of predetirmined size - 08-16-2004 , 02:22 AM






what i want to do is, using a form when the submit button is pressed it
opens
a new window with the size set to predetimined dimensions

opening the window using target is fine but i want to restrict the size and
if possible not havetoobars (however that is not as important)

any idea's would be great

thaks




Reply With Quote
  #2  
Old   
Moist
 
Posts: n/a

Default Re: post form into new window of predetirmined size - 08-16-2004 , 06:41 PM







"chris" <someone (AT) here (DOT) com> a écrit dans le message de
news:412060b3$1 (AT) funnel (DOT) arach.net.au...
Quote:
what i want to do is, using a form when the submit button is pressed it
opens
a new window with the size set to predetimined dimensions

opening the window using target is fine but i want to restrict the size
and
if possible not havetoobars (however that is not as important)

any idea's would be great

thaks



window.open(URL, "", "left=xxx, top=xxx, height=xxx, width=xxx")

Replace the xxx with the coordinates f your choice. Search for window.open
and Javascript using Google for the complete syntax and options.





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.