Jump to content
UBot Underground

MAtkins

Members
  • Content Count

    5
  • Joined

  • Last visited

Community Reputation

0 Neutral

About MAtkins

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Here's something strange. if the page in the browser has a script on it, the javascript functionality in UBots seems to work pretty well. BUT - if there is no javascript on the page UBots cannot process javascript at all. Also, if a javascript error occurs on a page, Ubots cannot process javascript. Is there a way to make it work even if there's no javascript on the page or if javascript throws an error? Solve this for me and I've got a really *sweet* bot I'll publish, free and soon.
  2. What about this? set > value = $eval: "{1}" + "{2}"; add 2 parameters which are the 2 variables you want to concatenate.
  3. I've got a problem though: I added a 'set' and made the value an $eval with the expression: sForms = ""; for(i=0;i<document.forms.length;i++){ sForms += document.forms.outerHTML + "||"}; sForms += ""; This of course is javascript and I've created a string variable that has all the outer html for every form on the page, delimited by "||". I end the javascript with sForms += ""; just to make sure the return value is the var sForms. It works fine if there's only one form on the page. It doesn't work if there are more than 1. It returns nothing. I tried it using run javascript with my #
  4. In coding generally, if his works and yours doesn't, you've got a typo:)
  5. Hi: I'm hoping there is a way to test to see if an element exists before I try to choose and/or fill it? I'd really like to do this from a reusable sub. Basically, I want to be able to call a sub that fills in a field if it exists. Are there any existing bots with functions like that already built? maybe?
×
×
  • Create New...