Question:To redirect any webpage which of the following code fragment is used to accomplish this in javascript 

A window.location="http://yourdomain.com/yourpage"; 

B window.location("http://yourdomain.com/yourpage") 

C widow.redirect("http://yourdomain.com/yourpage"); 

D widow.redirect="http://yourdomain.com/yourpage"; 

+ Answer
+ Report
Total Preview: 772

Copyright © 2024. Powered by Intellect Software Ltd