我查了Calling a parent window function from an iframe,但它对我不起作用。我想在javascript
内的页面后面的代码中调用父页面iframe
函数。
网页内部iframe代码
Protected Sub btnContinue_Click(sender As Object, e As System.EventArgs) Handles btnContinue.Click
ScriptManager.RegisterStartupScript(Me, Me.GetType(), "StartTimer", "parent.initializeClock();", True)
End Sub
它不起作用。我该如何从后面的代码中调用它。它必须从后面的代码中调用。