gettin my function to update :p

wxdqz

New Member
:p hey boys,
I'v got a problem. I have some javascript code that won't update when I want it to. In my code I call a function and display its output as text. The function gets its values from a select pull down menu. My problem is that when I changed my selection in the pulldown menu, it doesn't seem to call the function again to update the text. I think the function is only being called when the page is loaded. How do i get it to call the function again after I select a new entry from the pull down menu.
Help me
 
Top