Hi,

In my application I'm sending an email with a link to a page to
confirm the user have read the email. In the body of the email, I have
a line similar to this:

<p><a href='http://www.mydomain.com/FolderName/ConfirmRead.aspx?icId=";
& icID & "&sId=" & statusID & "&uId=" & uniqueId & "'>Click here to
confirm response.</p>

When the user clicks on the link, I have to get the icId, sId and uId
to update the database. So, my question is: how do I get this IDs from
the URL?

Thanks in advance for the help.

Ana

Reply via email to