dayve
Forum Moderator
USA
5820 Posts |
Posted - 30 May 2001 : 00:09:20
|
The Bookmark Topics is a cool add on but I noticed that the navigation did not work correctly when you have more than 2 items. The next>> is not active because the code looks like this:
response.write "next »</a>" response.write "<a href=""bookmark.asp?iPage=" & iPage + 1 & """ alt=""next page"">"
when is should look like this:
response.write "<a href=""bookmark.asp?iPage=" & iPage + 1 & """ alt=""next page"">" response.write "next »</a>"
Sorry if I posted this in the wrong section...
Dayve |
|