PDA

View Full Version : Change email to file...


Boofo
08-06-2002, 03:48 PM
Is there any way to change my email address to a file instead of having it open up Outlook (or whatever the user uses)? I want to change my email address on my site so that it will open up a php file. I found the code in memeber.php but I'm not exactly sure what to put where. Can someone please let me know what I need to do to accomplish this? :tired:

Sparkz
08-06-2002, 08:33 PM
In stead of using a <a href=mailto-type of link, you would simply use a normal <a href=http://whatever link.

Boofo
08-06-2002, 08:36 PM
I just wanrt to chnage it for myself and leave it as it is for the other users. I tried putting the link in my cp for the file but it just takes that link and puts it in the To line of Outlook when I click on it.

Originally posted by Sparkz
In stead of using a <a href=mailto-type of link, you would simply use a normal <a href=http://whatever link.