Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

frames

Status
Not open for further replies.

cschaffer

IS-IT--Management
Aug 21, 2001
196
CA
This is a confusing question so bare with me....
I have a web page that has a left fram as a menu system that loads into the right frame.Simple. k now is there a way to make sure that the right frame is always loaded? For example a yshoo search engine result will only show the 'main' page in the results, so when the user clicks on the page he/she only that page is displayed, so there is no menu and my masterpeice looks like a piece alright. OK hopefully someone understands what I mean. Thanks in advance!!??

CS
 
Code:
<script language=&quot;JavaScript&quot;>
<!-- Hide the script
if ( top.location == self.location )
   top.location.href = &quot;frameset.html&quot;;
// -- End of script -->
</script>
Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top