G
Guest
I wish to use the data in a variable created in one frame, and use it in
another frame.
how do i get that data?
thank you in advance.
another frame.
how do i get that data?
thank you in advance.
this should give you an idea what i am trying to do.
thank you.
<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>page3</title>
</head>
<!--Main Frameset-->
<frameset frameborder="no" cols="174,*" >
<frame name="page1" src="new_page_1.htm" scrolling="auto">
<frame name="page2" src="new_page_2.htm" target="_blank"
scrolling="auto">
</frameset>
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>
<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>Page 2</title>
<base target="_blank">
</head>
<body>
lets say that these variable have been set to these values via a pull down
menu in this frame
<script language="javascript">
_numberofitems=1
_costofitem=1
</script>
</body>
</html>
<html>
<head>
<meta http-equiv="Content-Language" content="en-gb">
<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>page1</title>
</head>
<body>
<p align="center">Your order</p>
<p align="center"> </p>
<td id = _numberofitems></td>
<td id = _costofitem></td>
£
<td id = adddecumal(_numberofitems*_costofitem)></td>
p
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.