05-03-2009, 09:45 PM
Code:
to recgonize/action the IE menu items, use VB scripting.
Set objShell = CreateObject("WScript.Shell")
objShell.SendKeys "{PGDN}" 'page up
objShell.SendKeys "{F5}" 'Press F5 button Refresh
objShell.SendKeys "%{F4}" 'Close the currently activated window/browser
% represents Alt
+ represents Shift
^ represents Ctrl