"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.