if RequestQueryString("xiugaifl")="ok" then
id=request("id")
sql="select from shop_flx where id = "&id
set rs=servercreateobject("adodbrecordset")
sql="select title,etitle,px_id,sid from shop_flx"
rsopen sql,conn,1,3
title=requestform("title")
etitle=requestform("etitle")
px_id=requestform("px_id")
sid=requestform("sid")
if title="" then
responseWrite("<script language=javascript>alert('中文名称不能为空!');historygo(-1)</script>")
responseend
end if
if etitle="" then
responseWrite("<script language=javascript>alert('英文名称不能为空!');historygo(-1)</script>")
responseend
end if
if px_id="" then
responseWrite("<script language=javascript>alert('排序ID不能为空!');historygo(-1)</script>")
responseend
end if
IF not isNumeric(request("px_id")) then
responsewrite("<script>alert(""排序ID必须为数字!""); historygo(-1);</script>")
responseend
end if
rsaddnew
rs("title")=title
rs("etitle")=etitle
rs("px_id")=px_id
rs("sid")=id
rsupdate
rsclose
set rs=nothing
connclose
set rs=nothing
ResponseWrite "<script>alert('小分类增加成功!');windowlocationhref='shop_flxaspsid="&sid&"';</script>"
end if
%>
thisgetSession() 这个应该是获取一个dom元素
setAttribute方法是为这个dom元素设置一个userid属性,属性值为usersgetUsersid()获取的值
WinSockExpert,可以锁定进程抓包
对,就是那样的
>
H_PS_PSSID=1461_5225_6996_7442_6505_7232_6018_7203_7254_7134_7387_6888; path=/; domain=baiducom 就是cookie。
只要在访问前,向cookie中写过值了,访问的时候server会主动去找。
以上就是关于sid如何等于id,id 是自动获取的全部的内容,包括:sid如何等于id,id 是自动获取的、this.getSession().setAttribute("userid", users.getUsersid());是什么含义,是获取userid的值吗、寻找一个抓包软件等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)