Click here to get back home

Hiding an anchor tag

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Hiding an anchor tag rudranee 09-01-2006
Get Chitika Premium
Posted by rudranee on September 1, 2006, 1:31 am
Please log in for more thread options


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.


Posted by Markus Ernst on September 1, 2006, 3:49 am
Please log in for more thread options


rudranee@gmail.com schrieb:
> 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.
>
There is nothing hidden - the sender (who is actually the viewer of the
web page containing the form) just has to look at the source code to see
all information in the form. Also, this code does not send anything, but
open the viewer's e-mail client with the receiver address and, depending
on the browser and the e-mail software, some body text preset.

If you want to transmit any information not viewable by the person who
hits the "send" button, you need to use some server-side processing by a
form-mailer, there are many PHP and CGI solutions freely available. It
is possible that your hosting provider offers a pre-installed solution
for free.

Anyway you need a solution that lets you configure the e-mail
composition at the server side, without sending information such as the
receiver address or additional text in hidden input fields (which are
published in the source code of the form).

HTH
Markus

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/>

Similar ThreadsPosted
Hiding sources September 27, 2004, 11:38 am
Hiding a link's URL February 1, 2007, 3:16 pm
Overflow Hidden not hiding in IE May 8, 2006, 11:44 am
PDF's not hiding along with layers. Shows through. March 9, 2005, 10:50 pm
Hiding the label of a select menu... July 15, 2005, 5:45 pm
Dynamically showing and hiding browser supplied scrollbars November 11, 2005, 1:47 pm
Anchor tags IE 7 February 25, 2007, 8:23 pm
In page anchor problem July 19, 2004, 8:00 am
FF: anchor links not working.. February 8, 2006, 10:52 am
Why does named anchor fail? August 8, 2006, 8:44 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap