C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Training   ASP.NET Web Hosting    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

Play Silverlight Games or Submit your Silverlight applications and earn 90% AdSense revenue.

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




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:     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:     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:     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
Do not forget to Rate the post...
Go Green Save Green
knowing is not enough we must apply...



Author: Manindra Upadhyay    07 Oct 2008Member Level: GoldRating:     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