Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: using JavaScript in ASP.NET


Message #1 by "Austin" <alam@a...> on Fri, 7 Feb 2003 15:45:05
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

  Return to Index