jQuery("#aaa").click(function()
{
form = document.getElementById("com");
id = form.id.value;
$.post(
'http://docs.jquery.com/Ajax/load#urldatacallback',
{
type: "test-request",
id: id,
name: "ghfhf"
},onAjaxSuccess2
);
});
если так то в firebug пишет так
Access to restricted URI denied" code: "1012
[Break on this error] xhr.open(type, s.url, s.async);
|