[Javascript] mailto link question.

Chris Tifer christ at saeweb.com
Fri Oct 17 08:04:06 CDT 2003


> I'm assuming the continuous string is what's commonly referred to as URL
> Encoding.

>From what I gathered, no URL encoding should be taking place yet. I imagine
he's just looping through building a big string by doing something like:

strEmail += document.forms['formName'].elements["fieldName']

As someone mentioned earlier, add a + "\n" instead of + "/n"

Chris Tifer




More information about the Javascript mailing list