Contact: aviboots(AT)netvision.net.il
41,314 questions
53,829 answers
573 users
<!DOCTYPE html> <html> <body> <p id="pid"></p> <script> document.getElementById("pid").innerHTML = document.referrer; /* run: https://jsfiddle.net/rjf3xps6/ */ </script> </body> </html>