Meander365
Programmer
Im having trouble placing the url of a page into the body of an email. The code im trying to use is :-
Response.write "<a href='mailto:Bob?Subject=Look&body= & objrs("box_no" & "&ItemNumber=" & objrs("item_no" & "'>Click</a>"
So, when clicked, the body of the email would be :-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
But, all I get is :-
~~~~~~~~~~~~~~~~~~~~~
Does anyone know what im doing wrong ???
Response.write "<a href='mailto:Bob?Subject=Look&body= & objrs("box_no" & "&ItemNumber=" & objrs("item_no" & "'>Click</a>"
So, when clicked, the body of the email would be :-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
But, all I get is :-
~~~~~~~~~~~~~~~~~~~~~
Does anyone know what im doing wrong ???