Hi
I have posted this in the vbscript forum as well, so sorry if you've seen this before.
I have built an html string on an asp page based on user input from the previous page which I want to send to another page from which it will be emailed. Can someone please help me how to do this...basically the code goes:
<%Dim htmlMess
'htmlMess is built based on user input from previous page
htmlMess = "...."
...
...
...
...
htmlMess = htmlMess & "..."
%>
I then want to send the variable htmlMess to a new page when the user clicks a button, but I cannot figure out how to access htmlMess from the next page. Is there a way to reference variables between pages? and if not how should I go about accessing the html string that I require?
Thanks
I have posted this in the vbscript forum as well, so sorry if you've seen this before.
I have built an html string on an asp page based on user input from the previous page which I want to send to another page from which it will be emailed. Can someone please help me how to do this...basically the code goes:
<%Dim htmlMess
'htmlMess is built based on user input from previous page
htmlMess = "...."
...
...
...
...
htmlMess = htmlMess & "..."
%>
I then want to send the variable htmlMess to a new page when the user clicks a button, but I cannot figure out how to access htmlMess from the next page. Is there a way to reference variables between pages? and if not how should I go about accessing the html string that I require?
Thanks