Hi,
I posted a question regarding onchange() event recently (rhanks to Mark Sreeves ). Basically I wanted to return the value that was clicked on in a list box, and use this as a paramter for the populating another list box.

However I think in order to manipulate the list choice involves writing a javascript function ( which I am not keen on ). I want the value selected assigned to a variable, which can then be used as a parameter for returning records.

Can this be done?


All the sites I have looked at required writing a javascript function. Is this necessary?

Thanks in advance.

Lenin