Preserved Topic: JavaScript Window Problem (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Phoenix |
posted 07-23-2001 23:26
For simplification sake, I will refer to two windows: window_A and window_B. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 07-23-2001 23:52
Here's the thing if you want window_A to handle the form from window_B you must pass the form data to window_A |
Bipolar (III) Inmate From: Phoenix |
posted 07-24-2001 00:16
I'm sorry, I don't get it : ( |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 07-24-2001 00:33
Post the HTML for the form |
Bipolar (III) Inmate From: Phoenix |
posted 07-24-2001 01:10
<form name="form1" method="post" action="default.asp" target="main"> |