HTML Tutorial


 /help/HTML Help Forum   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Gallery page numbers
Post new topic   Reply to topic    HTML Help Forum -> Javascript
View previous topic :: View next topic  
Author Message
staffy-bt-uk



Joined: 04 Feb 2009
Posts: 29

PostPosted: Mon Feb 09, 2009 4:57 am     Gallery page numbers Reply with quote

i have a gallery on my website i been using link images to for going on the next page, i saw on a website they have a javascript code for it instead of images, i was wondering where i can find a code for it or if anybody know it

this is what i am looking for
PayneLess Designs



Joined: 28 Feb 2007
Posts: 4288
Location: MS

PostPosted: Mon Feb 09, 2009 9:35 am     Reply with quote

The "Previous" and "Next" uses JavaScript, but these only work provided the viewer has been browsing your pages in the right order. Should they arrive from outside your site by other means, the buttons will not always work and actual links should be used for these.

You can combine the following two into the buttons you want:
Code:
<form action="click"><div><a href="#" title="Previous""><input type="button" value="PREVIOUS" onClick="history.go(-1)"></a></div></form>

Code:
<form action="click"><div><a href="#" title="Next"><input type="button" value="NEXT" onClick="history.go(+1)"></a></div></form>


Source
Back Link
staffy-bt-uk



Joined: 04 Feb 2009
Posts: 29

PostPosted: Mon Feb 09, 2009 4:42 pm     Reply with quote

thanks mate Smile
PayneLess Designs



Joined: 28 Feb 2007
Posts: 4288
Location: MS

PostPosted: Mon Feb 09, 2009 8:38 pm     Reply with quote

You're welcome. If you need more help with this, post back. Good luck.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum -> Javascript All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial