时间:2021-07-01 10:21:17 帮助过:8人阅读
一、javascript的实现
window.location.href='hello.html';
二、.net 实现
Response.Redirect("hello.html",false);
Server.Transfer("hello.html",false);
Response.Write("输出图书在数据库中的其他信息
http://blog.sina.com.cn/s/articlelist_5567393070_0_1.html 看看有用
我是想在图书下面做一个链接,点击该链接之后,跳转到该图书详细信息介绍页,在该介绍页中输出图书在数据库中的其他信息
url传值比较方便 把书的id传过去然后通过传过来的id查询详细信息
URL传值就行