highv0ltage
ISP
Hi, I'm creating an script that grabs form values and emails them. I've got that portion working fine. The issue I'm having is with a link within the email body that has 2 or more variables it's passing. I have a variable holding the body of the email and this is how I have the line with the link:
Code:
"<br><p><a href="" nextID & "&ID=approve"">Click Here To Approve</a></p>" & _
When this is executed the link gets cut short at:
<a href="
it doesn't pass the second variable. any suggestions? thanks.
Code:
"<br><p><a href="" nextID & "&ID=approve"">Click Here To Approve</a></p>" & _
When this is executed the link gets cut short at:
<a href="
it doesn't pass the second variable. any suggestions? thanks.