Development JavaScript DHTML



document.referrer Property 2



if(document.referrer.length > 0 && document.referrer.indexOf("http://www.rntsoft.com") != -1){
    document.write("How is the site?")
} else {
    document.write("Hello, and thank you for stopping by.")
}