[Webkit-unassigned] [Bug 11740] New: Javascript generated mailto: link (on Form submit) does not work in Safari

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 1 19:25:36 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11740

           Summary: Javascript generated mailto: link (on Form submit) does
                    not work in Safari
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://www.digitalmars.com/contact.html
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: myrd at projectmagma.net


See: http://www.digitalmars.com/contact.html

The website uses the following code to generate a mailto: link equivalent (and
to prevent spam):

<SCRIPT LANGUAGE="javascript">
<!-- 
var Domain = "digitalmars.c";
var Mailme = "mai" + "lto:w" + "gmars7@" + Domain + "om";
document.write("<FORM>");
document.write("<INPUT TYPE=\"submit\" VALUE=\"Send email to Digital Mars\" ");
document.write("onClick=\"parent.location=Mailme\"> ");
document.write("</FORM>");
// -->
</SCRIPT>

This code works fine in Firefox 2.0 (and other browsers), but fails in latest
Tiger Safari, as well as nightly r17960.

This is a pretty important website (Digital Mars is the creator of the D
programming language, a really good language that hasn't yet caught on:
http://www.digitalmars.com/d/ ).


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list