Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] new to frames.
- From: javascript@xxxxxxxxxx (Filipiak, Bob (Contractor))
- Subject: [Javascript] new to frames.
- Date: Wed, 31 Oct 2001 09:17:34 -0500
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C16216.C93830B0 Content-Type: text/plain; charset="iso-8859-1" First, why? Second Why frames? Having said that you did not provide any useable information about the coding of the TransactionForm.asp nor TransationFormDetail.asp. If you must use frames declare all your functions in the <HEAD> of this "New Page 2" that sets up the frameset. Use unique names and id for the fames and the forms. Then you can have a function for the onsubmit of the form in the TransactionForm that will do the following: document.bottom.formnid.submit() Bob Filipiak (Contractor) -----Original Message----- From: Scott.Wiseman [mailto:swiseman@xxxxxxxxxxxxxx] Sent: Tuesday, October 30, 2001 7:57 PM To: 'javascript@xxxxxxxxxx' Subject: [Javascript] new to frames. how do I do a submit to the bottom frame with windows poping open... I have a submit button on the top frame, I want this submit button to cause action on the bottom frame. Scott <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 2</title> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> </head> <frameset rows="50%,*"> <frame name="top" src="TransactionForm.asp"> <frame name="bottom" src="TransactionFormDetail.asp"> <noframes> <body> <p>This page uses frames, but your browser doesn't support them.</p> </body> </noframes> </frameset> </html> _______________________________________________ Javascript mailing list Javascript@xxxxxxxxxx http://www.LaTech.edu/mailman/listinfo/javascript ------_=_NextPart_001_01C16216.C93830B0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Diso-8859-1"> <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version = 5.5.2652.35"> <TITLE>RE: [Javascript] new to frames.</TITLE> </HEAD> <BODY> <P><FONT SIZE=3D2>First, why? Second Why frames?</FONT> </P> <P><FONT SIZE=3D2>Having said that you did not provide any useable = information about the coding of the TransactionForm.asp nor = TransationFormDetail.asp.</FONT></P> <P><FONT SIZE=3D2>If you must use frames declare all your functions in = the <HEAD> of this "New Page 2" that sets up the = frameset. Use unique names and id for the fames and the forms. Then you = can have a function for the onsubmit of the form in the TransactionForm = that will do the following:</FONT></P> <P><FONT SIZE=3D2>document.bottom.formnid.submit()</FONT> </P> <BR> <P><FONT SIZE=3D2>Bob Filipiak</FONT> <BR><FONT SIZE=3D2>(Contractor) </FONT> </P> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <P><FONT SIZE=3D2>-----Original Message-----</FONT> <BR><FONT SIZE=3D2>From: Scott.Wiseman [<A = HREF=3D"mailto:swiseman@xxxxxxxxxxxxxx">mailto:swiseman@xxxxxxxxxxxxxx</= A>]</FONT> <BR><FONT SIZE=3D2>Sent: Tuesday, October 30, 2001 7:57 PM</FONT> <BR><FONT SIZE=3D2>To: 'javascript@xxxxxxxxxx'</FONT> <BR><FONT SIZE=3D2>Subject: [Javascript] new to frames.</FONT> </P> <BR> <P><FONT SIZE=3D2>how do I do a submit to the bottom frame with windows = poping open...</FONT> </P> <BR> <P><FONT SIZE=3D2>I have a submit button on the top frame, I want this = submit button</FONT> <BR><FONT SIZE=3D2>to cause action on the bottom frame.</FONT> </P> <P><FONT SIZE=3D2>Scott</FONT> </P> <BR> <P><FONT SIZE=3D2><html></FONT> </P> <P><FONT SIZE=3D2><head></FONT> <BR><FONT SIZE=3D2><meta http-equiv=3D"Content-Type" = content=3D"text/html; charset=3Dwindows-1252"></FONT> <BR><FONT SIZE=3D2><title>New Page 2</title></FONT> <BR><FONT SIZE=3D2><meta name=3D"GENERATOR" = content=3D"Microsoft FrontPage 4.0"></FONT> <BR><FONT SIZE=3D2><meta name=3D"ProgId" = content=3D"FrontPage.Editor.Document"></FONT> <BR><FONT SIZE=3D2></head></FONT> </P> <P><FONT SIZE=3D2><frameset rows=3D"50%,*"></FONT> <BR><FONT SIZE=3D2> <frame name=3D"top" = src=3D"TransactionForm.asp"></FONT> <BR><FONT SIZE=3D2> <frame name=3D"bottom" = src=3D"TransactionFormDetail.asp"></FONT> <BR><FONT SIZE=3D2> <noframes></FONT> <BR><FONT SIZE=3D2> <body></FONT> </P> <P><FONT SIZE=3D2> <p>This page uses frames, but your = browser doesn't support them.</p></FONT> </P> <P><FONT SIZE=3D2> </body></FONT> <BR><FONT SIZE=3D2> </noframes></FONT> <BR><FONT SIZE=3D2></frameset></FONT> </P> <P><FONT SIZE=3D2></html></FONT> </P> <BR> <P><FONT = SIZE=3D2>_______________________________________________</FONT> <BR><FONT SIZE=3D2>Javascript mailing list</FONT> <BR><FONT SIZE=3D2>Javascript@xxxxxxxxxx</FONT> <BR><FONT SIZE=3D2><A = HREF=3D"http://www.LaTech.edu/mailman/listinfo/javascript" = TARGET=3D"_blank">http://www.LaTech.edu/mailman/listinfo/javascript</A><= /FONT> </P> </BODY> </HTML> ------_=_NextPart_001_01C16216.C93830B0--
- Prev by Date: [Javascript] new to frames.
- Previous by thread: [Javascript] new to frames.
- Next by thread: [Javascript] assigning a new value to an array element
- Index(es):