|
Posted by David E. Ross on September 1, 2006, 3:53 pm
Please log in for more thread options
rudranee@gmail.com wrote:
> Hi,
> Can i hide an anchor tag in the mailto form?so that only the receiver
> is able to see it.
> The refernce code is given here:
>
> <TEXTAREA NAME="COMMENTS" ROWS="10" COLS="40" WRAP="hard">
>
> Dear Sir/Madam,
> ------
> Regards,
> </TEXTAREA><BR><BR>
> <a href="google.com" DISABLED title="search">click here</a>
> <INPUT NAME="*" TYPE="hidden" VALUE="Please see the link above"><BR>
>
> <INPUT TYPE="submit" VALUE="Send">
> <INPUT TYPE="reset" VALUE="Clear">
> </FORM>
>
> The above code will send a mail to abc@xyz.com along with the details.
> and * as hidden from the sender but the receiver is able to view it.
> Similarly i want to hide the anchor tag also .
> Please help.
>
Why? You want someone to use the form to send a message, but you want
to hide from that person something that is sent? What is the purpose?
More important, is this really serving the needs of the person sending
the message? This almost smells like spyware.
--
David E. Ross
<http://www.rossde.com/>
Concerned about someone (e.g., Pres. Bush) snooping
into your E-mail? Use PGP.
See my <http://www.rossde.com/PGP/>
|