The command document.location.href="www.google.com" is not working in google chrome browser. The same is working in IE9. I have put this inside a if loop condition. Any suggestions?
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.
|
|
|
You need to add the protocol:
|
|||
|
|
|
Got the solution - thanks to denmark dinga - similar question - document.location not working in IE9? window.event.returnValue = false; Have this before document.location.href |
||||
|
|