| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Oct 2003
Posts: 21
![]() | What Is The HTML Code For.... Hi All, I need to hide my e-mail addy (because of the ^&^%*& spam robots). Does anybody know of the "HTML" codes to do that ? Also...to put in words in the "subject line" of the e-mail letter ?? Thanks, dr911 |
| |
| | #2 (permalink) |
| Tech Support Join Date: Mar 2005
Posts: 4,944
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Right, a normal email link, including subject: HTML Code: <a href="mailto:you@domain.com?subject=Test">Email</a> ????: NamePros.com http://www.namepros.com/programming/138882-what-is-the-html-code-for.html Just use the form at the very bottom of the page. Enter: youremail@domain.com?subject=whatever. Then to link: HTML Code: <a href="mailto:thecodeitgaveyouhere">Email</a> Hope that helps. (Note, this is not 100% bullet proof, but should help a tad) -Eric |
| |
| | #3 (permalink) |
| NamePros Regular Join Date: Feb 2004 Location: Student @ UConn
Posts: 411
![]() ![]() | I use this: Code: <script type="text/javascript">
<!--
emailAddy='domain.com'
emailAddy=('yourname' + '@' + emailAddy)
document.write('<a href="mailto:' + emailAddy + '">' + emailAddy + '</a>')
-->
</script>
__________________ Joe |
| |
| | #5 (permalink) | ||||
| Awesome™ Join Date: May 2005 Location: Boston
Posts: 77
![]() |
| ||||
| |
| | #6 (permalink) | ||||
| NamePros Regular Join Date: Aug 2005
Posts: 315
![]() |
__________________ | ||||
| |
| | #7 (permalink) |
| Senior Member Join Date: Sep 2004 Location: Carlsbad, CA
Posts: 2,346
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Edit. Didn't work...
__________________ ~ ThemeParade.com ~ New WordPress Themes Everyday |
| |
| | #8 (permalink) | ||||
| NamePros Regular Join Date: Feb 2004 Location: Student @ UConn
Posts: 411
![]() ![]() |
__________________ Joe | ||||
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Website and Application Content Databases | odditysoftware | Content For Sale | 8 | 01-20-2006 04:34 AM |
| Inserting the html code of 1 document into another | JoshHendo | Programming | 2 | 09-24-2005 10:02 PM |
| Various names - AngloSaxons.info... | Catsse | Domains For Sale - Make Offer | 0 | 09-14-2005 05:49 PM |
| [NEEDED] Slicing & Html Code + CSS. ASAP | happyyo | Web Development Wanted | 3 | 04-26-2005 09:41 AM |