Quote:
Originally Posted by grandmaster
Could you post a screenshot please??
TIA.
I'm not sure I follow your other post, let me try and explain my problem again.
When the site loads, it loads fine. (to me and my bad design eyes everything looks fine)
When the site has loaded,If I click any other link before clicking the home link nothing happens.
Once I click the home link then the other links work fine..
I can then click any link and it will update the center frame 'mainFrame' IIRC.
Its all fine and dandy until I reload the site then the above happens.
The links do not work until I have clicked the home link.
I really appreciate you taking the time to help!!
Ryan
|
here is my code I used for my website a long time ago, before I changed to CSS
I had index.html as main home page that held the frames, thten in the frames I had:
Navigate.html (obvious)
start.html for the main home page content
Navigation code:
Code:
<A HREF="start.html" target="showframe">Home</A> |
<A HREF="syllabus.html" target="showframe">Syllabus</A> |
<A HREF="historyC.html" target="showframe">Club History</A> |
Index code:
Code:
<frameset rows="8%,*">
<frame SRC="navigate.html" BORDER="0" SCROLLING="No" FRAMEBORDER="1" FRAMESPACING="0" noresize>
<frame SRC="start.html" BORDER="0" scrolling="yes" FRAMEBORDER="1" FRAMESPACING="0" NAME="showframe">
</frameset>
Start.html
Code:
<body>
<span id="tma">Temple Martial Arts</span>
<P><span class="heading">West of Scotland Kung Fu</span></P>
ik