Robert
"Thank you for ordering Please view your order <A
HREF=http://www.yoursite.com/OrderView.asp?id="
Then use a contract to insert a field into the message containing the order
ID. "12345"
Then put this in your message:
">here</A>."
3 contracts make your message look like this:
Thank you for ordering Please view your order <A
HREF=http://www.yoursite.com/OrderView.asp?id=12345>here</A>.
Then on the view order page, you use
Request('id')
to filter/SQL parameter the recordset.
--
OS: WinNT 4 SP4
Development tool: Drumbeat 2000e
Testing Web server: IIS4
Server language: ASP
Scripting language: JScript
Database: Access 2k
Parameters: Yes
DSN-Less: No
Robert Kennedy <ma...@orroland.co.uk> wrote in message
news:8sprc7$1q6$1...@misc.macromedia.com...