开发者

Executing Page Page Load from Popup

is it p开发者_运维知识库ossible to trigger Parent's page load event from a popup.When i use javascript function window.parent.document.form.submit,this creates a postback.I want a function which creates "reload" for page because some of my functions work in the "if not postback" statement.


window.opener.location=window.opener.location should do the trick for you if memory serves.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜