HTML page linking, SSI etc...

liunx

Guest
I have a site page. When I click on the "FIRSTLY CLICK ON THIS LINK" a SSI (or any other html based page for that matter), open up where it says "AND WHEN LINK IS PRESSED LOAD PAGE HERE". I want to know what needs to be used to make that happen. I have experimented with frames but it doesnt work well. I have given a link with an explanation of what I want to achieve. It's just the code I want that links the link at the top of the page to the table and opens up the correct SSI page.<br />
<br />
If you open this page up in Dreamweaver or other html package you will see the tables.<br />
<br />
<!-- m --><a class="postlink" href="http://emug.bahtech.com/test.shtml">http://emug.bahtech.com/test.shtml</a><!-- m --><br />
<br />
Thanks.<!--content-->You can't load ssi dynamically. Ithas to come in as part of the page load. If you want to dynamically load a cell, then put an iframe in it.<!--content-->
 
Back
Top