aspx thread: using JavaScript in ASP.NET
How to usein document.location in ASP.NET, Can anyone help me out. My
code is as follow
Public Sub cmdEdit(ByVal path)
Response.Write("<script language='javascript'>" & vbCrLf)
Response.Write(""document.location.href = "coaUpdate.aspx?ID=" &
path "")
Response.Write("</script>" & vbCrLf)
End Sub
Thanks
Austin
|





