Hey,
i was wondering if anyone could help me with somthing pretty small
i am trying to send information via java/ajax whatever you wanna call it.. but it doesnt work :eusa_wall
The code i have been trying is..
function send(){
var url = 'send.php?from=pixzo&type=message';
new Ajax.Request(
url, {
onComplete: saved
});
}
thank you





Reply With Quote


