?? wf_hyzx_index.jsp
字號(hào):
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>歡迎光臨萬方數(shù)據(jù)資源系統(tǒng)</title>
<link rel="stylesheet" href="/css/css.css" type="text/css">
<link rel="stylesheet" href="/css/t12.css" type="text/css">
</head>
<script language="JavaScript">
var type = 0;
function submitToLogin(typeIn){
type = typeIn;
document.all.loginActionForm.loginType.value = type;
// if (type==1) and (document.all.loginActionForm.username!=)
// document.all.loginActionForm.submit();
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
function submitCheck() {
var name =document.all.loginActionForm.username.value;
var pass =document.all.loginActionForm.password.value;
if (type==1){
if ((name==null)||(name=="") ||(pass==null) ||(pass=="")){
alert("用戶名和密碼不能為空!");
return false;
}
}
document.all.loginActionForm.loginType.value=type;
//document.all.loginActionForm.submit();
}
function submitForm(form) {
form.submit();
}
function mobileLogin()
{
if((mobileLoginForm.mobile.value==null) || (mobileLoginForm.mobile.value==""))
{
alert("手機(jī)號(hào)碼不能為空!");
return false;
}
if(mobileLoginForm.mobile.value.length!=11)
{
alert("非正確手機(jī)號(hào)碼!");
return false;
}
return true;
}
function dream(OrderItem)
{
document.location.href = "./WFService.aspx?OrderItem="+OrderItem;
}
</script>
<BODY BGCOLOR=#ffffff LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
-->
</style>
<SCRIPT language=JavaScript src="/js/groupinfo.js"></SCRIPT>
<script language="JavaScript">
<!--
var groupcount=9;
time1=0;
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_showHideLayers() { //v3.0
var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
obj.visibility=v; }
}
function showMenu(layername,lm,slm) {
var name;
var o;
var n=0;
var h=0;
clearTimeout(time1);
switch (layername) {
case "Layer_Gruop":
name=layername+lm;
n=Groups[lm][0][1];
break;
case "Layer_subGruop":
name=layername+lm+slm;
n=Groups[lm][0][1]+Groups[lm][0][3]+Groups[lm][1][slm][0][2];
if(n+Groups[lm][1][slm][0][5]>800) n=Groups[lm][0][1]-Groups[lm][1][slm][0][5]-Groups[lm][1][slm][0][2];
h=Groups[lm][1][slm][0][3];
break;
}
if (name) o=MM_findObj(name);
var m=MM_findObj("maintable");
if (o && m) {
o.style.top=125+h;
o.style.left=m.offsetLeft+n;
o.style.backgroundColor = "#CCCCCC";
MM_showHideLayers(name,'','show');
}
}
function hideMenu(layername,lm,slm) {
var name;
switch (layername) {
case "Layer_Gruop":
name=layername+lm;
break;
case "Layer_subGruop":
name=layername+lm+slm;
break;
}
if (name) {
lyname=name;
// MM_showHideLayers(name,'','hide');
hidelayer(lyname);
}
}
function hidelayer(lyname){
eval(lyname+".style.visibility='hidden'");
}
function changeBgColor(trid)
{
var o;
if (trid) o=MM_findObj(trid);
//alert(o);
o.style.backgroundColor = "#CCCCCC";
}
function changeBgColorBack(trid)
{
var o;
if (trid) o=MM_findObj(trid);
o.style.backgroundColor = "#FFFFFF";
}
function displaygroup() {
var i,j;
for (i=0;i<groupcount;i++) {
document.write("<div id=Layer_Gruop"+i+" style='position:absolute; z-index:5; visibility: hidden; ; left: 120px; top: 80px' onMouseOver=showMenu('Layer_Gruop',"+i+") onMouseOut=hideMenu('Layer_Gruop',"+i+")>");
document.writeln("<table width="+Groups[i][0][3]+" border=0 cellpadding=0 cellspacing=1 bgcolor=gray>");
document.writeln("<tr>");
document.writeln("<td bgcolor=#FFFFFF>");
document.writeln("<table width=100% cellspacing=0 cellpadding=4>");
for (j=0;j<Groups[i][0][2];j++) {
if (Groups[i][1][j][0][4]>0)
document.writeln("<tr height=18 id=Layer_Gruop"+i+"l"+j+" onMouseOver={showMenu('Layer_subGruop',"+i+","+j+");changeBgColor('Layer_Gruop"+i+"l"+j+"')} onMouseOut={hideMenu('Layer_subGruop',"+i+","+j+");changeBgColorBack('Layer_Gruop"+i+"l"+j+"')}>");
else
document.writeln("<tr height=18 id=Layer_Gruop"+i+"l"+j+" onMouseOver=changeBgColor('Layer_Gruop"+i+"l"+j+"') onMouseOut=changeBgColorBack('Layer_Gruop"+i+"l"+j+"')>");
if (Groups[i][1][j][0][1].length>0)
if (Groups[i][1][j][0][4]>0) {
document.writeln("<td valign=center width=85%> <a href="+Groups[i][1][j][0][1]+">"+Groups[i][1][j][0][0]+"</a></td>");
document.writeln("<td align=left width=15%><img src=/images/dot2.gif></td>"); }
else {
document.writeln("<td> <a href="+Groups[i][1][j][0][1]+">"+Groups[i][1][j][0][0]+"</a></td>");
document.writeln("<td></td>"); }
else
if (Groups[i][1][j][0][4]>0){
document.writeln("<td valign=center width=85%> "+Groups[i][1][j][0][0]+"</td>");
document.writeln("<td align=left width=15%><img src=/images/dot2.gif></td>");}
else {
document.writeln("<td> "+Groups[i][1][j][0][0]+"</td>");
document.writeln("<td></td>"); }
document.writeln("</tr>");
}
document.writeln("</table></td>");
document.writeln("</tr>");
document.writeln("</table>");
document.writeln("</div>");
for (j=0;j<Groups[i][0][2];j++) {displaysubgroup(i,j);document.writeln("");}
}
}
function displaysubgroup(lm,slm) {
var i;
if (Groups[lm][1][slm][0][4]==0) return;
document.write("<div id=Layer_subGruop"+lm+slm+" style='position:absolute;z-index:10; visibility: hidden; ; left: 120px; top: 80px' onMouseOver={showMenu('Layer_Gruop',"+lm+");showMenu('Layer_subGruop',"+lm+","+slm+");} onMouseOut={hideMenu('Layer_Gruop',"+lm+");hideMenu('Layer_subGruop',"+lm+","+slm+");}>");
document.writeln("<table width="+Groups[lm][1][slm][0][5]+" border=0 cellpadding=0 cellspacing=1 bgcolor=gray>");
document.writeln("<tr>");
document.writeln("<td bgcolor=#FFFFFF>");
document.writeln("<table width=100% cellspacing=0 cellpadding=4>");
for (i=1;i<=Groups[lm][1][slm][0][4];i++) {
document.writeln("<tr id=Layer_subGruop"+lm+slm+i+" onMouseOver=changeBgColor('Layer_subGruop"+lm+slm+i+"') onMouseOut=changeBgColorBack('Layer_subGruop"+lm+slm+i+"')>");
if (Groups[lm][1][slm][i][1].length>0)
document.writeln("<td> <a href="+Groups[lm][1][slm][i][1]+">"+Groups[lm][1][slm][i][0]+"</a></td>");
else
document.writeln("<td> "+Groups[lm][1][slm][i][0]+"</td>");
document.writeln("</tr>");
}
document.writeln("</table></td>");
document.writeln("</tr>");
document.writeln("</table>");
document.writeln("</div>");
}//-->
</script>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" name="maintable" id="maintable">
<tr>
<td width="300" rowspan="2"><img src="/images/logo.jpg" width="300" height="93"></td>
<td width="478" height="21" align="right" background="/images/top_bg1.jpg" class="t12">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr id="abced">
<td align="right" class="t12"><font color="#FFFFFF"><a href="/src/gywm/wf_gywm_index.asp"><font color="#FFFFFF">關(guān)于我們</font></a>
| <a href="/src/zddt/wf_zddt_index.asp"><font color="#FFFFFF">站點(diǎn)地圖</font></a>
| <a href="/src/bqsm/wf_lxfs_index_2.asp"><font color="#FFFFFF">各地辦事機(jī)構(gòu)</font></a>
| <a href="http://www.wanfangdata.com" target="_blank"><font color="#FFFFFF">英文版</font></a>
| <a href="/help/js_help_mulu.asp"><font color="#FFFFFF">幫助</font></a></font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="72" align="right" valign="top" >
<table width="100%" height="100%" border="0" cellpadding="10" cellspacing="0">
<tr>
<td align="right" valign="top" class="t12"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="370" height="60">
<param name="movie" value="/szx_chongzhi.swf">
<param name="quality" value="high">
<embed src="/szx_chongzhi.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="370" height="60"></embed>
</object></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="778" height="30" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" background="/images/menu_bg.jpg" class="t12"><a href="/index.asp" onMouseOver="showMenu('Layer_Gruop',0)" onMouseOut="hideMenu('Layer_Gruop',0)"><font color="#FFFFFF">萬方主頁(yè)</font></a>
<font color="#FFFFFF">|</font> <a href="/src/cpfw/wf_cpfw_index.asp" onMouseOver="showMenu('Layer_Gruop',1)" onMouseOut="hideMenu('Layer_Gruop',1)"><font color="#FFFFFF">產(chǎn)品與服務(wù)</font></a>
<font color="#FFFFFF">|</font> <a href="/src/zyzn/wf_zyzn_index.asp" onMouseOver="showMenu('Layer_Gruop',2)" onMouseOut="hideMenu('Layer_Gruop',2)"><font color="#FFFFFF">資源指南</font></a>
<font color="#FFFFFF">|</font> <a href="/src/cpzd/wf_cpzd_index.asp" onMouseOver="showMenu('Layer_Gruop',3)" onMouseOut="hideMenu('Layer_Gruop',3)"><font color="#FFFFFF">產(chǎn)品征訂</font></a>
<font color="#FFFFFF">|</font> <a href="/src/dlhz/wf_dlhz_index.asp" onMouseOver="showMenu('Layer_Gruop',4)" onMouseOut="hideMenu('Layer_Gruop',4)"><font color="#FFFFFF">代理合作</font></a>
<font color="#FFFFFF">|</font> <a href="/src/ggfw/wf_ggfw_index.asp" onMouseOver="showMenu('Layer_Gruop',5)" onMouseOut="hideMenu('Layer_Gruop',5)"><font color="#FFFFFF">廣告服務(wù)</font></a>
<font color="#FFFFFF">|</font> <a href="/src/gdfw/wf_khfw_index.asp" onMouseOver="showMenu('Layer_Gruop',6)" onMouseOut="hideMenu('Layer_Gruop',6)"><font color="#FFFFFF">客戶支持中心</font></a>
<font color="#FFFFFF">|</font> <a href="/src/schd/wf_schd_index.asp" onMouseOver="showMenu('Layer_Gruop',7)" onMouseOut="hideMenu('Layer_Gruop',7)"><font color="#FFFFFF">市場(chǎng)活動(dòng)</font></a>
<font color="#FFFFFF">|</font> <a href="/src/xzzq/wf_xzzq_index.asp" onMouseOver="showMenu('Layer_Gruop',8)" onMouseOut="hideMenu('Layer_Gruop',8)"><font color="#FFFFFF">下載專區(qū)</font></a>
</td>
</tr>
</table>
<script language="JavaScript">
<!--
displaygroup();
document.writeln("");
//-->
</script>
<table width="778" height="27" border="0" align="center" cellpadding="0" cellspacing="0" class="t12">
<tr>
<td background="/images/bg2.gif"> 您所在的位置:首頁(yè) >> 會(huì)員中心 >> 注冊(cè)區(qū)</td>
</tr>
</table>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="178" align="center" valign="top" bgcolor="#ECF2F8">
<script language="JavaScript">
function submitForm(form) {
if(form.length>1 && form.id!="HyzxLogoutActionForm")
form[0].submit();
else
form.submit();
}
</script>
<table width="100" border="0" cellpadding="0" cellspacing="0" class="t12">
<form name="HyzxXxglModifyActionForm" method="POST" action="/HyzxXxglModifyAction.do" id="HyzxXxglModifyActionForm">
<tr>
<td height="24"><img src="/images/wf_gywm_dot2.gif" width="4" height="7">
<font color="#294899"><a href="javascript:submitForm(HyzxXxglModifyActionForm)">注冊(cè)信息管理</a></font></td>
</tr>
<input type="hidden" name="forwardName" value="HyzxXxglModifyAction">
</form>
</table>
<table width="154" border="0" cellpadding="0" cellspacing="0" class="t12">
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -