bigmaster

Registered
Dec 8, 2001
3
0
301
any idea if this code will works on apache Asp or not ?

<%
var link=\"http://\"
link=link+Request.Form(\"T1\")+\"/cpanel/\"
if(Request.Form(\"T1\").count==1) Response.Redirect(link)
%>