TwelvestoneFront End

looking for a javascript


Sign in

  • Waiting for Godot ( 720 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 4.8 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.8 k posts )
    general front end design an...
  • Back End ( 9.6 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
BOBBYLOVEVILLE
 
2009-10-22

Its to deploy within a intranet with no access to serverside or anything. I can use javascript.

Here's what I want: Script to read where the person was referred from and if they didn't come to the page from 1 specific URL then it would display another html page that would direct them to the page they need to go to first and click the URL link to be able to access the page....

Make sense? Any help is appreciated!

scudsucker
 
2009-10-22

if (document.referrer != "http://www.YOURSPECIFICURLcom/PAGENAME.html") { location.href = "PAGE_THEY_NEED_TO_GO_FIRST.html"; }

BOBBYLOVEVILLE
 
2009-10-22

perfecto ss - thanks much!

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneFront End

looking for a javascript