Error: The URI you submitted has disallowed characters |
[eluser]Krystian[/eluser]
Hi, I've coded sending messege to mail address from website using post in jQuery. So, I`ve got a form and js like this: Code: var fc_name = $('#fc_name').val(); and the controller method to which I`m sending post from js Code: function send_message() and in fire bug I`m getting The URI you submitted has disallowed characters. I`m using the newest ver of CI p.s. when I run the controller method from url it sending mail without post vars of course. |
Messages In This Thread |
Error: The URI you submitted has disallowed characters - by El Forum - 02-26-2012, 01:46 PM
Error: The URI you submitted has disallowed characters - by El Forum - 02-26-2012, 02:06 PM
Error: The URI you submitted has disallowed characters - by El Forum - 02-26-2012, 02:11 PM
Error: The URI you submitted has disallowed characters - by El Forum - 02-26-2012, 02:25 PM
Error: The URI you submitted has disallowed characters - by El Forum - 02-26-2012, 02:42 PM
|