B/S:
sub document_onmousedown()
if window.event.button=2 or window.event.button=3 or window.event.button=6 or window.event.button=7 then
msgbox "如果您对网站有任何问题或建议,请与管理员联系!",64,"提示"
end if
end sub
sub document_onkeydown()
if window.event.keyCode=93 or (window.event.keyCode=121 and window.event.shiftKey=true) then
msgbox "如果您对网站有任何问题或建议,请与管理员联系!",64,"提示"
end if
end sub