首先用代码<a href="editNews.asp?id=<%=rswm("id")%>">编辑</a> 这样就把id传到editNews.asp页面 然后在editNews.asp页面用newsid=request("id") 接受到这个值 在学习.net时页面传值用了好长时间才明白 现在学习ASP方便了很多。 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!--#include file="Config/WebConfig.asp"--><html xmlns="http://www.w3.org/1999/xhtml"><head><title>asp版新闻发布</title></head><body> 相关文章: