Contact: aviboots(AT)netvision.net.il
41,636 questions
54,299 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 */