ASP调试页面表格串位
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档 </title>
<link href="daohang .css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.STYLE4 {
font-family: "宋体";
font-size: 12px;
color: #FFFF00;
}
-->
</style>
</head>
<body>
<table width="772" border="0" background="images/bj.gif">
<tr>
<td> <img src="images/banner.jpg" width="781" height="150" /> </td>
</tr>
</table>
<table width="784" border="0" align="center" bgcolor="#000000">
<tr>
<td width="28"> <span class="STYLE4">首页 </span> </td>
<td width="3"> <img src="images/top_
相关问答:
<form id="form1" runat="server">
<div>
<script type="text/javascript">
function oo(a){
document.getEleme ......
<%On Error Resume Next
Set conn=Server.CreateObject("ADODB.Connection")
conn.begintrans
conn.Open ("Driver={SQL Server};server=(local);uid=sa;database=student;pwd=")
......
由于对页面使用了伪静态
并且对ID进行了加密。
主要代码如下:
httpd.ini
RewriteRule /List-([0-9,a-z]*).html /List.asp\?ComId=$1 [N,I]
程序代码
A为加密,B为解密函数
<a href=&q ......
文件:folder.inc
HTML code:
<%
Dim folderini,pos,pageName
fPath = Request.ServerVariables("PATH_TRANSLATED")
pos = instrRev(fPath,"\")
folderini = Left(fPath,pos)+&qu ......