开发者

how to reload/refresh a page on event in javascript in facebook?

开发者 https://www.devze.com 2023-02-05 11:35 出处:网络
I am having this problem : Whenever, some specific button is clicked my javascript function runs and does something. I want the function to refresh/reload the page as well.

I am having this problem :

Whenever, some specific button is clicked my javascript function runs and does something. I want the function to refresh/reload the page as well.

I dont know how to do this.

开发者_如何学Go

Can anyone help, please ?

Thanks.

ahsan


Try:

document.setLocation('url');

This should help.

0

精彩评论

暂无评论...
验证码 换一张
取 消