Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 5th, 2005, 12:01 PM
Registered User
 
Join Date: Jun 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default ASP page not loading correctly

http://www.paceprints.com/artistport...ID=86&offset=0


thats the page in question.

the problem is that when i go from page one to page two via the 'next' arrows.. it's not resetting the image until i get to the third page...and then it's behind...

no idea why.. anyone able to help?

here's the code:
<a href="artistportfolio.asp?aID=<%= Server.URLencode(artistID) %>&UID=<%= Server.URLencode(rsSmallImages("UID")) %>&offset=<%= Server.URLencode(nextoffset) %>"> <img src="../graphics/artist-rightarrow.gif" width="8" height="7" border="0" align="absmiddle"></a>



 
Old July 6th, 2005, 02:59 PM
Registered User
 
Join Date: Jun 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

input type="hidden" name="UID" value="<%= Server.URLencode( strUID1 ) %>


...and it's fixed :)







Similar Threads
Thread Thread Starter Forum Replies Last Post
Loading HTML pages into an ASP.NET page Dsypher ASP.NET 2.0 Basics 4 May 17th, 2007 07:21 AM
stylesheet not loading correctly BananaMan General .NET 0 September 30th, 2006 08:25 AM
Loading XML from internet on ASP page Rustam_pascal XML 0 March 2nd, 2005 07:49 AM
Loading query data onto ASP page rweide Classic ASP Databases 9 October 13th, 2004 07:33 AM
Web Page Not Opening Correctly Ben Horne Javascript 5 March 4th, 2004 01:15 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.