trkk
05-12-2003, 05:27 AM
Hi
I have a frameset with 3 windows (top, center, below). When I write data in the top window, I push a button and that data is moved to the center window. Later I would like to save that moved data in to a file or to database. In that center window there is a lot of information and sending that all to another asp with forms hidden fields is not really an option.
in top window the form is made by:
<FORM name="form1" action = "h.asp" method = "POST">
in h.asp I want to read center windows data:
x = top.frames(1).form2.x(i).value
But all I get is an asp error Object required: top.
??? Why doesn't these top.frames call work?
I have a frameset with 3 windows (top, center, below). When I write data in the top window, I push a button and that data is moved to the center window. Later I would like to save that moved data in to a file or to database. In that center window there is a lot of information and sending that all to another asp with forms hidden fields is not really an option.
in top window the form is made by:
<FORM name="form1" action = "h.asp" method = "POST">
in h.asp I want to read center windows data:
x = top.frames(1).form2.x(i).value
But all I get is an asp error Object required: top.
??? Why doesn't these top.frames call work?