benydc Posted March 14, 2012 Posted March 14, 2012 I tried using the _IETagGetNameCollection for button and then this:If $oTag.value = "submitform" Then ;If _IEPropertyGet($oTag, "innertext") = "submitform(" Then _IEAction($oTag, "click")I tried both of them and didnt worked. Here is the Javascript code button:<script language="javascript">...var button='';button+='<table border="0"id="table1"cellspacing="0"cellpadding="2">button+='<tr><td>';button+='<button type="submit" name="B5"style="height: 20; background-color: #6600FF; width:20" onclick="submitform(1);"></button></td>';var button2='<button type="submit" name="B6" style="height: 20; background-color: #6600FF; width:20" disabled></button>';function incrCount(){window.status="Please Wait...";loaded++;....</script>The error I get in the console:C:\VastHitsBot\scipts\TEST2.au3 (29) : ==> Variable must be of type "Object".: For $oTag In $colTags For $oTag In $colTags^ ERRORHow do I get the javascript language so AutoIT can read whats inside the script as well?One more inquire:At the end of this month I get paid at work and I want to donate to AutoIT, is there any subscription that I can get more support?
Moderators Melba23 Posted March 14, 2012 Moderators Posted March 14, 2012 benydc, This looks as if you are trying to spam a manual traffic exchange site - VastHits. Your very first post on this forum said: Ok, I am trying to attack to an url I openingand mentioned the same site. Have you read their T&Cs? If not, here is an extract: In Brief, you are NOT allowed to: Use robot/auto surf software of any kind.which seems pretty definitive to me. And as to your second point, you get as much support here as your questions deserve - which in your case is very little - and we certainly do not offer more help for cash. To add to the fun, I see from reviewing your topics that in this one you slip up and use both your accounts in the same thread. Guess what - multiple accounts are not allowed here, and as you seem to add very little to the AutoIt community in either guise, they will both be permanently blocked. Now go away and find another forum to annoy. 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