Hi All, I am very new to AutoIt and need some help getting my script working. I need to just open a browser to a certain page, input some information, and check to see if it succeeded. The first two things work fine with just Run() and Send(), but then I need to read some text off of the webpage to check for success and the only way I know to do that is _IEBodyReadText() (if there is another way please let me know). Here is the code that I have so far: #include <GUIConstantsEx.au3>