Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

window localtion javascript

//window.location.href example:
window.location.href = 'http://www.google.com'; //Will take you to Google.

//window.open() example:
window.open('http://www.google.com'); //This will open Google in a new window.
 
PREVIOUS NEXT
Tagged: #window #localtion #javascript
ADD COMMENT
Topic
Name
3+5 =