📄 soft.asp
字号:
<!--#include file="connn.asp"-->
<%
user=request("user")
dim rs,sql
set rs = Server.CreateObject("ADODB.Recordset")
sql="select * from user where username ='"&user&"'"
rs.open sql,conn,3,2
if rs.eof and rs.bof then
response.write "<script language='javascript'>"
response.write "alert('该用户不存在,请检查输入是否正确!');"
response.write "</script>"
response.redirect"index.asp?user="&webname&""
response.end
else
rs("count") = rs("count") + 1
rs.Update
if rs("key1")=0 or rs("key2")=0 or rs("key3")=0 or rs("key4")=0 or rs("key5")=0 then
response.redirect"temporary.asp?user="&user&""
response.end
end if
end if
%>
<html>
<head>
<title>网络营销的专用软件</title>
<Script Language=javascript>
function Click(){
window.event.returnValue=false;
}
document.oncontextmenu=Click;
</Script>
<script Language="JavaScript">
var messeage="欢迎光临伴江行销售网络!!!==会员代理,电子邮件地址,营销软件,MLM制作与销售,网页制作……";
var seq=0;
function Move(){
textlen=messeage.length;
window.status=messeage.substring(0,seq+1);
seq++;
if (seq>=textlen)
seq=0;
window.setTimeout("Move();",250);}
Move();
</script>
<link rel="stylesheet" type="text/css" href="css.css">
</head>
<body background="images/bg.gif" leftmargin="0" topmargin="0">
<!--#include file="top.asp"-->
<div align="center">
<center>
<table cellspacing=0 cellpadding=0 width=734 border=0>
<center>
</center>
<tr>
<td width="100%">
<table cellspacing=0 cellpadding=0 width="100%" border=0>
<center>
</center>
<tr>
<center>
<td valign=top align=left width="15%" bgcolor=#ffcc66>
<table cellspacing=6 cellpadding=0 width="100%" border=0>
<tbody>
<tr>
<td width="100%"><img height=106 src="image/etop.gif"
width=151 border=0></td>
</tr>
<tr>
<td width="100%"><a
href="cn.asp?user=<%=username%>"><img height=25
alt=国内地区邮址 src="image/ecn.gif" width=134
border=0></a></td>
</tr>
<tr>
<td width="100%"><a
href="hy.asp?user=<%=username%>"><img height=25
alt=行业邮址 src="image/ehangye.gif" width=134
border=0></a></td>
</tr>
<tr>
<td width="100%"><a
href="gj.asp?user=<%=username%>"><img height=25
alt=国际邮址 src="image/eguoji.gif" width=134
border=0></a></td>
</tr>
<tr>
<td width="100%"><a
href="zh.asp?user=<%=username%>"><img height=25
alt=综合邮址 src="image/ezhonghe.gif" width=134
border=0></a></td>
</tr>
<tr>
<td width="100%"><a
href="soft.asp?user=<%=username%>"><img height=25
alt=群发软件 src="image/esoft.gif" width=134
border=0></a></td>
</tr>
<tr>
<td width="100%"><a href="buy.asp?user=<%=username%>"><img height=25
alt=立即购买 src="image/ebuy.gif" width=134
border=0></a></td>
</tr>
<tr>
<td width="100%"><img height=25
alt=关于我们 src="image/eabout.gif" width=134
border=0></td>
</tr>
<tr>
<td align=right width="100%">试用邮址如下:</td>
</tr>
<tr>
<td align=right width="100%">试用邮址1(点击下载)</td>
</tr>
<tr>
<td align=right width="100%">试用邮址2(点击下载)</td>
</tr>
<tr>
<td align=right width="100%">试用邮址3(点击下载)</td>
</tr>
<tr>
<td align=right width="100%">试用邮址4(点击下载)</td>
</tr>
<tr>
<td align=right width="100%">试用邮址5(点击下载)</td>
</tr>
</tbody>
</table>
</td>
</center>
<td valign=top align=left width="85%">
<table cellspacing=0 cellpadding=0 width="100%" border=0>
<center>
<tr>
<td width="100%">
<table cellspacing=4 cellpadding=0 width="100%" border=0>
<tbody>
<tr>
<td width="71%"><img height=13
src="image/ed.gif" width=13
border=0>国内地区邮址1130万<font
color=#ff0066><b>(很有价值)</b></font>; <a
href="cn.asp?user=<%=username%>">>>立即查看</a></td>
<td width="30%" rowspan=7><a
href="buy.asp?user=<%=username%>"><img
height=158 alt=Email营销大全 src="image/eimg.gif"
width=149 border=0></a></td>
</tr>
<tr>
<td width="71%"><img height=13
src="image/ed.gif" width=13
border=0>各行业分类地址1.58亿<font
color=#ff0066><b>(很有价值)</b></font>; <a
href="hy.asp?user=<%=username%>">>>立即查看</a></td>
</tr>
<tr>
<td width="71%"><img height=13
src="image/ed.gif" width=13
border=0>国际email地址1350万; <a
href="gj.asp?user=<%=username%>">>>立即查看</a></td>
</tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -