I am trying to pull in information from a list box (combo box) in HTML and displaying a value as 3 different places.
I am unable to make it dynamic, meaning once i change the option in the combo it doesnot change the text at those location.
it has only the first record details.
i will appreciate if someone can give me some info about this. I am new to PHP-HTML.
Cheers
Pranay
PHP-HTML
Moderator: General Moderators
if you want your script to perform actions whenever the current element of the select-box changes you'll have to do it by client-side scripting (e.g. javascript).
http://msdn.microsoft.com/workshop/auth ... change.asp
http://hotwired.lycos.com/webmonkey/98/ ... rogramming
http://www.htmlcodetutorial.com/forms/_ ... hange.html
http://msdn.microsoft.com/workshop/auth ... change.asp
http://hotwired.lycos.com/webmonkey/98/ ... rogramming
http://www.htmlcodetutorial.com/forms/_ ... hange.html