Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

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 &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=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>&lt;html&gt;</FONT>
</P>

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

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

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

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

<P><FONT SIZE=3D2>&lt;/html&gt;</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--