javascript TABLE refresh( )
| refresh( ) | NN n/a IE 4 DOM n/a |
|
|
|
|
Advises the data binding facilities to reload the current page of data from the data source. If your table is retrieving frequently-changing data from a database, you can create a setTimeout( ) loop to invoke document.getElementById("myTable").refresh( ) as often as users would want updated information from the database. |
|
| Parameters | |
|
None. |
|
| Returned Value | |
|
None. |
|
Previous: javascript tags Description

is not working in Google chrome.
throws
'Uncaught TypeError: Object #<an HTMLTableElement> has no method 'refresh' 'exception