Hello experts,
I have a classic asp form with oracle 9.2 backend, in which the user fills in information and then hits submit. When he/she hits submit, 2 things happen. Firstly, the information gets inserted into a database table (this is working) and 2ndly there manager receives an email asking for approval of what they filled in. My issue is how do I make the hyperlink in the email (when clicked by the manager) show the information the user submitted on the next page. Basically, is there a way to pass information from one page to another page via an email hyperlink? So that when the manager clicks on the email hyperlink, it opens in a new page and he/she has the option to approve the request or deny the request(via a dropdown). However, all other info. needs to be shown on the form and then the dropdown selection made will update the record in the database. Please if this is doable, could you be kind enough to provide some code. Right now I have created a variable that holds my hyperlink but that’s it I.E Click here to approve the request. Thanks everyone.
I have a classic asp form with oracle 9.2 backend, in which the user fills in information and then hits submit. When he/she hits submit, 2 things happen. Firstly, the information gets inserted into a database table (this is working) and 2ndly there manager receives an email asking for approval of what they filled in. My issue is how do I make the hyperlink in the email (when clicked by the manager) show the information the user submitted on the next page. Basically, is there a way to pass information from one page to another page via an email hyperlink? So that when the manager clicks on the email hyperlink, it opens in a new page and he/she has the option to approve the request or deny the request(via a dropdown). However, all other info. needs to be shown on the form and then the dropdown selection made will update the record in the database. Please if this is doable, could you be kind enough to provide some code. Right now I have created a variable that holds my hyperlink but that’s it I.E Click here to approve the request. Thanks everyone.