Forums
This topic is locked
navigation a la Google
Posted 05 Jun 2002 04:34:10
1
has voted
05 Jun 2002 04:34:10 Santo Peroni posted:
I want the user to be able to navigate between pagerecords a la Google.Where the user can chose recordset page from the bottom of the page, from 1 to 10 and then when you clik ten you get from 10 to 20.
Any tutorials, extensions or sugestions ?
Thanks
PS: im using acces and asp
Edited by - Santoni on 05 Jun 2002 04:35:06
Replies
Replied 05 Jun 2002 15:11:33
05 Jun 2002 15:11:33 David Thomas replied:
Depending on the amount of records you are displaying on the results page you can use simple url parameters to define which records are shown.
So for using a navigation system like 10-20 | 20-30 | 30-40
your url's would read:
mypage.asp?offset=10
mypage.asp?offset=20
mypage.asp?offset=30
and so on....
try the recordset navigation bar and take a note of the url's it returns, you will then be able to build your own <img src=../images/dmxzone/forum/icon_smile_cool.gif border=0 align=middle>
the same applies to using Page 1 | Page 2 | Page 3 type navigations...
"Nobody ever said this stuff was easy"
So for using a navigation system like 10-20 | 20-30 | 30-40
your url's would read:
mypage.asp?offset=10
mypage.asp?offset=20
mypage.asp?offset=30
and so on....
try the recordset navigation bar and take a note of the url's it returns, you will then be able to build your own <img src=../images/dmxzone/forum/icon_smile_cool.gif border=0 align=middle>
the same applies to using Page 1 | Page 2 | Page 3 type navigations...
"Nobody ever said this stuff was easy"
Replied 05 Jun 2002 16:46:17
05 Jun 2002 16:46:17 Julio Taylor replied:
there's an extension in macromedia.com that does that, i'm not sure what's it's called, if you search for it you'll find it.
i hope this helps.
--J
P.S. i killed kenny
i hope this helps.
--J
P.S. i killed kenny
Replied 06 Jun 2002 00:29:12
06 Jun 2002 00:29:12 David Thomas replied:
I think the extension is a pay-product, and it's not hard to do at all, so better to do it yourself and learn along the way.
"Nobody ever said this stuff was easy"
"Nobody ever said this stuff was easy"