Code Snippet

Just another Code Snippet site

javascript

[Javascript] window.location

Basic Structure of a URL //:/ Basic structure of a URL Protocol — Specifies the protocol name be used to access the resource on the Internet. (HTTP (without SSL) or HTTPS (with SSL)) hostname — Host name specifies the host that owns the resource. For example, www.stackoverflow.com. A server provides services using the name of […]