How to load new web page with JavaScript

1 Answer

0 votes
window.location.assign("http://www.workingframe.com")        
            
/*
run:
  
load the workingframe.com web page
  
*/

 



answered Jul 14, 2015 by avibootz
...