I have my login page in an iframe and wished to reload the parent window using ajax and jquery from within iframe without refreshing but i\'m getting errors like this
(
You can use:
window.parent.location.href = "Create?Param=value";
Or:
window.parent.location.href = "http://www.stackoverflow.com";