Hi Gin2
What you have done is just what I need for my project thanks, so I’ve implemented your code - w/o the later modification and get this output:
<div id="content">
<table border="0" cellpadding="4" cellspacing="0">
... ... ...
</table>
<b>1</b>
<a href="#" click="new Ajax.Updater('content','... ... ...',{method: 'post', parameters:{page:2}, evalScripts:true}); return false;">2</a>
<a href="#" click="new Ajax.Updater('content','... ... ...',{method: 'post', parameters:{page:2}, evalScripts:true}); return false;">></a>
</div>
[onclick replaced by click for this post]
Which all seems to look OK, no errors in Firebug. But the onClick event never seems to fire. Now I’m not in any way a JS programmer so any clues on a way forward would be appreciated.