B
Bob H
Hi,
I'm trying to register a javascript function from the Page Load event:
If (Not IsClientScriptBlockRegistered("Check")) Then
Dim str As String = "<script language=javascript>Check()<script>"
RegisterClientScriptBlock("Check", str)
End If
....but the page just comes up blank. If I take the above out, the page &
javascript work okay.
Any ideas as to what is wrong/may be happening?
Many thanks for any advice.
Regards
Bob
I'm trying to register a javascript function from the Page Load event:
If (Not IsClientScriptBlockRegistered("Check")) Then
Dim str As String = "<script language=javascript>Check()<script>"
RegisterClientScriptBlock("Check", str)
End If
....but the page just comes up blank. If I take the above out, the page &
javascript work okay.
Any ideas as to what is wrong/may be happening?
Many thanks for any advice.
Regards
Bob