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
Thanks a lot! The solution you gave was exactly what I was looking
for! :)
Ana
On Feb 1, 7:07 pm, khan abuzaid noorulhaque <khan.abuz...@gmail.com>
wrote: