posts - 6, comments - 6, trackbacks - 0, articles - 0

          2007年4月16日

          <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
          <html xmlns="http://www.w3.org/1999/xhtml">
          <head>
          <script type="text/javascript">
          /* Create a new XMLHttpRequest object to talk to the Web server */
          function getbw()
          {
              var xmlhttp;
           try {
            xmlhttp=new ActiveXObject("Msxml2.XMLHTTP");
           } catch (e) {
            try {
             xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
            } catch (oc) {
             xmlhttp=null;
            }
           }
           if(!xmlhttp && typeof XMLHttpRequest != "undefined")
            xmlhttp = new XMLHttpRequest();
          return xmlhttp;
          }
           
              function IDRequest(n) {
           xmlhttp=getbw();
              //定義收到服務器的響應后需要執行的JavaScript函數
              url=n+document.getElementById('163id').value;//定義網址參數
              alert(url);
           xmlhttp.open("GET",url, true);       
           xmlhttp.send(null);        
              //xmlhttp_request=getXMLRequester();//調用創建XMLHttpRequest的函數       
              xmlhttp.onreadystatechange = doContents;//調用doContents函數       

              }   
              function doContents() {       
              if (xmlhttp.readyState == 4) {// 收到完整的服務器響應           
                  if (xmlhttp.status == 200) {//HTTP服務器響應的值OK
            
                 document.getElementById('message').innerHTML = xmlhttp.responseText;//將服務器返回的字符串寫到頁面中ID為message的區域           
                  } else {               
                  alert(xmlhttp.status);
                  }       
                  }   
                  }
                  </script>
          </head>
          <body>
          <input type="text" id="163id" />
          <input type="button" value="校驗" onclick="IDRequest('check.php?userid=')" />
          <div id="message"></div>
          </body>
          </html>

          posted @ 2007-04-23 19:10 吳濤濤 閱讀(394) | 評論 (0)編輯 收藏

          <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns="<head>
          <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
          <title>javascript生成上傳圖像預覽功能</title>
          </head>
          <body>
          <INPUT id=photo1 style="WIDTH: 350px"   onpropertychange="if(event.propertyName=='value') preview1.src=photo1.value.replace(/\\/g,'/')"
                      type=file name=photo1>
          <br />
          <IMG id=preview1 height=66 src="圖片博客-上傳圖片_files/sampe3.jpg"
          width=66 name=preview1>
          </body>
          </html>

          posted @ 2007-04-23 19:09 吳濤濤 閱讀(445) | 評論 (0)編輯 收藏

          <?
          //utf-8->gb2312函數,本程序沒有用到,僅供參考
          function u2utf82gb($c){
            $str="";
            if ($c < 0x80) {
                $str.=$c;
            } else if ($c < 0x800) {
                $str.=chr(0xC0 | $c>>6);
                $str.=chr(0x80 | $c & 0x3F);
            } else if ($c < 0x10000) {
                $str.=chr(0xE0 | $c>>12);
                $str.=chr(0x80 | $c>>6 & 0x3F);
                $str.=chr(0x80 | $c & 0x3F);
            } else if ($c < 0x200000) {
                $str.=chr(0xF0 | $c>>18);
                $str.=chr(0x80 | $c>>12 & 0x3F);
                $str.=chr(0x80 | $c>>6 & 0x3F);
                $str.=chr(0x80 | $c & 0x3F);
            }
            return iconv('UTF-8', 'GB2312', $str);
          }
          function unescape($str) {
          $str = rawurldecode($str);
          preg_match_all("/(?:%u.{4})|.{4};|&#\d+;|.+/U",$str,$r);
          $ar = $r[0];
          print_r($ar);
          foreach($ar as $k=>$v) {
            if(substr($v,0,2) == "%u")
              $ar[$k] = iconv("UCS-2","GB2312",pack("H4",substr($v,-4)));
            elseif(substr($v,0,3) == "")
              $ar[$k] = iconv("UCS-2","GB2312",pack("H4",substr($v,3,-1)));
            elseif(substr($v,0,2) == "&#") {
          echo substr($v,2,-1)."<br>";
              $ar[$k] = iconv("UCS-2","GB2312",pack("n",substr($v,2,-1)));
            }
          }
          return join(" ",$ar);
          }
          //下面是轉換功能
          $db = mysql_connect("localhost", "dbname", "password");
          mysql_select_db("dbname",$db);
          $result = mysql_query("SELECT * FROM dede_archives",$db);
          if ($result === false) die("failed");
          while ($fields = mysql_fetch_row($result)) {
                  $con=$fields[10];
                  $con = iconv("UTF-8","GB2312",$con);//主要是iconv函數的使用
                  $update="update dede_archives set title='".$con."' where ID=".$fields[0];
                  //echo $update;
                  mysql_query($update);
                  echo $fields[0]."OK"."<br />";
          }
          ?>

          posted @ 2007-04-16 19:38 吳濤濤 閱讀(1623) | 評論 (0)編輯 收藏

          主站蜘蛛池模板: 焦作市| 偃师市| 永年县| 大同市| 米易县| 云浮市| 呼图壁县| 双辽市| 武清区| 新疆| 彭山县| 大竹县| 龙海市| 图片| 高州市| 霍山县| 鲁甸县| 大石桥市| 左贡县| 襄汾县| 饶平县| 乃东县| 珲春市| 菏泽市| 隆昌县| 栾城县| 葫芦岛市| 成都市| 巫山县| 清镇市| 梅州市| 宣威市| 邛崃市| 平江县| 济源市| 招远市| 寻甸| 平武县| 永康市| 马边| 长沙市|