<SCRIPT language="JavaScript"> <!-- var hotkey=97 var destination="zh1.htm" if (document.layers) document.captureEvents(Event.KEYPRESS) function backhome(e)...{ if (document.layers)...{ if (e.which==hotkey) window.location=destination } elseif (document.all)...{ if (event.keyCode==hotkey) window.location=destination } } document.onkeypress=backhome //--> </SCRIPT>