JavascriptsJavascripts > Misc JavascriptsMisc Javascripts > URL Script Script..." /> JavascriptsJavascripts > Misc JavascriptsMisc Javascripts > URL Script Script..." />
Javascripts > Misc Javascripts > URL Script
Script Title: URL Script
Description: This script catches your URL address and store it on your webpage for others to see. Place the script anywhere in the body of your HTML
Example: AvailableCopy the following code between the <BODY></BODY> tags of your html page.<script language="JavaScript"> //shows your URL document.write("" + document.URL); </script>
Copy the following code between the <BODY></BODY> tags of your html page.<script language="JavaScript"> //shows your URL document.write("" + document.URL); </script>