What i want to do, is display the website in the top frame, in a bottom frame the non-scrolling section display the shopping basket (fully). Because of the links between the html file its more of a problem then i first thought
this is what i have currently
http://www.polymax.co.uk/acatalog/
a bit of a mess but the website works fine (and doesn't look like a jumble) before i seperated it out
....................
<html>
<head>
<title>POLYMAX UK</title>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<frameset rows="400,*" framespacing="0" border="0" frameborder="0">
<frame name="Act_Primary" src="Act_Primary1.html" scrolling="auto" marginwidth="0" marginheight="0" target="_self">
<frame name="Basket" target="main" src="Act_Primary1.html" scrolling="no" marginwidth="0" marginheight="0">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
................ Thats the simple code im using to serprate them out
This code has replaced the Act_Primary.html section.
(Act_Primary1.html + Act_Primary1.html in both frames i know is wrong, but was just using for testing purposes)
this is what i have currently
http://www.polymax.co.uk/acatalog/
a bit of a mess but the website works fine (and doesn't look like a jumble) before i seperated it out
....................
<html>
<head>
<title>POLYMAX UK</title>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<frameset rows="400,*" framespacing="0" border="0" frameborder="0">
<frame name="Act_Primary" src="Act_Primary1.html" scrolling="auto" marginwidth="0" marginheight="0" target="_self">
<frame name="Basket" target="main" src="Act_Primary1.html" scrolling="no" marginwidth="0" marginheight="0">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
................ Thats the simple code im using to serprate them out
This code has replaced the Act_Primary.html section.
(Act_Primary1.html + Act_Primary1.html in both frames i know is wrong, but was just using for testing purposes)
Comment