Is there a way to activate the link in the pulldown after selecting it?

Sorry, I don't understand the question.
Maybe you want to make the pulldown par of a html form. Just give a name attribute to the select tag and it will be sent as a field when the form is submitted. Your Delphi code can then grab the value of the selected option as any other form variable.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to