Sorry to bother you all again with this purchase order ordeal. I have a quick question regarding a peice of the puzzle that needs to be figured out. Since this database is going to be filled up with hundreds of PO's within the first week, i need to way to limit the display of PO's. I want 100 PO's to be displayed on a page at a time and when 100 PO's are display i want at the bottom of the screen to be a link to page 2 of the PO list. However, i do not want to go off to another page, i want to simply redisplay the next list of PO's when the user hits the "2" at the bottom of the page for page number 2 of the PO's.
Basically i want to have what search engines have, when you reach a maximum number of items on a page, automatically display a 2, 3, 4, ... My problem lies in the fact that i have not done much web development before and i am sort of being thrown into the fire designing this purchase order searching system.
cliffs:
1) Sample code to limit the number of displayed items on a page and auto increment numbers at the bottom of the page which correspond to a page number with the next set of PO's on them.
2) Instead of going to a whole new page when the user clicks the number at the bottom of the page to go to the next page of PO's, how can you display them in the same table that i have set up right now
If anyone needs sample code from my searching page, i will be glad to display it. Thank you for the help in advanced.
Basically i want to have what search engines have, when you reach a maximum number of items on a page, automatically display a 2, 3, 4, ... My problem lies in the fact that i have not done much web development before and i am sort of being thrown into the fire designing this purchase order searching system.
cliffs:
1) Sample code to limit the number of displayed items on a page and auto increment numbers at the bottom of the page which correspond to a page number with the next set of PO's on them.
2) Instead of going to a whole new page when the user clicks the number at the bottom of the page to go to the next page of PO's, how can you display them in the same table that i have set up right now
If anyone needs sample code from my searching page, i will be glad to display it. Thank you for the help in advanced.