my mootools code not work
var requestHTMLData = new Request.HTML ({
url: 'index.php?option=com_abc$task=display&myvote='+votes+ '&id=' +id,
update: $('contains' + id)
}).send();
hi a am trying to sent data to this page by mootools 1.12 in joomla 1.5
can you help me ?
it give me this error
Error: Request is not defined