Contact: aviboots(AT)netvision.net.il
39,895 questions
51,826 answers
573 users
document.write("URL of the current web page is: " + window.location.href); /* run: URL of the current web page is: http://localhost:8080/test.html */
document.write("URL of the current web page is: " + document.URL); /* run: URL of the current web page is: http://localhost:8080/test.html */