OutFront Forums
     Home    Register     Search      Help      Login    

Sponsors
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

 

Hiding email add from nutters!

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP, PHP, and Database >> Hiding email add from nutters!
Page: [1]
 
 
yogaboy

 

Posts: 377
Joined: 5/22/2004
Status: offline

 
Hiding email add from nutters! - 11/25/2004 20:58:21   
Bonjourno,

I want to create a form to email using CDONTS or CDOSYS that won't show the recipient's email address to the sender. A hidden field won't do, as the source code shows the email address. The recipient's email will come from the database.

How is it done??? On submit would I send the user away from the page running the email script by using a redirect so they don't have time to look up the page source?

This is really important to my clients as they sometimes deal with mentally not-so-safe people (webmasters and their sort):)
Spooky

 

Posts: 26720
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: Hiding email add from nutters! - 11/26/2004 1:32:10   
Basically that - you link to an ID number, and you look up that ID in the database when you send the email via script.
If you just have raw email addresses, then there are tricks to hide them.
The best trick is not to expose them at all, by using a database

_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

Sp:)ky


(in reply to yogaboy)
yogaboy

 

Posts: 377
Joined: 5/22/2004
Status: offline

 
RE: Hiding email add from nutters! - 11/26/2004 5:09:50   
I just don't get it??!:)

Each of the people being sent to does have an ID number in the database, but I don't see how I will use that ID number to send the email. I will use the ID number to make sure the right person's email address is called, but if I use this in CDOSYS

myTo = myRS("EmailAddress")
objMail.To = myTo

won't the email address still be visible via the Source code? Sorry if I'm being dense!

(in reply to yogaboy)
Spooky

 

Posts: 26720
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: Hiding email add from nutters! - 11/26/2004 12:06:41   
No, thats server side code so its never revealed to the user

_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

Sp:)ky


(in reply to yogaboy)
yogaboy

 

Posts: 377
Joined: 5/22/2004
Status: offline

 
RE: Hiding email add from nutters! - 11/26/2004 13:23:25   
Excellente! Thanks Spooky (as usual) :)

(in reply to Spooky)
Page:   [1]

All Forums >> Web Development >> ASP, PHP, and Database >> Hiding email add from nutters!
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts