PHP-HTML

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pranayd
Forum Newbie
Posts: 1
Joined: Sun Dec 08, 2002 11:14 pm
Location: brisbane

PHP-HTML

Post by pranayd »

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
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

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
Post Reply