Dear all, I am using JQuery and Aajax, My Ajax.php file has returns the following field into Main File. While I am Click In Mozilla And Chrome , It Working Fine Gives alert, But when I use IE 7 Version 7.0.5730.13 ,It Didnt Supported , Does i Need to do anything on browser side or i have to modify Will u please Help Me in this context.
here my ajax.php has
echo " <a href='#' onclick=\"javascript:alert('hello')\ "> link</a>";
It return to main .html ,there i got didn't get alert in iE7