PDA

View Full Version : Auto Refresh


Janfek
12-23-2002, 04:24 PM
Hello, I wanto to know if somebody can help me with this issue: I am working with a form and most of the fields (numeric) need to be refreshed in the total fields in the same form when a value changes or is added. What I want to know is how do I code this action.
Thanks in advance.

Janfek Esquivel.

beetle
12-23-2002, 04:29 PM
Use the onchange (http://msdn.microsoft.com/workshop/author/dhtml/reference/events/onchange.asp) or onblur (http://msdn.microsoft.com/workshop/author/dhtml/reference/events/onblur.asp) events to fire a function that re-calculates.

Janfek
12-23-2002, 06:43 PM
Let me try this events to see if it does what I need.
Thanks a lot.
:thumbsup: