I'm sure this is something simple, but...
I have a recordset that pages at 25 records. The first asp
page comes up fine but when I advance the recordset, it adds a
directory prior to the index.asp page.
As in
http://www.thequestfor.com/
- becomes -
http://www.thequestfor.com
/TQF/index.asp?offset=25
The directory layer it's adding is a valid directory (it's
actually the root of the domain) but any idea why it's being added?
And what's pulling it?
Any help would be appreciated.
Thanks,
Ron