473,387 Members | 1,379 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

How can I hide my email address

Hi all again,
Thanks for all the replies and help I received from my last question.
I do find trying to locate the correct area on the forum to post a question very daunting, as there are so many strange titles to choose from…..
C / C++ Java .NET Visual Basic Python
PHP Ruby / Rails Perl ASP Coldfusion Javascript / Ajax Flash / Actionscript XML H etc etc

Hopefully this will be an ok area?? So here’s my question and the problem.
I'm still using MS FrontPage to write and publish my little web site. Yes, I know most of you don’t like this program or MS, but its what I have and I'm reasonably happy with it (Its simple, like me!).

The problem…, FrontPage provides a Feedback page in which site viewers can enter comments and click on the ‘Submit’ button and the feedback / question etc is sent to my personal email address.
Now this email address is visible in the HTML. But not as far as I can see if you’re using MS IE as a browser – It certainly is viewable in Firefox.
How can I make this email address become unseen (Private) to prevent the 30 or so daily spam mails I currently receive from spammers spiders? seeing the address.

Please, if you know how to help, put your answer in the most simplest of terms as my web knowledge is very limited.

Many thanks
Apr 3 '08 #1
7 3450
nomad
664 Expert 512MB
Hi all again,
Thanks for all the replies and help I received from my last question.
I do find trying to locate the correct area on the forum to post a question very daunting, as there are so many strange titles to choose from…..
C / C++ Java .NET Visual Basic Python
PHP Ruby / Rails Perl ASP Coldfusion Javascript / Ajax Flash / Actionscript XML H etc etc

Hopefully this will be an ok area?? So here’s my question and the problem.
I'm still using MS FrontPage to write and publish my little web site. Yes, I know most of you don’t like this program or MS, but its what I have and I'm reasonably happy with it (Its simple, like me!).

The problem…, FrontPage provides a Feedback page in which site viewers can enter comments and click on the ‘Submit’ button and the feedback / question etc is sent to my personal email address.
Now this email address is visible in the HTML. But not as far as I can see if you’re using MS IE as a browser – It certainly is viewable in Firefox.
How can I make this email address become unseen (Private) to prevent the 30 or so daily spam mails I currently receive from spammers spiders? seeing the address.

Please, if you know how to help, put your answer in the most simplest of terms as my web knowledge is very limited.

Many thanks
Not sure if there is away in doing that. You could write your forum in php, but I think the spiders will still find you.

damon
PS you could us another email address rather than use your personal email account. You could use Yahoo to do that.
Apr 3 '08 #2
eWish
971 Expert 512MB
To hide your email you will need a server-side script that is called and the email address is inside the script. If you are familiar with PHP or Perl I am sure that you can find a script in one of the forums if you do a search. Also, there are many pre-made script site that would likely have this for free as well.

--Kein
Apr 3 '08 #3
ronverdonk
4,258 Expert 4TB
There are several ways to hide your email address from harvesters, such as:

- Using JavaScript
- Inserting Additional Redundant Text
- Using JavaScript and Encryption
- Using a Web Form
- Use A Graphic

Have a look at THIS SITE and maybe you'll find a method that suits you.

Ronald
Apr 3 '08 #4
nitinpatel1117
111 100+
There are some techniques that can be achieved in HTML to make it harder for spiders to grab your email address, but these will not hide your email address entirely. It all depends on how good the spider/bot is and what techniques it will use to grab your email address.


The safest way is to use an image that has your email address in it.
this is probably the best way to do it, but there are some spiders that crawler website hidden emails in images.

also you can use html encoding to hide your email addres, so that you emails aren't that obvious. but alot of spiders are able to see through this as it is possible to look for 'mailto' text in a href.

you may also use javascript to load an email address into a webpage after the page has loaded.

for the HTML encoded and javascript methods above, you can use the following tool to get the code:
http://www.mways.co.uk/prog/hidemail.php
Apr 3 '08 #5
drhowarddrfine
7,435 Expert 4TB
Another way is to make each character utf-8 encoded so it's unreadable as text.
Apr 3 '08 #6
Another way is to make each character utf-8 encoded so it's unreadable as text.
Hi
Can you simplify this please.... What is utf-8 encoded??

Have tried using a web site that I had to entered my full address and it returned a meaningless string of letters, symbols and numbers etc but when I entered that into where my email address is in the HTML FP won’t accept it!! Is this what utf-8 is??

Sorry
Web dumbo at this end!!!
Apr 3 '08 #7
eWish
971 Expert 512MB
UTF-8 (8-bit UCS/Unicode Transformation Format) is a variable-length character encoding for Unicode.

--Kevin
Apr 3 '08 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Xerxes | last post by:
Hi, can you tell me how I can make a <label> hidden? I have hidden the field after the label: var M_Hide = isNS4?'hide':'hidden'; var M_Show = isNS4?'show':'visible'; ..... <label...
3
by: maflu | last post by:
Hello, I have a form on my website to send data to my email address with the usual line: <input type=hidden name="recipient" value="myname@myaddress.com"> What is the best way do you think to...
5
by: jeff | last post by:
Hello, I am coding a web application to be used on an internal Intranet. I have already coded a menubar for the application using DHTML. I want to get rid of the standard menubar in Mozilla...
9
by: sergio | last post by:
Hi all, I have created the following script that will show/hide a menu based on checkboxes. It works fine in Opera but not on IE6! Does anybody knows a workaround this problem? Thanks for your...
10
by: DettCom | last post by:
Hello, I would like to be able to display or hide fields based on whether a specific Yes/No radio button is selected. This is in conjunction with a posting a just made here in the same group...
19
by: dmiller23462 | last post by:
Hi guys....I have absolutely NO IDEA what I'm doing with Javascript but my end result is I need two text boxes to stay hidden until a particular option is selected....I've cobbled together the...
12
by: ATS | last post by:
I need to hide/reveal parts of a web page using javascript. I think I can do with using the <span> tag, but I've been away from it for a while and don't remember. Any pointers, examples?
3
by: Filips Benoit | last post by:
Dear All, How can i email from access and hide or change the senders email-address? Why: Quotations for a house are made by several salers with an Access-interface on the firms server (...
12
by: laredotornado | last post by:
Hi, I'm using PHP 5. I was wondering given an image, a.jpg, how can I make an image that would look like you slid a white index card (which I have a file, white.jpg with the same dimensions as...
9
by: PomonaGrange | last post by:
HI All, I've been trying to make a membership management type script. This script would have a database with the members contact info and which office they hold, if any. The problem I am having is I...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.