I have an Access database and I want to show my data in pages, but I don't want to use some AJAX libraries. Any simple example that uses basics of AJAX? Thanks.
You have to write a script that reads the database and puts the data into html. Then you call the script to get more and more when each page is clicked.
Any of this is beyond the scope of this forum. Purchase a book on the subject. There aren't too many shortcuts, especially if you're avoiding using a good library.
I spent a great deal of time to write my own way of going through a database and creating html pages out of it. I think that most of the people who have actually done this would agree this would be like asking for 400 dollars. I will leave you with a hint... ODBC + PHP
Hello aroel24, its to simple to develop ajax paging 1, make simple paging 2, you get the paging numbers with link... rite ? 3, your link have paramaters. 4, now make your link dead and make a function that will call page it self and paste the link onclick even with paramater what was on your href link. :) simple your are done. ajax paging complete