<HTML> <HEAD><TITLE>今天你有否亿唐?!</TITLE><META http-equiv=Content-Type content="text/html; charset=gb2312"><link rel="stylesheet" href="index.css" type="text/css">
<SCRIPT language=javascript><!--//script2.js//Jump menu mod'd by Daniel Greenefunction mt_JumpMenu(targ,selObj,restore){ if (selObj.options[selObj.selectedIndex].value == 'ac')  { eval(targ +".location='http://www.welab.com/copyright.asp'"); }}//Jump menu by MMfunction MM_jumpMenu(targ,selObj,restore){ //v3.0  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  if (restore) selObj.selectedIndex=0;}//Change status bar text (demian)function makestatussay(txt) { self.status = txt }function makestatusclear() { self.status = "" }//Unsure what this is (demian)function newImage(arg) { if (document.images) { rslt = new Image(); rslt.src = arg; return rslt; }}function changeImages() { if (document.images && (preloadFlag == true)) { for (var i=0; i<changeImages.arguments.length; i+=2) { document[changeImages.arguments[i]].src = changeImages.arguments[i+1]; } }}function MM_reloadPage(init) {  //reloads the window if Nav4 resized  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);function MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}//--></SCRIPT>

解决方案 »

  1.   

    <SCRIPT language=javascript><!--//dropdownC.jsmtDropDown.spacerGif = "images_menubar/x.gif"; mtDropDown.dingbatOn = "images_menubar/expand-1.gif"; mtDropDown.dingbatOff = "images_menubar/expand-0.gif"; mtDropDown.dingbatSize = 14; mtDropDown.menuPadding = 1; mtDropDown.itemPadding = 4; mtDropDown.shadowSize = 2; mtDropDown.shadowOffset = 3; mtDropDown.shadowColor = "#888"; mtDropDown.shadowPng = "/images/grey-40.png"; mtDropDown.backgroundColor = "#ffffff"; mtDropDown.backgroundPng = "/images/white-90.png"; mtDropDown.hideDelay = 200; mtDropDown.slideTime = 300; mtDropDown.reference = {topLeft:1,topRight:2,bottomLeft:3,bottomRight:4};mtDropDown.direction = {down:1,right:2};mtDropDown.registry = [];mtDropDown._maxZ = 100;mtDropDown.isSupported = function() {if (typeof mtDropDown.isSupported.r == "boolean") return mtDropDown.isSupported.r;var ua = navigator.userAgent.toLowerCase();var an = navigator.appName;var r = false;if (ua.indexOf("gecko") > -1) r = true; else if (an == "Microsoft Internet Explorer") {if (document.getElementById) r = true; }mtDropDown.isSupported.r = r;return r;}mtDropDown.initialize = function() {for (var i = 0, menu = null; menu = this.registry[i]; i++) {menu.initialize();}}mtDropDown.renderAll = function() {var aMenuHtml = [];for (var i = 0, menu = null; menu = this.registry[i]; i++) {aMenuHtml[i] = menu.toString();}document.write(aMenuHtml.join(""));}function mtDropDown(oActuator, iDirection, iLeft, iTop, iReferencePoint, parentMenuSet) {this.addItem = addItem;this.addMenu = addMenu;this.toString = toString;this.initialize = initialize;this.isOpen = false;this.show = show;this.hide = hide;this.items = [];this.onactivate = new Function(); this.ondeactivate = new Function(); this.onmouseover = new Function(); this.onqueue = new Function(); this.index = mtDropDown.registry.length;mtDropDown.registry[this.index] = this;var id = "mtDropDown" + this.index;var contentHeight = null;var contentWidth = null;var childMenuSet = null;var animating = false;var childMenus = [];var slideAccel = -1;var elmCache = null;var ready = false;var _this = this;var a = null;var pos = iDirection == mtDropDown.direction.down ? "top" : "left";var dim = null;function addItem(sText, sUrl) {var item = new mtDropDownItem(sText, sUrl, this);item._index = this.items.length;this.items[item._index] = item;}function addMenu(oMenuItem) {if (!oMenuItem.parentMenu == this) throw new Error("Cannot add a menu here");if (childMenuSet == null) childMenuSet = new mtDropDownSet(mtDropDown.direction.right, -5, 2, mtDropDown.reference.topRight);var m = childMenuSet.addMenu(oMenuItem);childMenus[oMenuItem._index] = m;m.onmouseover = child_mouseover;m.ondeactivate = child_deactivate;m.onqueue = child_queue;return m;}function initialize() {initCache();initEvents();initSize();ready = true;}function show() {if (ready) {_this.isOpen = true;animating = true;setContainerPos();elmCache["clip"].style.visibility = "visible";elmCache["clip"].style.zIndex = mtDropDown._maxZ++;slideStart();_this.onactivate();}}function hide() {if (ready) {_this.isOpen = false;animating = true;for (var i = 0, item = null; item = elmCache.item[i]; i++) dehighlight(item);if (childMenuSet) childMenuSet.hide();slideStart();_this.ondeactivate();}}
      

  2.   

    太长了我发不上去,你给我email我给你发过去吧!