pcjunki Posted June 11, 2012 Posted June 11, 2012 (edited) i'm trying to automate logging into a website but keep getting this error, i'm close, but not there yet, and here for some help code is, <snip> it launches fine, passes the usnername and pwd, but it get this popup erorr message --------------------------- AutoIt Error --------------------------- Line 1802 (File "C:\Program Files\AutoIt3\Include\IE.au3"): $o_object.submit() $o_object.submit()^ ERROR Error: The requested action with this object has failed. i've looked at the code on the website i'm trying to logon to, using firefox's webdevleoperinspect the actual button you press to logon, it's code is "search" anyclues?</ie.au3> Edited June 11, 2012 by Melba23 Removed code
Moderators Melba23 Posted June 11, 2012 Moderators Posted June 11, 2012 pcjunki,Please read the Forum Rules before posting again - particularly the bit about not discussing "forum or site auto-login methods" - and make sure you follow them in future. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts