按A就会跳转到地图名片的网页,请按A<BR><!--<BR>var hotkey=97<BR>var destination="http://mc.mapabc.com"<BR>if (document.layers)<BR>document.captureEvents(Event.KEYPRESS)<BR>function backhome(e){<BR>if (document.layers){<BR>if (e.which==hotkey)<BR>window.location=destination<BR>}<BR>else if (document.all){<BR>if (event.keyCode==hotkey)<BR>window.location=destination<BR>}<BR>}<BR>document.onkeypress=backhome onkeydown="javascript:onenter();" function onenter(){ if(event.keyCode==13){alert("回车");}}