reutrn value from javascript to php
hi all,
Can someone tell me how to retrn values from javscript function to php variable.
function lookin()
{
var eleContent=document.getElementById('content');
var el=eleContent.childNodes[0].firstChild.nodeValue;
retun el;
}
now i want this el to return in some php variable???
cans omeone help me here.Its urgent thanks!!!
regards,
|