On June 27, 2003 at 12:03, [EMAIL PROTECTED] wrote:

> Dear Ravi and everyone:
> In your reply to Diane re: her Site Check request, you mentioned that
> you eliminate the need for "naked" email links by using some
> javascript and php.  I checked out the source for that example that
> you gave that is on your site.  Did you write this?  Is this a script
> that I could use myself?

It uses javascript to show the email address link on the page itself and 
document.write is a javascript function available to anyone. You could even take 
it a bit futher and make it a mailto: link like so:

<script language="javascript" type="text/javascript"><!-- 
var username = "mark";
var hostname = "markgroen.com";
var linktext = username + "@" + hostname;
document.write("<a href=" + "mail" + "to:" + username +
"@" + hostname + ">" + linktext + "</a>")
//-->
</script>

Didn't really look around too much at his code (big file) but the php is probably 
what he is using to send form data from his website, there's a gazillion php form 
processors out there, see if there is something that suits your needs here or do 
some surfin with Google on php form processors, php is easy to use and learn:

http://devscripts.com/category.php?stId=261

Go here and follow the first link (introductory tutorial) in the left hand column and 
you will see php is a lot easier to learn than you might think:
http://www.php.net

cheers,

        Mark Groen

MG Web Services
Web Site Hosting and Development
www.markgroen.com
[EMAIL PROTECTED]
604-780-6917

____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to