ShareInfo2All
Blog and Tips for web developments in Magento, Drupal, ecommerce, opensource, CMS
Navigation
Home
PHP
Magento
Wordpress
About
January 04, 2016
Javascript URL parse
Labels:
host
,
javascript
,
location
,
origin
,
port
,
protocol
,
url parse
,
window
Javascript URL parse
window.location.host :
example.com:80
window.location.hostname :
example.com
window.location.protocol :
http:
window.location.port :
8080 or 80
window.location.origin :
http://example.com *
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)