YesNoOk
avatar

Website Help (Read 596 times)

Started by ShunpoHadouken, February 15, 2009, 01:11:25 pm
Share this topic:
Website Help
#1  February 15, 2009, 01:11:25 pm
  • **
Hi...
How do you make your website's title page to be always to go.
Its kinda hard to explain...I mean...When you type www.geocities.com/page1 which is the "Page 1"...it will direct you to www.geocities.com/titlepage to instruct you to click "ENTER". Then you can go to any pages or browse the website.
Sorry for very complicated explanation...its how I kinda understand my problem....
Thanks.

**those websites are just null...
Thanks For Any Help!!!
Re: Website Help
#2  February 16, 2009, 02:40:45 am
  • ******
    • Germany
    • valodim@gmail.com
You mean a visitor always has to enter the page through the enter page, so that if he clicks a direct link he will be redirected?
Re: Website Help
#3  February 16, 2009, 02:44:40 am
  • ***
  • +1 to whoever added Godzilla to the main index.
You are going to need to check the HTTP_REFER of the Request header and then inject a redirect in the meta section of the page if the refer is not your homepage.

I don't understand why you want to force the user onto a landing page, though.

Also, some users may not pass the HTTP_REFER information, making your website inaccessible.



You could do it with passing a session ID too, from the homepage and checking for the passed session ID.
i think we should call it an "engine" so we don't look like total idiots because otherwise we'd be arguing about a "game" and that would be somehow "dumber" than arguing about an "engine" on the "internet" for countless hours

Iced said:
I for one, do not enjoy round corners!  :bigcry:
But they hurt much less when we accidentally hit them!  :S
Re: Website Help
#4  February 16, 2009, 08:19:48 pm
  • ******
    • Germany
    • valodim@gmail.com
It's easier to do in JS, checking if the frameset is ok :P
Re: Website Help
#5  February 16, 2009, 10:52:51 pm
  • ***
  • +1 to whoever added Godzilla to the main index.
i think we should call it an "engine" so we don't look like total idiots because otherwise we'd be arguing about a "game" and that would be somehow "dumber" than arguing about an "engine" on the "internet" for countless hours

Iced said:
I for one, do not enjoy round corners!  :bigcry:
But they hurt much less when we accidentally hit them!  :S
Re: Website Help
#6  February 18, 2009, 06:31:18 pm
  • ******
    • Germany
    • valodim@gmail.com
the DOM is just a part of JS, and yes it can check if it's in an outer frame - which could only appear on the enter page, for example.