Protected Sub Page_Init(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Init Dim _scriptJS1 As String = GetScript("display.aspx", "NascarMap", True, False, False, False, False, False, False, False) Button1.Attributes.Add("onclick", _scriptJS1)
return true
Button1.Attributes.Add("onclick", _scriptJS1 + "; return true;")
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)