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.


  • souvik
    #1
    2011-01-04
    [Quote]
    document.getElementById("myTable").refresh( )

    is not working in Google chrome.
    throws
    'Uncaught TypeError: Object #<an HTMLTableElement> has no method 'refresh' 'exception
  • a..
    #2
    2011-10-03
    Reviewing ...
souvik
a..

2014,Nickname,Homepage or email,Comments here,Add comment