simplexion
Programmer
Curious if this has happened to others:
I have an HTML line that looks like this
.
When I've tested the link, the 'to:' address is listed as follows: address@isp.com/start. Any answers as to why /start would be appended to the end?
If I add a subject line such as
I have an HTML line that looks like this
Code:
<a href="mailto:address@isp.com">contact us</a><br />
When I've tested the link, the 'to:' address is listed as follows: address@isp.com/start. Any answers as to why /start would be appended to the end?
If I add a subject line such as
Code:
<a href="mailto:address@isp.com?subject=Test">contact us</a><br />[code], the 'to:' line is the correct address; but the Subject line is listed as follows: Test/start.
Any advice would be appreciated.