http://192.168.21.189:8096/attend/supervisor/view_employee_attendence.php?eid=24
i want to access eid=24 in javascript is there any way to access that... in php we can access it using
$eid=$_REQUEST['eid'];
so i was wondering that is there any way i can access that in my javscript... i want to use the value of eid to fetch data from mysql db using ajax