如何运用地址参数,跳过asp代码中,IF语句,
asp网页代码如下,
<!--#include virtual="/inc/cnn.asp"-->
<%if session("yonghumin")="" then Response.Redirect "../index.asp"%>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<body>
我如何通过打开网址的参数,来跳过这个,IF对yonghumin 是否为真的认证,
我试过如下网址,
http://www.qqqweb.net/data/default.asp?aspyonghumin=admin
结果不行,
哪位仁兄可以指点一下哪!
非SQL
不懂
幫頂
...
好像应该是,ASP吧
真汗
End_rbody_64653947//-->
该回复于2010-04-14 13:49:29被管理员删除
对我有用[0]
丢个板砖[0]
引用
举报
管理
TOP
amu1433
(你他妈的凭什么超越我)
等 级:
#5楼 得分:0回复于:2010-04-14 15:21:17
session("yonghumin")="" 这是这服务器端的...么办法欺骗的 COOKIES的话 还可以
不错,就是,COOKIES要怎么办呢?
SQL code:
最好给出完整的表结构,测试数据,计算方法和正确
相关问答:
3个radioButton
一个Button
一个label
C# code:
protected void Button1_Click(object sender, EventArgs e)
{
string str = null;
RadioButton rdo=(RadioButton)sender;
......
asp.net批量上传图片最好有源码,在线等!!!!!!!
源码很长的。
参考
C# code:
HttpFileCollection files = HttpContext.Current.Request.Files;
if (files.Count <= 1)
{
......
如何用js获得 asp 写入的session
session("user_id") = "cqsj1987"
怎么样用js 这个session 值?
JScript code:
var uid="<%=session("user_id")%>"
<%
s ......