Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 iFrame link to main page..
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

siemens
Master

Netherlands
139 Posts

Posted - 16 Jan 2009 :  15:52:14  Show Profile  Visit siemens's Homepage  Reply with Quote
I have the following situation:
1: main page http://www.woerdesign.nl/webdesign_portfolio.htm
in 1: is an iFrame, the iFrame contains: http://www.woerdesign.nl/webdesign_portfolio_frame.htm

Google or my own cSearch finds for example the iFrame link: http://www.woerdesign.nl/webdesign_portfolio_frame.htm

What I want is that when a visitor hits the Google link http://www.woerdesign.nl/webdesign_portfolio_frame.htm it shows the visitor the main page and NOT the http://www.woerdesign.nl/webdesign_portfolio_frame.htm page... How do i do that?

petran
Super User

Netherlands
345 Posts

Posted - 16 Jan 2009 :  16:42:05  Show Profile  Visit petran's Homepage  Reply with Quote
You can place this little piece of javascript in the head of your page http://www.woerdesign.nl/webdesign_portfolio_frame.htm

<script language="JavaScript">
<!--


if(top.frames.length < 1) top.location.href="webdesign_portfolio.htm";


// -->
</script>

That should do the trick

--------

regards

Petran
Go to Top of Page

siemens
Master

Netherlands
139 Posts

Posted - 19 Jan 2009 :  10:27:21  Show Profile  Visit siemens's Homepage  Reply with Quote
Thanks Petran, it works.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000