DEVFYI - Developer Resource - FYI

How to reload the current page

JavaScript Interview Questions and Answers


(Continued from previous question...)

92. How to reload the current page

window.location.reload(true);

(Continued on next question...)

Other Interview Questions