Don't write javascript while returning a function on some event binding.
Ex-<input type="button" value="Submit" onclick="return javascript:ConfirmClientForRelocation()"/>
Here google chrome is not catch this so use instead
Ex-<input type="button" value="Submit" onclick="return ConfirmClientForRelocation()"/>
No comments:
Post a Comment