[Javascript] new to frames.

Filipiak, Bob (Contractor) filipiab at atsc.army.mil
Wed Oct 31 08:17:34 CST 2001


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 at remax-cahi.com]
Sent: Tuesday, October 30, 2001 7:57 PM
To: 'javascript at LaTech.edu'
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 at LaTech.edu
http://www.LaTech.edu/mailman/listinfo/javascript
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20011031/d2cb3c06/attachment.htm>


More information about the Javascript mailing list