The example of this article tells JS implementation to get the current URL and source URL method. Share to everyone for your reference, specific as follows:
Index.html:
Demo.html:
Effect Chart:
Assuming it's coming through http://www.jb51.net/index.html.
So:
Gets the current URL is: http://www.jb51.net/demo.html
The URL to get the source is: http://www.jb51.net/index.html
Description
Document. The URL property returns the URL to the current document.
The Document.referrer property returns the URL to the document that loads the current document.
More readers interested in JavaScript-related content can view the site topics: "JavaScript Search Algorithm Skills Summary", "JavaScript data structure and algorithm skills summary", "JavaScript traversal algorithm and Skills summary", " A summary of JSON manipulation techniques in JavaScript, a summary of JavaScript switching effects and techniques, a summary of JavaScript animation effects and techniques, JavaScript errors and debugging tips, and a summary of JavaScript mathematical operational usage
I hope this article will help you with JavaScript programming.