Jump to content
UBot Underground

can someone explain the proper way to construct list and dropboxes


Recommended Posts

<select name="select">
  <option>fat chicks</option>
  <option value="blondesvmmmmmm">bloindes</option>
  <option value="redheadddxdsszaas">red heads</option>
</select>


can someone explaine how to code drop down menues

<select name="select">
  <option>fat chicks</option>
  <option value="blondesvmmmmmm">blondes</option>
  <option value="redheadddxdsszaas">red heads</option>
</select>

the above works on a regular webpage but when placed in a ui list box or ui drop box it only causes errors

 

Link to post
Share on other sites

Is this what you want? Paste it into the code view in UBot

 

ui drop down("Fat Chick""Blonde,Red Head,Brunette"#Dropdown)

change dropdown(<name="Girls">#Dropdown)

 

Put the variable in the change drop down command where it says, first choice or random etc

 

Then select the one you want in the drop down, run the node and it should change the one on the page.

 

I think this is what you was looking for.

Edited by blacksabbath
Link to post
Share on other sites

No black the code posted above is how its done in html, I need to do this in standard licence unit.

What I don't want to have to do is dump this along with other data into a table,and then loop thru the table and count lines

And deal with column(line#)

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