C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » HTML »

paging in html


Posted Date: 08 Sep 2008      Posted By: uday141982      Member Level: Silver     Points: 1   Responses: 5



hi,
how to implement paging in html frames.?
i dont want to use ajax, asp.net or any thing.
it should be only with html.
pls suggest me how to go on this.

thanks
Uday






Responses

Author: Kundan Kumar Sinha    08 Sep 2008Member Level: GoldRating: 2 out of 52 out of 5     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 2008Member Level: SilverRating: Revenue Score: 0     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 2008Member Level: BronzeRating: 1 out of 5     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 2008Member Level: DiamondRating: 1 out of 5     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 2008Member Level: GoldRating: 1 out of 5     Points: 1

if youu want paging in html using frameset .


Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : Free HTML tutorials for commercial purpose
Previous : Recent Dump
Return to Discussion Forum
Post New Message
Category: HTML

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use