Jump to content
UBot Underground

[help] UI HTML cant select after scrape


Recommended Posts

Hi Guys,
 
i have trouble for ubotbuddy's code for load ui HTML after scrape
 
navigate("http://ubotsandbox.com/ubot-simple-list.php", "Wait")
set(#mydropdown, $scrape attribute(<id="links2scrape">, "innertext"), "Global")
set(#mydropdown, "<option>{$replace(#mydropdown, "
", "</option>
<option>")}</option>", "Global")
ui html panel("<select variable=\"#VariableOfSelection\" fillwith=\"value\" style=\"width: 220px;\">
<optgroup variable=\"#mydropdown\" fillwith=\"innerhtml\"></optgroup>
</select>", 100)

the scrape its success but can't select any dropdown :D

 
can you help me for this case :)
Link to post
Share on other sites

 

Hi Guys,
 
i have trouble for ubotbuddy's code for load ui HTML after scrape
 
navigate("http://ubotsandbox.com/ubot-simple-list.php", "Wait")
set(#mydropdown, $scrape attribute(<id="links2scrape">, "innertext"), "Global")
set(#mydropdown, "<option>{$replace(#mydropdown, "
", "</option>
<option>")}</option>", "Global")
ui html panel("<select variable=\"#VariableOfSelection\" fillwith=\"value\" style=\"width: 220px;\">
<optgroup variable=\"#mydropdown\" fillwith=\"innerhtml\"></optgroup>
</select>", 100)

the scrape its success but can't select any dropdown :D

 
can you help me for this case :)

 

 

you mean the dropdown does not change even when you change selection ?

Link to post
Share on other sites
  • 4 months later...

I have been trying to get this fixed for a long time and it still has not been fixed!!

 

Been able to dynamically update drop-down menus is a must if we want to build proper application!

 

Maybe I will start a poll so we can all vote to say we want it fixing?

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