issues with vaiables and two html files in tables that are side by side

H

Help !!

i have an index.htm file which has a table that is split into 2 tables (a
left and a right)
both the left and the right tables have inline frames in them. the left has
the file leftpage.htm in it and the right side has the rightpage.htm file.

what i need to get is the total variable from the left hand inline frame in
the right hand inline frame.

below are the files. these are so i can see what line i need to use in by
main pages. as i have tried to get a answer before but keep going round in
circles as i am not really making myself very clear in the past.



index.htm
----------
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>

<table border="1" width="73%" height="124">
<tr>
<td><iframe name="I2" src="leftpage.htm" width="300" height="68">
Your browser does not support inline frames or is currently configured not
to display inline frames.
</iframe></td>
<td width="301">
<iframe name="I1" src="rightpage.htm" width="291" height="67">
Your browser does not support inline frames or is currently configured not
to display inline frames.
</iframe></td>
</tr>
</table>

</body>

</html>


rightpage.htm
--------------
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 2</title>
</head>

<body>

</body>

</html>



leftpage.htm
-------------
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 3</title>
</head>

<body>

<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="../_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<p align="center"><select size="1" name="D1"></select><input type="submit"
value="Submit" name="B1"></p>
</form>

</body>

</html>
 
H

Help !!

sorry the left page file should read.

leftpage.htm
-------------
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 3</title>
</head>

<body>

<form method="POST" action="--WEBBOT-SELF--"
onSubmit="location.href='../_derived/nortbots.htm';return false;"
webbot-onSubmit>
<!--webbot bot="SaveResults" U-File="../_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" startspan --><input TYPE="hidden"
NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" i-checksum="43374"
endspan -->
<p align="center"><select size="1" name="D1">
<option>1</option>
<option>2</option>
<option>3</option>
</select><input type="submit" value="Submit" name="B1"></p>
</form>

</body>

</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top