Jump to content
UBot Underground

madeinholt

Members
  • Content Count

    10
  • Joined

  • Last visited

Community Reputation

0 Neutral

About madeinholt

  • Rank
    Member

Recent Profile Visitors

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

  1. Correction fom me. Big thanks to greencat! Altering the UI list, for example to[books_and_zines] instead of what I had [books and zines]has done the trick using the runjavascript method.
  2. Cheers greencat, I would love to come back here and say thank you so much that did the trick... @alcr that did not work either and with regard to send keys... that was a suggestion from Seth.
  3. Hi greencat, I just spotted your example on another post - that was not there a few days ago! The problem I have is that I want to be able to send a description that is pre-selected from a Ubot UI list box. So in the example you have given I would need accessories to be called from a UI list selection. I have just done a screencast so will PM you when I have a URL for it.
  4. The example on tagged.com is not using OnChange script - so send keys field chosen works. I have sent Seth a PM with a screencast of the site I am having difficulty with. @aclr I thought your comments here applied to what I am on about... http://ubotstudio.com/forum/index.php?/topic/3138-simulate-enter-key-press/page__hl__steal%20focus__fromsearch__1 There seems to have been some recent traffic on the above post - could be someone has a solution!?
  5. Crazyflx has already posted on this forum about this and so has alcr indirectly when he talks about stealing focus. I have tried Crazyflx's solution which uses send keys field chosen and a bit of blanking - that does not work. What the OnChange does is it activates by where you click within the dropdown list - so no matter what you change or how you send it - whatever combination of field sends or key changes or key clicks are used the first box never activates the way you want it to using UBot - unless you click in the box on the screen manually. Sorry If I have confused you.
  6. That works if there is only one item in the list beginning with the same letter... I have PM'd you with a screencast.
  7. This is a working example of the type of list I am on about. http://www.idocs.com/tags/forms/_SELECT_onChange.html
  8. The javascript dropdown box is coded as follows:- <select onchange="mainCategorySelector(this.value)"> <option value="- - -">- - -</option> <option value="accessories">accessories</option> <option value="art supplies">art supplies</option> <option value="assorted things">assorted things</option> etc etc <option value="wallpaper">wallpaper</option> <option value="wood">wood</option> I have used Action Command / Run Javascript which will activate the mainCategorySelector(this.value
  9. Yeah, I created a UI containing all 31 item descriptions duplicated from the said dropdown box - I can get Ubot to clear the dropdown field and insert the correct item description but then I cannot get Ubot to activate the field. Or another way round I got the field to activate but Ubot can only get the first letter to enter. e.g. If list contains Bags,Balls,Books then only Bags will be entered by Ubot even if you select Balls. The desired option/field/description is only selectable from within the dropdown and with a single click. Is there a solution to this?
  10. Hello All, I have come up against a drop-down list that contains only [option]description fields. I have checked the html and the list has <option value ="blahblah">blahblah<?option> etc. For each of the description fields only. Only clicking on the chosen description in the list will activate the page to display the next form field. I have looked through all tutorials and exhausted all the options including send chosen keys > send chosen field keys. I can get the field to blank and fill from a list but then the thing won't activate. I can get it to change field and acti
×
×
  • Create New...