Click to See Complete Forum and Search --> : gettin my function to update :p


docileAsianKity
12-10-2002, 12:55 AM
: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

hfraser
12-10-2002, 01:26 AM
use onClick="yourFunction()" as an attribute in you pull down menus or use onmouseup!