Jump to content
UBot Underground

ubot freeze on form submit


Recommended Posts

My first bot, pro license, it appears to freeze on clicking on the search button, an animated dialog box(i'm guessing this is a dialog box) comes up outside the bot, then returns search result. I can tell it freeze because the animated icon on dialog isn't working. Tried putting the click link, click chosen in tread and socket component, neither of which worked.

The form source looks like this:

<h1>

<form action="/user/search" method="post" id="FacebookSearchForm" name="getGrade">

<input type="text" name="Term" value="facebook consultant" class="text" id="UserText">

<a href="javascript:;" onclick="document.getGrade.submit();" class="grade" id="ProcessFacebookSearch">Search</a>

</form>

</h1>

 

I also attempted to run javascript, but I guess i don't really know what to pick out of the code.

Vicky

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...