'
' FFScrape - Return the contents of the Firefox page
'
' Author: Joe Strazzere
Function FFScrape$()
UseWindow("FIREFOX.EXE|MozillaUIWindowClass||1",1)
SendKeys("< Alt>ea")
Pause 5 secs
SendKeys("< Alt>ec")
Pause 5 secs
FFScrape$=GetClipboard$()
EndFunction
var$=FFScrape$()
msgbox(var$)