I am using JQuery ajax jsonp. I have got below JQuery Code:
$.ajax({
type:\"GET\",
url: \"Login.aspx\", // Send
Modern browsers allow cross-domain AJAX queries, it's called Cross-Origin Resource Sharing (see also this document for a shorter and more practical introduction), and recent versions of jQuery support it out of the box; you need a relatively recent browser version though (FF3.5+, IE8+, Safari 4+, Chrome4+; no Opera support AFAIK).