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>
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>