HTML如何跳转到ASP

html-css09

HTML如何跳转到ASP,第1张

跳转什么,是在html页面上添加一个连接,连接到asp页面。还是这个连接带有传值,传到asp页面呢。如果是普通html连接到asp的话就直接连接呀。你想这个连接到asp页面的地址加密么。例如连接到index.asp,连接到的时候不是显示这个页面地址,而是显示一串字符数字么?

<%

response.write "<p style='margin-top: 8pxmargin-bottom: 8px'>"

response.write "<img src='images/type03.gif' alt='标题旁' width='9' height='9'>"

response.write "<a href='article/detail.asp?id="&rs("id")&" title='"&rs("title")&"-"&rs1("MclassName")&"' target='_blank'>"&title&"</a>"

%>

直接另存为xxx.asp就可以了呀。。。再看看第一行有没有<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>没有的话旧加上去,如果没用的话换这个<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>