Ò»±í¸ñ£¬±È·½£º
<table id = "table1" name = "table1">
<tr>
<td>±êÌâ1 </td>
<td>±êÌâ2 </td>
<td>±êÌâ3 </td>
..
</td>±êÌân </td>
<tr>
...
</table>
ÕâÊÇÒ»¸öÖ»ÓбêÌâûÓÐÊý¾ ......
·µ»ØµÄ¸ñʽ:
<option value="">ÇëÑ¡Ôñ²úÆ· </option>
<option value="200" >Ôö¼Ó´Î¼¶ÓòÃû </option>
<option value="202" >Öйú-¹ú¼ÒµØ¼¶ÓòÃû .cn </op ......
´¦ÀíÏìÓ¦»ØÀ´µÄÄÚÈݵÄʱºò£º
function checkCallBack(){
if(xmlHttp.readyState==4){
if(xmlHttp.status==200){
var result = xmlHttp.responseText;
var info=document.getElementById("info2& ......
<form id="divid" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<atlastoolkit:AlwaysVisibleControlExtender ID="avce& ......
ÄÄλ¸ßÊÖ¸ø¸öÀý×Ó£¬ÔÚ¿Í»§¶Ëµ÷ÓÃcsÀïÃæµÄ·½·¨£¬²¢»ñÈ¡·µ»ØµÄÖµ£¬ÔÚÏߵȴý¼±
deng xia
2008µÄ»°¡£¡£¿ÉÒÔÓÃjquery+WebMethodÖ±½Ó×öÁË~
¼ÇµÃweb-config
¼Ó
XML code:
<httpHandlers>
<add path="ajaxpro/*.ashx" verb="POST,GET" type="AjaxPro.AjaxHand ......
C# code:
protected void Page_Load(object sender, EventArgs e)
{
if (Request.QueryString["UpLoad"] != null)
{
this.RegisterStartupScript("Ìáʾ", "<script>alert('test')</script>");
}
}
HTML code ......