[Javascript] mailto link question.

David T. Lovering dlovering at gazos.com
Sat Oct 18 10:48:23 CDT 2003


I believe you have a double-quote in place of the intended single-quote in the
last bracket set.  It should read ".elements['fieldName']" in order to function
properly.

-- yours truly,
-- anal-retentive code monkey

Chris Tifer wrote:
> 
> > 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
> 
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript



More information about the Javascript mailing list