Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

load a new page in javascript

// Cross browser compatable redirect
window.location.href = url;

// Short hand not supported by all browsers
window.location = url;

// Set the location of the topmost window of the current window.
top.location = url;
Source by net-informations.com #
 
PREVIOUS NEXT
Tagged: #load #page #javascript
ADD COMMENT
Topic
Name
7+9 =