[Javascript] new to frames.

Scott.Wiseman swiseman at remax-cahi.com
Tue Oct 30 18:57:21 CST 2001


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>





More information about the Javascript mailing list