Execute Java script function in IDE
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi i tried to register the script and get my work done now the problem is like if i try to execute the function as below Dim sText As String = "function Back() " & vbCrLf & "{" & vbCrLf & "this.enabled=false; " & vbCrLf & "window.history.back();" & vbCrLf & "}" RegisterStartupScript("onclick", "" & sText & "") but none of the operations are getting executed.That is i want to make button enable false and go the the back page with history maintained. let me know if any one can help me thanks in advance :-D