How to request a cross domain ajax with in the js file

Hi friends, In this post i going to explain about the how to cross domain ajax request with in the js (JavaScript) file. If we request for a same domain file then we can directly call the file. Javascriot Code 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849<script language="javascript" type="text/javascript"> var xmlHttp = false; function requestAjax() { Read more…