Open New Window

prav_roy

Well-known member
Joined
Sep 10, 2005
Messages
70
Location
Mumbai
Programming Experience
1-3
hi,
i have a problem, i want to open a new window on fulfilling certain criteria
my code loooks something like

If StrConv(txtPassword.Text, VbStrConv.UpperCase) = "ZTL" Then
Dim emp_code As String = Trim(txtEmp_Code.Text)
HERE I WNAT OPEN A NEW BROWSER WINDOW
Response.Redirect("http://intranet/updatepassword.asp?emp_code=" &
emp_code)
above code just redirects the browser
end if

can somebody help me out..
Plz Plz its little urgent
Thank You

 
Back
Top