How to force a page to go to another page using javascript ?
Answer / Sachin Kumar Sharma
To force a page to navigate to another page, you can use the 'window.location' object. For example: window.location.href = 'newpage.html';
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the relationship between Java script, J script and ECMA script?
What is difference between api and library?
What is the difference between JavaScript and jscript?
What is a reverse string?
In which location cookies are stored on the hard disk?
Why javascript is dangerous?
Define event bubbling?
What is the role of javascript in html?
What is the difference between an Anonymous Function and a named function?
How to create an object in javascript?
Can you access Cookie using javascript?
If we want to return the character from a specific index which method is used?