I read with ajax a .txt file containing (i.e):
Server A|192.168.0.1|Server B|192.168.0.1
with tokenat i populate the dropdown menu.
So I have a dropdown like
|--- Server A
|--- Server B
I would like to have
|--- Server A (VALUE 192.168.0.1)
|--- Server B (VALUE 192.168.0.1)
The user select the Server and connect to the associated ip address in value
Anyway I'have found a workoaround. The Ajax is still populated so I use:
tokenat(AJAX.LastData,(ServerList.SelectedIndex*2)-1,"|")
[/code:6cn4klkf]to get the ip associated to the selected server