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
(
parent.location.href=parent.location.href
gives a smoother result than
parent.location.reload()
the latter forces a complete reload while the first seems to update more effectively almost like ajax.