View Single Post
 
Reply
Posted 2002-04-29, 11:27 AM in reply to Mr.Lee's post "A question about a JavaScript(?) code."
So you mean something like this?
index.html
Code:
<html>
<frameset cols="100,*">
  <frame name="navbar" src="navbar.html">
  <frame name="main" src="home.html">
</frameset>
</html>
navbar.html
Code:
<html>
<body>
  <a href="home.html#top" target="main">Home</a>
</body>
</html>
home.html
Code:
<html>
<body>
  <a id="top">Welcome to my awesome site</a><br>
  (other stuff here)
</body>
</html>
You could have mentioned frames in your first post
--WetWired
Old
Profile PM WWW Search
WetWired read his obituary with confusionWetWired read his obituary with confusionWetWired read his obituary with confusionWetWired read his obituary with confusion
 
 
WetWired