ASP跳转菜单的值如何提去啊!!

<%ifsession("uname")=""thenresponse.Redirect"../index.asp"endif%><linkhref="../css/st... <% if session("uname")="" then
response.Redirect "../index.asp"
end if%>
<link href="../css/style.css" rel="stylesheet" type="text/css" />
<%
Server.ScriptTimeout=999
%>
<!--#include file="conn.asp"-->
<!--#include file="UpLoadClass.asp"-->
<%
dim myrequest

set myrequest=New UpLoadClass
myrequest.AutoSave=2
myrequest.MaxSize = 10000*1024
myrequest.FileType = "jpg/gif/bmp/png"
myrequest.Savepath = "../UpLoadFile/"
myrequest.open
%>
<%
ptype=myRequest.querystring("type") `~~~不支持此对像
xtype=myRequest.querystring("xtype")

price_t=CLng(myrequest.form("price"))
session("pname")=myrequest.Form("pname")
myrequest.MaxSize=1024000
if myrequest.Save("small_img",0) then
session("small_img")=myrequest.SavePath&myrequest.Form("small_img")
end if
content_t=myrequest.Form("content")
shopname_t=myrequest.form("shopname")
shopurl_t=myrequest.form("shopurl")
adtime=left(now(),(instr(now()," ")-1))
%>
<% session("int_id")="pro"&replace(replace(replace(replace(replace(session("small_img"),"../UpLoadFile/",""),".jpg",""),".png",""),".gif",""),".bmp","")
set rs=server.CreateObject("adodb.recordset")
sql="select * from [Tab_pro]"
rs.open "Tab_pro",conn,3,3
sql="insert into [Tab_pro](type,xtype,price,pname,small_img,content,shopname,shopurl,int_id,adtime)values('"& ptype_t &"','"& xtype_t &"','"& price_t &"','"& session("pname") &"','"& replace(session("small_img"),"../","") &"','"& content_t &"','"& shopname_t &"','"& shopurl_t &"','"& session("int_id") &"','"& adtime &"')"
conn.execute(sql)

'response.Write sql
'response.end()
int_id=session("int_id")
sql="create table "&int_id&"(id decimal identity primary key,user_id varchar(50),ip varchar(50),adtime datetime,code varchar(50),biao char(10))"
conn.execute sql
'rs.update
' session.Abandon()
if err then %>
<script language="javascript">
alert("ujmk上传失败,请稍后再试~!")
history.back()
</script>
<% else
response.Redirect "cs_1.asp"
end if
set myrequest=nothing
%>
展开
 我来答
sgyp
2006-09-27 · TA获得超过375个赞
知道答主
回答量:235
采纳率:0%
帮助的人:258万
展开全部
是type吗,在ASP中不可以使用type的,换一个变量就好了。你可能想我是取值又不是定义变量,但你的值是从组件中取出来的,那组件中要给这个变量赋值的。一赋值就会出错。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式