View Single Post
Old 06-03-2008, 17:30   #15
ikthius
while(!naked){--clothes}
 
ikthius's Avatar
 
Join Date: Mar 2004
Location: Glasgow, Scotland
Services: anything for a new job
Posts: 4,002
ikthius is cast in bronzeikthius is cast in bronzeikthius is cast in bronzeikthius is cast in bronze
ikthius is cast in bronzeikthius is cast in bronzeikthius is cast in bronze
Re: Webdesign links help.

Quote:
Originally Posted by grandmaster View Post
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>&nbsp;|
<A HREF="syllabus.html" target="showframe">Syllabus</A>&nbsp;|
<A HREF="historyC.html" target="showframe">Club History</A>&nbsp;|
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
Attached Images
File Type: jpg page.JPG (85.3 KB, 8 views)
__________________
Let me guess, you picked out yet another colorful box with a crank that I'm expected to turn and turn until OOP! big shock, a jack pops out and you laugh and the kids laugh and the dog laughs and I die a little inside.
ikthius is offline   Reply With Quote