I know this has been asked numerous times, but I can't find the answer.....
I am using MAILTO in HTML. I want to use a variable in my code, i.e., Input a field and include it in the message. Is this possible ???? I know there are better ways, but I would like to stick with this simple approach for now.
In the following code, I want to use the value inputted into T1 in place of the value [red]ZZZ[/red].
Simple sample code is:
[blue]
<html>
<head>
</head>
<body>
Name:
<input type="text" name="T1" size="34">
<p>
<A href='mailto:me@myisp.net?subject=MySub&body=AAA%0a[red]ZZZ[/red]%0aCCC'>Click to E-Mail</A>
</p>
</body>
</html>
[/blue]
Can it be done this way ????
Thank You Very Much.
Bob Hall
I am using MAILTO in HTML. I want to use a variable in my code, i.e., Input a field and include it in the message. Is this possible ???? I know there are better ways, but I would like to stick with this simple approach for now.
In the following code, I want to use the value inputted into T1 in place of the value [red]ZZZ[/red].
Simple sample code is:
[blue]
<html>
<head>
</head>
<body>
Name:
<input type="text" name="T1" size="34">
<p>
<A href='mailto:me@myisp.net?subject=MySub&body=AAA%0a[red]ZZZ[/red]%0aCCC'>Click to E-Mail</A>
</p>
</body>
</html>
[/blue]
Can it be done this way ????
Thank You Very Much.
Bob Hall