Ok fellaz, thanks for the info. I was able to get around it, but it still doesn't make sense to me.
Why doesn't this work:
_IEAction($oIE, "saveas")
Send("{TAB 2}")
Send("{SPACE}")
But this does:
MouseClick("right", 640, 512)
Send("{DOWN 6}")
Send("{ENTER}")
Send("{TAB 2}")
Send("{SPACE}")
They do the same thing, but the mouseclick works. 'Sup wit dat?