faqts : Computers : Programming : Languages : JavaScript : Language Core : Variables

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 5 people (20%) answered Yes
Recently 1 of 5 people (20%) answered Yes

Entry

How can I refresh the value of a variable without refreshing the whole page?

Dec 21st, 2005 09:16
Joe,


I'm defining the variable in a function in the <head> section and
displaying the value in a table.  The value of the variable changes
frequently and I need a way to refresh the table without refreshing the
whole page which would reset the value of the variable.