Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Jun 1998 23:40:25 +1000
From:      David Peterson <pedro@crp.com.au>
To:        "Jay S. Van Zeeland" <jayvz@itol.com>
Cc:        "freebsd-net@FreeBSD.ORG" <freebsd-net@FreeBSD.ORG>
Subject:   RE: Sending a variable from one ASP page to another
Message-ID:  <3576A3C9.A858433C@crp.com.au>

next in thread | raw e-mail | index | archive | help
instead of  http://www.thesite.com/descript.asp?ID='%%ID%%' try:
http://www.thesite.com/descript.asp?ID=<%ID%>;

Then in the new pages ASP use the following line to get you ID:

ID = request.querystring("ID")

Hope This Helps..

Rgds
David Peterson
Ringtail Solutions
Melbourne, Australia


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3576A3C9.A858433C>