Dim str As String = "\\apszxsh01\QAtest\QA\checkdaily\productline\200702ALFB-C1.XLS"
        Dim pathurl As String = str.Replace("\", "\\")
        Response.Write("<script>window.open('"&pathurl&"')</script>")