1.全自动了,成机器人啦,哈哈...根据实际需要做出期望的效果应该是可以的.
2.客户端的设置不好改,你还是只设置你自己的页面不被IE缓存吧.

解决方案 »

  1.   

    1.
    keyCode Property--------------------------------------------------------------------------------Sets or retrieves the Unicode key code associated with the key that caused the event. SyntaxHTML N/A 
    Scripting event.keyCode [ = sKeyCode ] Possible ValuessKeyCode Integer that specifies or receives the Unicode key code. The property is read/write. The property has no default value.Expressions can be used in place of the preceding value(s), as of Microsoft?Internet Explorer 5. For more information, see Dynamic Properties.button Property--------------------------------------------------------------------------------Retrieves the mouse button pressed by the user. SyntaxHTML N/A 
    Scripting event.button [ = iWhichButton ] Possible ValuesiWhichButton Integer that specifies or receives one of the following values:0 Default. No button is pressed. 
    1 Left button is pressed. 
    2 Right button is pressed. 
    3 Left and right buttons are both pressed. 
    4 Middle button is pressed. 
    5 Left and middle buttons both are pressed. 
    6 Right and middle buttons are both pressed. 
    7 All three buttons are pressed. 
     The property is read/write. The property has a default value of 0.Expressions can be used in place of the preceding value(s), as of Microsoft?Internet Explorer 5. For more information, see Dynamic Properties.自己模拟咯