簡單ajax資料修改,刪除,增加操作(1/3)

來源:互聯網
上載者:User

<html>
<head>
<title>ajax無重新整理添加與刪除資料</title>
<style>
body{
font-size:12px;
}
table{
border-collaps教程e:collapse;

}
</style>
</head>
<body>
為顯示更流暢,我們唯讀取資料庫教程內最新的10條資料.由於線上測試人數多.都在操作一個資料庫.可能會出現並發情況!
<hr/>
輸入內容:<input id="str" type="input" /> <input type="button" value="確定添加" onclick="add_post()"/>
<span id="msg" style="color:red"></span>
<table border="1"><!--該表格用來顯示資料內容-->
<tbody id="a"></tbody>
</table>
<span style="color:red">操作提示:請用按一下滑鼠你想要刪除的資料.然後點擊刪除按扭!</span>
<input id="hid_id" type="hidden" />
<input type="button" value="刪除資料" onclick="del_data()" />
<script type="text/網頁特效">
function ajax_xmlhttp(){
//在ie中建立xmlhttprequest,適用於ie5.0以上所有版本
var msxmlhttp = new array("msxml2.xmlhttp.5.0","msxml2.xmlhttp.4.0","msxml2.xmlhttp.3.0","msxml2.xmlhttp","microsoft.xmlhttp");
for(var i=0; i<msxmlhttp.length; i++){
try
{
_xmlhttp=new activexobject(msxmlhttp[i]);
}
catch(e)
{
_xmlhttp=null;
}
} //迴圈建立基於ie瀏覽器的xmlhttp.結束
//如果非ie瀏覽器,則建立基於firefox等瀏覽器的xmlhttprequest
if(!_xmlhttp && typeof xmlhttprequest != "undefined")
{
_xmlhttp=new xmlhttprequest();
}
return _xmlhttp;

首頁 1 2 3 末頁
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.