From owner-freebsd-net Thu Jun 4 06:31:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA06311 for freebsd-net-outgoing; Thu, 4 Jun 1998 06:31:28 -0700 (PDT) (envelope-from owner-freebsd-net@FreeBSD.ORG) Received: from rodent.crp.com.au (rodent.crp.com.au [203.13.222.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA06304 for ; Thu, 4 Jun 1998 06:31:22 -0700 (PDT) (envelope-from pedro@crp.com.au) Received: from senator (senator.crp.com.au [203.13.222.42]) by rodent.crp.com.au (8.8.5/8.7.3) with ESMTP id XAA11979; Thu, 4 Jun 1998 23:29:03 GMT Message-ID: <3576A3C9.A858433C@crp.com.au> Date: Thu, 04 Jun 1998 23:40:25 +1000 From: David Peterson X-Mailer: Mozilla 4.01 [en] (WinNT; I) MIME-Version: 1.0 To: "Jay S. Van Zeeland" CC: "freebsd-net@FreeBSD.ORG" Subject: RE: Sending a variable from one ASP page to another X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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