Topic awaiting preservation: Popup Windows and CGI forms (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: North Bay, Ontario, CA |
posted 05-29-2002 06:37
here's my page: http://www.fusedeffects.com/Stage-5/comments.htm |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-29-2002 06:52
Try putting target="_blank" in the <form> tag. |
Bipolar (III) Inmate From: North Bay, Ontario, CA |
posted 05-29-2002 19:34 |
Bipolar (III) Inmate From: Berlin (almost) |
posted 05-29-2002 20:28
A JavaScript popup window is what you need, and Puzgly's Window.Open Code Generator can produce the code for you. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 05-29-2002 20:39
As long as your form supports the get method something like this will work |
Bipolar (III) Inmate From: North Bay, Ontario, CA |
posted 05-30-2002 01:40 |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 05-30-2002 03:11
nope this way only works if you can use the GET method. |
Bipolar (III) Inmate From: North Bay, Ontario, CA |
posted 05-30-2002 04:11 |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 05-30-2002 06:25
All right this should work but it's not how I want to do this. |
Bipolar (III) Inmate From: North Bay, Ontario, CA |
posted 05-31-2002 01:59 |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-31-2002 02:21
Bit, you'd have to create a new HTML Form Element via the DOM... probably with createNode. |