Ò׽ؽØͼÈí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB

¼òµ¥AJAX ʹÓÃ

 var xmlHttp;
    function createXMLHttpRequestss() {
     if (window.ActiveXObject) {
      xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
     }else if (window.XMLHttpRequest) {
      xmlHttp = new XMLHttpRequest();
     }
    }
     
     function startRequest(){
     var projectName = document.getElementById("pronameid").value;
     var alarmName = document.getElementById("alarmNameId").value;
      var url = "getAgentNo.action?randcount="+Math.random()+"&code="+document.getElementById("selectId").value+"&alarmName="+alarmName+"&projectName="+projectName+"&skillName="+document.getElementById("skillGroupId").value;
      createXMLHttpRequestss();
         xmlHttp.onreadystatechange = handleStateChange;
      xmlHttp.open("get",url,false);
      xmlHttp.send(null);
     }
    
     function handleStateChange(){
      if(xmlHttp.readyState == 4 ) {
              if(xmlHttp.status == 200) {
               if(xmlHttp.responseText == null || xmlHttp.responseText == ""){
                return;
               }
        var obj =eval('('+ xmlHttp.responseText+')');
       


Ïà¹ØÎĵµ£º

Ajax ½øÐÐPost´«ÖµºÍGet´«Öµ £¨¾­µä£©

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<script language="javascript">
function saveUserInfo()
{
//»ñÈ¡½ÓÊÜ·µ»ØÐÅÏ¢²ã
var msg = document.getElementById("msg");
//»ñÈ¡±íµ¥¶ÔÏóºÍÓ ......

VS2005 ʹÓÃAJAXÖ±½Óµ÷Óúǫ́·½·¨

Ê×Ïȶ¼ÊÇʹÓÃVS.Net2005´´½¨Ò»¸ö ASP.Net AJAX-Enabled Web Application
 1¡¢Ê¹ÓÃAJAXÖ±½Óµ÷Óúǫ́·½·¨£º
ºǫ́´úÂ룺
namespace AJAX1
{
    public partial class _Default : System.Web.UI.Page
    {
        // ÐèÒª±êʶΪWebMethod ......

drupalÄ£¿é: Ajax Slideshow

Ajax Slideshow http://drupal.org/project/ajax_slideshow View CVS instructions Modules · Content display udig - October 17, 2009 - 12:05 Sequential presentation of any of your site nodes, using fade effect based on ajax asynchronous calls. Why? Indeed there are plenty of slideshow modules ......

drupalÄ£¿éÍƼö£ºAJAX Comments

http://drupal.org/project/ajax_comments AJAX Comments View CVS instructions Modules · Content display neochief - December 18, 2008 - 12:44 One of the most wanted Drupal modules :) Module is now depends on Comments bonus API! Features in 6.x: Provides ajax comments to drupal sites. Feature ......
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØͼ | ¸ÓICP±¸09004571ºÅ