注册 登录
TechRepubil.com.cn探客网
最具实践价值的IT应用分享平台
返回列表 回复 发帖

转向的问题,,,,,,,,,急

response.write   "<script   language='javascript'>"   
  response.write   "alert('操作失败,没有选择合适参数,请单击“确定”返回!');"   
  response.write   "location.href='book_admin.asp?id="&request("id")&"';"   
  response.write   "</script>"   
   
  中的response.write   "location.href='book_admin.asp?id="&request("id")&"';"   
  哪错了应该怎么写
返回列表