⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 guide(1).js

📁 国际贸易课件
💻 JS
字号:
var HOME="http://www.etraport.com/";var array_a = new Array("impexp/xgli_01.htm","impexp/query_tax.php","impexp/goods.php","impexp/rate.php","impexp/407.htm");var array_b = new Array("相关流程","商品税号查询","进出口商品管理","外汇管理","外管银行");var left_ajust_width = 100;var right_ajust_width =200;var table_back_color = "#002fa9";var highlight_font_color = "#68cbef";var font_color = "#ffffff";function ShowSubGuide(index){    document.writeln("<table align=center width=760 border=0 cellspacing=0 cellpadding=0>");    document.writeln("  <tr>");    document.writeln("    <td bgcolor=" + table_back_color + "><img height=29 src=\"" + HOME + "images/guideleft.gif\" width=11 border=0></td>");    document.writeln("    <td  bgcolor=" + table_back_color + " width=" + left_ajust_width + " height=29>&nbsp;</td> ");    for (i=0; i<array_a.length; i++){      if (index == i) {      	document.writeln("    <td  bgcolor=" + table_back_color + " valign=center align=center height=29><font color=" + highlight_font_color + ">" + array_b[i] + "</font></td>");      } else {      	document.writeln("    <td  bgcolor=" + table_back_color + " valign=center align=center height=29><a href=\"" + HOME + array_a[i] +"\"><font color=" + font_color + ">" + array_b[i] + "</font></a></td>");      }      if(i < array_a.length - 1){      	document.writeln("    <td  bgcolor=" + table_back_color + " valign=center align=center height=29><font color=" + font_color + ">&nbsp;|&nbsp;</font></td>");      }    }    document.writeln("    <td  bgcolor=" + table_back_color + " width=" + right_ajust_width + " height=29>&nbsp;</td> ");    document.writeln("    <td><img height=29 src=\"" + HOME + "images/guideright.gif\" width=12 border=0></td>");    document.writeln("  </tr>");    document.writeln("</table>");}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -