I want to call a .php file from the OnClick event.
<input id="Edit" name="Edit" value="Edit Record" type="button" onclick="---call to php file----;" />
The code is show above. I want to call a .php file through Javascript and pass a cookie value in the query string.