按A就會(huì)跳轉(zhuǎn)到地圖名片的網(wǎng)頁(yè),請(qǐng)按A
<SCRIPT language="JavaScript">
<!--
var hotkey=97
var destination="http://mc.mapabc.com"
if (document.layers)
document.captureEvents(Event.KEYPRESS)
function backhome(e){
if (document.layers){
if (e.which==hotkey)
window.location=destination
}
else if (document.all){
if (event.keyCode==hotkey)
window.location=destination
}
}
document.onkeypress=backhome
onkeydown="javascript:onenter();"
function onenter(){
if(event.keyCode==13){
alert("回車(chē)");
}
}
</SCRIPT>
新聞熱點(diǎn)
疑難解答
圖片精選