<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2652.35">
<TITLE>RE: [Javascript] new to frames.</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>First, why? Second Why frames?</FONT>
</P>

<P><FONT SIZE=2>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=2>If you must use frames declare all your functions in the &lt;HEAD&gt; of this &quot;New Page 2&quot; 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=2>document.bottom.formnid.submit()</FONT>
</P>
<BR>

<P><FONT SIZE=2>Bob Filipiak</FONT>
<BR><FONT SIZE=2>(Contractor) </FONT>
</P>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Scott.Wiseman [<A HREF="mailto:swiseman@remax-cahi.com">mailto:swiseman@remax-cahi.com</A>]</FONT>
<BR><FONT SIZE=2>Sent: Tuesday, October 30, 2001 7:57 PM</FONT>
<BR><FONT SIZE=2>To: 'javascript@LaTech.edu'</FONT>
<BR><FONT SIZE=2>Subject: [Javascript] new to frames.</FONT>
</P>
<BR>

<P><FONT SIZE=2>how do I do a submit to the bottom frame with windows poping open...</FONT>
</P>
<BR>

<P><FONT SIZE=2>I have a submit button on the top frame, I want this submit button</FONT>
<BR><FONT SIZE=2>to cause action on the bottom frame.</FONT>
</P>

<P><FONT SIZE=2>Scott</FONT>
</P>
<BR>

<P><FONT SIZE=2>&lt;html&gt;</FONT>
</P>

<P><FONT SIZE=2>&lt;head&gt;</FONT>
<BR><FONT SIZE=2>&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=windows-1252&quot;&gt;</FONT>
<BR><FONT SIZE=2>&lt;title&gt;New Page 2&lt;/title&gt;</FONT>
<BR><FONT SIZE=2>&lt;meta name=&quot;GENERATOR&quot; content=&quot;Microsoft FrontPage 4.0&quot;&gt;</FONT>
<BR><FONT SIZE=2>&lt;meta name=&quot;ProgId&quot; content=&quot;FrontPage.Editor.Document&quot;&gt;</FONT>
<BR><FONT SIZE=2>&lt;/head&gt;</FONT>
</P>

<P><FONT SIZE=2>&lt;frameset rows=&quot;50%,*&quot;&gt;</FONT>
<BR><FONT SIZE=2>&nbsp; &lt;frame name=&quot;top&quot; src=&quot;TransactionForm.asp&quot;&gt;</FONT>
<BR><FONT SIZE=2>&nbsp; &lt;frame name=&quot;bottom&quot; src=&quot;TransactionFormDetail.asp&quot;&gt;</FONT>
<BR><FONT SIZE=2>&nbsp; &lt;noframes&gt;</FONT>
<BR><FONT SIZE=2>&nbsp; &lt;body&gt;</FONT>
</P>

<P><FONT SIZE=2>&nbsp; &lt;p&gt;This page uses frames, but your browser doesn't support them.&lt;/p&gt;</FONT>
</P>

<P><FONT SIZE=2>&nbsp; &lt;/body&gt;</FONT>
<BR><FONT SIZE=2>&nbsp; &lt;/noframes&gt;</FONT>
<BR><FONT SIZE=2>&lt;/frameset&gt;</FONT>
</P>

<P><FONT SIZE=2>&lt;/html&gt;</FONT>
</P>
<BR>

<P><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>Javascript mailing list</FONT>
<BR><FONT SIZE=2>Javascript@LaTech.edu</FONT>
<BR><FONT SIZE=2><A HREF="http://www.LaTech.edu/mailman/listinfo/javascript" TARGET="_blank">http://www.LaTech.edu/mailman/listinfo/javascript</A></FONT>
</P>

</BODY>
</HTML>