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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

frame web site in search engines

Status
Not open for further replies.

haasstudios

Technical User
May 17, 2002
10
US
Hi,
I have a frame web site and when I search (say on google.com) I can pull up individual frames as pages without the entire frameset. Does anyone know a fix for this??? Please help!!
 
Hi mate,

Put the following code on the seperate pages that should load into a frameset.

<SCRIPT LANGUAGE=&quot;JavaScript&quot;>
<!--
if (parent.location.href == self.location.href) {
window.location.href = 'index.shtml';
}
// -->
</script>

Hope this helps Wullie

sales@freshlookdesign.co.uk

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top