📄 oneplusone.asp
字号:
<%
FunCode="F205"
session("title")="套餐申请 -> 域名查询"
session("headline")="首页 -> 注册系统 -> 套餐申请 -> 域名查询"
%>
<!--#include file="../inc/head2.asp"-->
<script language='JavaScript'>
<!--
function check_input()
{
if (document.oneplusone.domainname.value=="")
{
alert("域名不能为空!");
document.oneplusone.domainname.focus();
return false;
}
return true;
}
function check_input_cn()
{
if (document.oneplusonecn.domainname.value=="")
{
alert("域名不能为空!");
document.oneplusonecn.domainname.focus();
return false;
}
return true;
}
//-->
</script>
<br>
<img src="../images/dotdb.gif" width="10" height="10"> <font color="#000000"></font>国际域名特惠套餐:<br>
<form action="oneplusone2.asp" method=post name="oneplusone" onsubmit="return check_input()">
<table border=1 bordercolor=#3770A9 bordercolordark=#ffffff cellpadding=8
cellspacing=0 width=85% class="size09" align="center" bgcolor="#efefef">
<tbody>
<tr valign="middle">
<td height="60">
<input type="Hidden" name="ID" value="<%=request("ID")%>">
<div align="center">请输入您要查询的国际英文域名: www.
<input type='text' name='domainname' class="form">
<input type="radio" name="domaintype" value=".com" checked>
.com
<input type="radio" name="domaintype" value=".net">
.net
<input type="radio" name="domaintype" value=".org">
.org
<input type="radio" name="domaintype" value=".name">
.name
<input type=submit name=submit value="开始查询">
</div>
</td>
</tr>
</tbody>
</table>
</form>
</td>
</tr>
<tr>
<td height="36" valign="top">
<br> <br>
<img src="../images/dotdb.gif" width="10" height="10"> <font color="#000000"></font>中国域名特惠套餐:<br>
<br>
<form action="oneplusone2.asp" method=post name="oneplusonecn" onsubmit="return check_input_cn()">
<table border=1 bordercolor=#3770A9 bordercolordark=#ffffff cellpadding=8
cellspacing=0 width=85% class="size09" align="center" bgcolor="#efefef">
<tbody>
<tr valign="middle">
<td height="60">
<input type="Hidden" name="ID" value="<%=request("ID")%>">
<div align="center">请输入您要查询的中国域名: www.
<input type='text' name='domainname' class="form">
<input type="radio" name="domaintype" value=".cn" checked>
.cn
<input type="radio" name="domaintype" value=".com.cn">
.com.cn
<input type="radio" name="domaintype" value=".net.cn">
.net.cn
<input type="radio" name="domaintype" value=".org.cn">
.org.cn
<input type=submit name=submit value="开始查询">
</div>
</td>
</tr>
</tbody>
</table>
</form>
<!--#include file="../inc/bottom2.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -