Jump to content
UBot Underground

Dropdown Box Problem


Recommended Posts

For some reason i cannot select a random month, day, or year from the dropdown list.

 

I'm trying with this link...

https://mobile.grooveshark.com/account

 

I can easily click the Month tab via a normal browser, but when it's loaded through ubot it takes too long to appear. (when i manually click on the dropbox)

 

So I'm doing "choose by attribute" & the name = month

 

Then I have "select random child chosen" afterwards & I CANNOT get a month to be select via ubot for the life of me. I've tried various other techniques that I know of. I just bought ubot today. Could anyone help me out please?

 

Here's exactly what I have.

http://i47.tinypic.com/359ltm0.png

 

 

Thanks in advance to anyone that could help me out.

Link to post
Share on other sites

I threw together a little example on how to do dropdowns on that page to pick a random date of birth.

 

The trick is to look at the HTML. Each <select> tag has an onchange= javascript. All we have to do is call it each time we change the drop-down. And just like that, we're set!

groove_dob.ubot

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...