Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

Can anyone help, please ?

Thanks.

ahsan

share|improve this question

1 Answer

up vote 0 down vote accepted

Try:

document.setLocation('url');

This should help.

share|improve this answer
in facebook, it doesnt work. I am guessing that facebook adds something before location and makes the line something crap. – Ahsan Jan 16 '11 at 18:44
I tried doing this : new Dialog().showMessage('new', '111'); location.reload(true); new Dialog().showMessage('new', '222'); So, the output/function stops after showing the new dialog box '111' .. any idea, what can be done ? thanks – Ahsan Jan 16 '11 at 18:48
See amended answer. – Neil Knight Jan 16 '11 at 19:05
thnx dude :) ... – Ahsan Jan 16 '11 at 19:52

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.