Dim SendJavaScriptToBrowser As ClientScriptManager = Page.ClientScript
Dim JavaScriptText As String = "alert('Replace this alert with the JavaScript.\rThe script tags are automatically added for you.')"
SendJavaScriptToBrowser.RegisterClientScriptBlock(SendJavaScriptToBrowser.GetType, Now.ToBinary.ToString, JavaScriptText, True)
Tips and tricks for .NET using ASP and VB code.
Send JavaScript to Browser
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment