I have a form that supplies data into my ASP script to send an email to a distribution list, advising of an updated intranet page being available for viewing.
However, in the email there is a link which takes people directly to the page in question, but I'd like to make that a dynamic link - so that the date selected in the initial form is added to the end of the link in the email.
For example:
On the form I select the date 15 May 2003, which is detailed in the text of the email. But the hyperlink always remains as report.asp but I'd like it to say ../report.asp?date=15May03
Does anyone know how I can go about this?
Thanks in advance.
Matt