Jump to content
UBot Underground

Checking A Radio Button based on UI List


Recommended Posts

A UI List inside of my bot has the following:

Animals

Boats

Guns

Cars

Trains

 

 

The website's code looks similar to:

 

<input type="radio" name="channels_category" id="channels_category1" value="16" />Animals<br />

<input type="radio" name="channels_category" id="channels_category2" value="20" />Boats<br />

<input type="radio" name="channels_category" id="channels_category3" value="40" />Guns<br />

<input type="radio" name="channels_category" id="channels_category4" value="80" />Cars<br />

<input type="radio" name="channels_category" id="channels_category5" value="59" />Trains<br />

 

 

What's the easiest way specify which radio box to check based on the selection made in the UI window

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