Super AJAX Programming Seed v.1.0

Posted by & filed under Ajax, PHP.

Super AJAX Programming Seed v.1.0:

AJAX is all the rage these days, and for a good reason. With AJAX, you can create web applications with nearly the same functionality as your desktop programs. Super AJAX Programming Seed is a …

Ajax初体验(一)

Posted by & filed under Ajax, ASP.NET.

博客园 – YAO.NET℡ – Ajax初体验(一):

script type=“text/javascript“ defer=“defer“>
test.test.onLoading = function(b) {
var l = document.getElementById(“loadinfo“);
l.style.visibility = b ? “visible“ : “hidden“;
}
function doTest2()
{
test.test.getData(document.getElementById(“txtInput“).value, doTest2_callback);
}
function doTest2_callback(res)
{
var p = res.value;
var layer1