hello, what type of object dados is?
make sure its defined first, also does the #busca Element is rendered
when you receive the success callback?

On May 8, 9:54 am, mmoreira <[EMAIL PROTECTED]> wrote:
> Hi People!
>
> This my code, sorry my stupid english! rs..
>
> $.ajax({
>     contentType: 'application/x-www-form-urlencoded; charset=UTF-8',
>     url: "cad_produto.do.php",
>     type: "post",
>     data: dados,
>     success: function(msg) {
>         $('#busca').html(msg);
>     }
>
> });
>
> I don't understand because it does not work in IE. In Firefox works
> normally.
> The error is reported: "Object Required" on the line that does not
> exist.

Reply via email to