Code (Text): Dim Strhtml As String w.Request("POST", "http://www.neopets.com/pound/process_adopt.phtml?pet_name=" + petname.Text, "http://www.neopets.com/pound/adopt.phtml?search=" + petname.Text) Strhtml = w.Request("GET", "http://www.neopets.com/quickref.phtml", "http://www.neopets.com/pound/process_adopt.phtml?pet_name=" + petname.Text) If Strhtml contains petname.text then log.Items.Add(petname.Text + "has been adopted! Stopping!") Timer1.Enabled = False Else error returned: end of statement excpected. "contains petname.text then" is underlined in green... Helps!!!?