Print Page | Close Window

Silly question (maybe)!

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: ASP.NET Discussion
Forum Description: Discussion and chat on ASP.NET related topics.
URL: https://forums.webwiz.net/forum_posts.asp?TID=16694
Printed Date: 28 March 2026 at 3:12pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Silly question (maybe)!
Posted By: Leeb65
Subject: Silly question (maybe)!
Date Posted: 26 September 2005 at 9:57am
I am using SQL Server 2000 to store the content of a website. but I am not sure if robots can read the pages and get the email addresses from them.
 
Does anyone know the answer to this and if the addresses are readable, how I can stop this?
 
Thanks in advance,
 
 


-------------
Lee

http://www.rheinsitemedia.de">



Replies:
Posted By: michael
Date Posted: 26 September 2005 at 1:03pm
Robots do not really care where the email addresses or the content is coming from as in the end, all is displayed as html, and that is what the robots read. personally, I guess the best method is to have either a form for contact, or display the email address as an image so it can't be read from the source.

-------------
http://baumannphoto.com" rel="nofollow - Blog | http://mpgtracker.com" rel="nofollow - MPG Tracker


Posted By: dpyers
Date Posted: 26 September 2005 at 9:26pm
If you have scripts that create html pages with the email addresses in them, robots can follow links to the script and pull the email addresses out of the html that's created.

Robots won't just scan a MSSQL db to get email addresses as they don't have access to the login/password for the MSSQL db.


-------------

Lead me not into temptation... I know the short cut, follow me.


Posted By: Leeb65
Date Posted: 07 October 2005 at 5:28am
First of all thanks for the help!
 
Here is my solution:
 

 <body>

  <form name="Form1" method="post" id="Form1">

   <a href="javascript: mailto('blake', 'rheinsitemedia.de');">Test</a>

  </form>

  <script language="javascript">
function mailto(empfanger, domain)
{
window.open('mailto:' + empfanger + mailto:@ - '@' + domain)
}
</script>
</body>
 
this works a treat.
 
 


-------------
Lee

http://www.rheinsitemedia.de">



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net