Bryn
Fellow UBotter-
Content Count
10 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Bryn
-
Rank
Member
Profile Information
-
Gender
Not Telling
System Specs
-
OS
Windows 8
-
Total Memory
More Than 9Gb
-
Framework
v4.0
-
License
Standard Edition
Recent Profile Visitors
2567 profile views
-
I have tried the click but each time I click the next item the others are no longer selected. I need a Ctrl-click on 4 items in the drop down box. A multiple drop down option is pretty common for HTML forms, so it seems there should be some way to navigate it within ubot.
-
Bryn started following Javascript popup in new tab not showing up. and Select Multiple Items in a Dropdown
-
What is the best way to select multiple items in a multiple select dropdown? The change dropdown easily does 1 item, but not sure how to select more than 1?
-
Thanks, that worked great. Not sure how to edit the Wiki, but your example should be added.
-
Database connection works fine. INSERT, UPDATE, and SELECT work. How do you take a ubot variable and plug it into the UPDATE command? I checked the wiki and there is no example of this.
-
Good idea. I tried it and the URL is no where to be found in the page source code, so it must be generated after that button is clicked. I tried searching for any tiny section of the URL or even the URL parameter and nothing was found.
- 3 replies
-
- javascript
- popup
-
(and 2 more)
Tagged with:
-
I have a preview button on the page. When I copy link address in Chome I see the code below. javascript:__doPostBack('m_lbPreview','') In Chrome it opens a new tab and has a URL for this tab. My goal is to get that URL. In ubot I can see the new popup try to open, but then it disappears and I am left on the same page. If you would like to see it in action I recorded a short video at http://screencast.com/t/GwnigbENAFml. Any suggestions would be appreciated.
- 3 replies
-
- javascript
- popup
-
(and 2 more)
Tagged with:
-
Thanks, good point on the button!
-
Thanks
-
As the headline says I need to run a script every 5 minutes. Do I create an endless loop with a wait command that runs the script every 5 minutes, or is there some other way that is more preferred?