Ask a Question related to ASP Database, Design and Development.
-
Tolgay Gül #1
if opening page is not in frame then redriect page
When we are search google our keywords . google get some our page. Our home
page name is index.html index html include left and right html. so google
get left or right html. and we would like if someone click the page then
open home page. ( if opening page is not in frame then redirect
ndex.html )
How can we accomplish the problem.
Thanks
Tolgay Gül Guest
-
linking on non frame page to a frame in a frame p
Hello all, I'm doing a job for a friend. Is there a way to load a link from a non-frame page into a frame in a frame based page? Go to:... -
Page frame
Hi! I want to split an web page in 2 frame.I want to put a flash movie in left side.When I click a button there is in the flash movie a html page... -
Opening an HTML page into a frame
Hi, this is probably quite simple, but any help would still be appriciated. I have a SWF menu in a frame, when a user hits one of the buttons I... -
how to redirect from 3 frame page to single page frame?
Hello, I built some Web site that includes 3 frames page. After a user sign-off I want to redirect him/her to a single frame page. When I use... -
centering a frame on the page
I have an empty frame in between two frames with content (above and below it). The middle frame will have content loaded in it on button clicks. I... -
Steven Burn #2
Re: if opening page is not in frame then redriect page
<script LANGUAGE="JavaScript">
if (top == self) {
var newURL = 'http://www.yourdomain.co.uk/index.html'
window.setTimeout('GotoIndex()',0);
}
function GotoIndex() { top.location.href = newURL; }
</script>
Note, newURL MUST be the full path to the file itself, and NOT just the
domain name.
--
Regards
Steven Burn
Ur I.T. Mate Group
[url]www.it-mate.co.uk[/url]
Keeping it FREE!
Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Tolgay Gül <tolgay@veezy.com> wrote in message
news:OSiwhrKxDHA.2712@tk2msftngp13.phx.gbl...home> When we are search google our keywords . google get some our page. Our> page name is index.html index html include left and right html. so google
> get left or right html. and we would like if someone click the page then
> open home page. ( if opening page is not in frame then redirect
> ndex.html )
>
> How can we accomplish the problem.
>
> Thanks
>
>
>
Steven Burn Guest
-
Tolgay Gül #3
Re: if opening page is not in frame then redriect page
Thank you for help. It works perfectly
"Tolgay Gül" <tolgay@veezy.com> wrote in message
news:OSiwhrKxDHA.2712@tk2msftngp13.phx.gbl...home> When we are search google our keywords . google get some our page. Our> page name is index.html index html include left and right html. so google
> get left or right html. and we would like if someone click the page then
> open home page. ( if opening page is not in frame then redirect
> ndex.html )
>
> How can we accomplish the problem.
>
> Thanks
>
>
>
Tolgay Gül Guest



Reply With Quote

