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 (Scott.Wiseman)
  • Subject: [Javascript] new to frames.
  • Date: Tue, 30 Oct 2001 16:57:21 -0800

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>