|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Mailto Help...
Hey All.
So as well all know those stupid email spoofers, catchers, are making it difficult for us to display the mailto:blah@blah.com in order to have the email address clickable. Does anyone know of any sort of script in which you can contain the mailto:info@logicalsense.ca info in the .js external file and insert the javascript in the link? It would be great to once again allow users and browsers to have a clickable email address while not allowing those email catchers to steal emails and send spam. Thanks Critter ![]()
__________________
WEB/PRINT/SEO Designer --------------------------------- Toronto Website Design Toronto Search Engine Optimization Toronto SEO ---------------------------------- Critter |
|
#2
|
||||
|
||||
|
in the body code:
<a href="#" onClick='doEmail();'>Email Me!</a> in the js file: function doEmail() { window.open("mailto:info@logicalsense.ca"); } you can also send an email address as a variable for multiple addresses--- in the body code: <a href="#" onClick='doEmail(2);'>Email Me!</a> in the js file: function doEmail(emailacct) { if (emailacct=1) { emailadd="mailto:joe@logicalsense.ca"; } if (emailacct=2) { emailadd="mailto:info@logicalsense.ca"; } window.open("mailto:"+emailadd); } ![]()
__________________
columbus ohio architect | columbus ohio web site designer | sussex county new jersey business directory | columbus ohio Last edited by relaxzoolander : May 31st, 2004 at 11:46 PM. |
|
#3
|
||||
|
||||
|
lol!! I had the same problem, and got a very good answer from
debunked, check it out at this thread: http://forums.seochat.com/showthread.php?t=11078 P.S. Hey, Relaxzoolander, why didn't you give me that solution before, instead of sending me to see your spam??? ![]()
__________________
Need some free backlinks for your site? Check this out! |
|
#4
|
||||
|
||||
|
here is my double secret answer for i saved just for fryman...
...go to this columbus ohio web design page to view the answer. :-D |
|
#5
|
||||
|
||||
|
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0xcd4 Thread 0xc58 DBC 0x225b17c Jet'. /index.asp, line 153 |
![]() |
| Viewing: SEO Chat Forums > Search Engine Strategies > Search Engine Optimization > Mailto Help... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|