Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Form Data into Dynamic Link
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Form Data into Dynamic Link

 Post Reply Post Reply
Author
thisismatt View Drop Down
Newbie
Newbie


Joined: 21 May 2003
Location: United Kingdom
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote thisismatt Quote  Post ReplyReply Direct Link To This Post Topic: Form Data into Dynamic Link
    Posted: 21 May 2003 at 4:32am

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

Back to Top
Mart View Drop Down
Senior Member
Senior Member
Avatar

Joined: 30 November 2002
Status: Offline
Points: 2304
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mart Quote  Post ReplyReply Direct Link To This Post Posted: 23 May 2003 at 10:07am

put it all in a form

<form method="GET" action="report.asp" name="form1">

<input type="select" name="date">

Date fields here

</select>

(if the date has to be a hidden use this)

<input type="hidden" name="date" value="<%=request.form("date")%>">

<a href="javascript:document.all.form1.submit();">Hyperlink</a>

</form>

Hope that helps, Martin.

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.