Opened 16 years ago
Closed 16 years ago
#3432 closed Bug (invalid)
Link Info --- Link Type= Email
Reported by: | sandeep | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.6.3 |
Keywords: | Cc: |
Description
<p><a href="javascript:location.href='mailto:'+String.fromCharCode(115,97,114,97,104,46,98,111,108,116,101,114,64,119,97,110,97,100,111,111,46,102,114)+'?subject=Property%20rental%20enquiry%20from%20chaletdoctors.com&body=I%20am%20interested%20to%20know%20about%20the%20holiday%20packages%20you%20offer.'">Contact us for more details</a></p>
The above Email Link is running in Firefox Mozilla but not running in IE.
Also when i add new record then insert new email link from fck it is not inserted but one error occur like
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mailto:'+String.fromCharCode(115, 97, 114, 97, 104, 46, 98, 111, 108, 116, 101, 114, 64, 119, ' at line 2
please solve this problem as soon as possible.
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Priority: | High → Normal |
---|---|
Resolution: | → invalid |
Status: | new → closed |
For the first issue, upgrade your version, the second one as Arczi said is a problem in your code (probably a SQL injection vulnerability)
Replying to sandeep:
Isn't it a problem on server side?