Tue Jan 01, 2013 3:23 pm
$(document).ready(function(){
$("button#b1").click(function(){
$("div#d1").load("smallTable.html",function(responseTxt,statusTxt,xhr){
if(statusTxt=="success")
alert("File Loaded successfully!");
if(statusTxt=="error")
alert("Error: "+xhr.status+": "+xhr.statusText);
});
});
});
$("div#d1").load("http://www.codemiles.com/smallTable.html",function(responseTxt,statusTxt,xhr){
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.