PDA

View Full Version : response in pop up


Tine
05-14-2002, 07:36 AM
Greetings,

Is it possible to have the response to a fill-out form come up in a small pop up window? Just for fun I tried:

INPUT TYPE="HIDDEN" NAME="redirect" VALUE=javascript:void(window.open('http://www.mydomain.net/thankyou.html, 'popup', 'width=200,height=200,scrollbars=no'));"

but off course that didn't work...:p

Anyone have a suggestion how I can do it? I have seen it been done before.

All help is appreciated!

Tine