| Author: Kundan Kumar Sinha 08 Sep 2008 | Member Level: Gold | Rating:  Points: 2 |
Hi Uday,
We can not do paging with pure HTML. In HTML we are displaying static content. So to do paging you need to create that many page you want to display and use normal links for each page with page number.
Regards, Kundan
|
| Author: Shiriyal 09 Sep 2008 | Member Level: Silver | Rating: Points: 0 |
use frame tags to paging those html page
if you done two html page you should paging like below code <frameset cols="200,*" frameborder="NO" border="0" framespacing="0"> <frame src="left.htm" name="leftFrame" scrolling="auto" noresize > <frame src="body.htm" name="mainFrame"> </frameset> but dont add body tag in frame pages
|
| Author: Antony 10 Sep 2008 | Member Level: Bronze | Rating: Points: 1 |
Hi friend, As Shiriyal told in the discussion, you can use the frameset for paging, that is the only way for paging using html, but you can also do the coding more effective also, thats only the way.
|
| Author: Miss Meetu Choudhary 22 Sep 2008 | Member Level: Diamond | Rating: Points: 1 |
frameset are the only way to do paging in the HTML but for more effective code you have to use some server side technology in your code
-- I Would Love To Change The World But They Wont Give Me The Source Code
Spread D Smile n Never Say Bye
May Lord Shiva Bless All of US Thanks and Regards Meetu Choudhary ~~MEET~~
Thanks and Regards Miss Meetu Choudhary (Site Coordinator) Go Green Save Green My Profile on Google
|
| Author: Manindra Upadhyay 07 Oct 2008 | Member Level: Gold | Rating: Points: 1 |
if youu want paging in html using frameset .
|