Using the following code:

Code:
CreateObject("WScript.Shell").SendKeys "+{F10}", True
to open the context menu after I've gotten the focus on a link on the page. Once that is done, my program simply stops. It's like popping up that context menu sends my program into a hidden loop, not allowing the rest of the code to perform. Any ideas?