Click here to Skip to main content
16,005,114 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Content-Type: application/force-download Pin
Rocky Moore29-Jul-04 11:56
Rocky Moore29-Jul-04 11:56 
GeneralRe: Content-Type: application/force-download Pin
Cedar Sith2-Aug-04 10:41
Cedar Sith2-Aug-04 10:41 
GeneralRe: Content-Type: application/force-download Pin
Rocky Moore2-Aug-04 11:19
Rocky Moore2-Aug-04 11:19 
Questionabout sql injection security? Pin
cyn_2003102728-Jul-04 14:03
cyn_2003102728-Jul-04 14:03 
AnswerRe: about sql injection security? Pin
HiltonG29-Jul-04 5:12
HiltonG29-Jul-04 5:12 
AnswerRe: about sql injection security? Pin
Jack Puppy29-Jul-04 16:41
Jack Puppy29-Jul-04 16:41 
GeneralSpam Harvesting Protection Pin
Jack Puppy27-Jul-04 13:42
Jack Puppy27-Jul-04 13:42 
GeneralRe: Spam Harvesting Protection Pin
alex.barylski28-Jul-04 9:37
alex.barylski28-Jul-04 9:37 
If it's a PHP web site then the best thing to do is have the server send your emails.

If you can't send email from your server or you just want people to send email using their outlook, then the best appraoch i've seen is a clever javascript approach.

I believe it worked somehting like:

Basically capture onclick inside a ANCHOR tag. and store the actual email address in seperate variables.

// These variables I supose could be declared anywhere 
var name = "Name"
var domain = "hotmail"
var postfix = "com"

// Construct ANCHOR's href dynamically
this.href = "mailto: "+name+"@"+domain+"."+postfix;


You may have to play around with it cuz this code wasn't tested, but I know it works (the idea anyways) so you should be able to go from here.

Cheers Smile | :)

How do I print my voice mail?
GeneralInternet filter project Pin
Member 96970225-Jul-04 21:18
Member 96970225-Jul-04 21:18 
GeneralRe: Internet filter project Pin
alex.barylski28-Jul-04 9:39
alex.barylski28-Jul-04 9:39 
GeneralAbout Video Chat Pin
resocman24-Jul-04 20:16
resocman24-Jul-04 20:16 
GeneralNot allow to save a web page Pin
TrungHuynh24-Jul-04 11:57
TrungHuynh24-Jul-04 11:57 
GeneralRe: Not allow to save a web page Pin
alex.barylski24-Jul-04 13:38
alex.barylski24-Jul-04 13:38 
GeneralRe: Not allow to save a web page Pin
TrungHuynh24-Jul-04 15:47
TrungHuynh24-Jul-04 15:47 
GeneralRe: Not allow to save a web page Pin
Bee Master25-Jul-04 3:52
Bee Master25-Jul-04 3:52 
GeneralJScript VS JScript.NET Pin
alex.barylski24-Jul-04 11:07
alex.barylski24-Jul-04 11:07 
GeneralRe: JScript VS JScript.NET Pin
Rocky Moore24-Jul-04 11:38
Rocky Moore24-Jul-04 11:38 
GeneralJavascript regex to strip tag Pin
alex.barylski23-Jul-04 18:12
alex.barylski23-Jul-04 18:12 
GeneralRe: Javascript regex to strip tag Pin
alex.barylski24-Jul-04 9:58
alex.barylski24-Jul-04 9:58 
GeneralRe: Javascript regex to strip tag Pin
Richard Deeming5-Aug-04 8:30
mveRichard Deeming5-Aug-04 8:30 
Generaldetecting when a button is pressed Pin
kyleiscool200423-Jul-04 9:32
kyleiscool200423-Jul-04 9:32 
GeneralRe: detecting when a button is pressed Pin
alex.barylski23-Jul-04 18:51
alex.barylski23-Jul-04 18:51 
GeneralRe: detecting when a button is pressed Pin
Anonymous30-Jul-04 7:39
Anonymous30-Jul-04 7:39 
GeneralFrames Pin
kyleiscool200423-Jul-04 9:26
kyleiscool200423-Jul-04 9:26 
GeneralRe: Frames Pin
alex.barylski23-Jul-04 18:53
alex.barylski23-Jul-04 18:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.