hcary
Newbie
Posts: 1
Registered: 9/2/2008
Location: NC
Member Is Offline
|
| posted on 9/2/2008 at 04:58 PM |
|
|
Tigra Tables Pro with prototype PeriodicalUpdater
I am trying to load tables pro into a div using Ajax.PeriodicalUpdater
var updater = new Ajax.PeriodicalUpdater('divAlerts', 'alerts.php', {method: 'get', frequency: 300, decay: 2, evalScripts: 'true'});
The code works when I call the page directly and I have added some messages to the output to ensure it is being loaded into the div and it is.
Here is the call
var tbl = new TTable(TABLE_CAPT, TABLE_CONTENT, TABLE_LOOK);
does anyone have it working with prototype?
|
|
|
|