<script language="javascript"> function hotkey() { var a=window.event.keyCode; if((a==65)&&(event.ctrlKey)&&(event.shiftKey)) { window.open('http://www.sina.com.cn'); } } document.onkeydown = hotkey; </script>
<script language="javascript"> function hotkey() { var a=window.event.keyCode; if((a==65)&&(event.ctrlKey)&&(event.shiftKey)) { window.open('http://www.sina.com.cn'); } } document.onkeydown = hotkey; </script>