PDA

View Full Version : Submiting to frames


landon11
08-27-2002, 09:25 PM
How do I submit a form to a particular frame of a page. If I have

Form.htm and in the action of the form I have Frames.htm, how

do I get the data in main frame of Frames.htm?

lacrypta
08-28-2002, 12:00 AM
is the form already in frames or is it loading with out frames?

landon11
08-28-2002, 02:07 PM
The form is on a seperate page. I want to do like this:

<form name="Form1" action="Frames.hmt" target="_blank">

but I want to the "Main" frame in the Frames.htm to recieve the

data.