請問我是一個asp.vb開發人員和新的jQuery手機。我有一個頁面,我想從它插入數據到MS Access數據庫使用jQuery的手機。請只能有一個幫助?這裏是我的html:從jquery移動頁面插入數據到數據庫
<form id="form1" name="form1" method="post" action="sources/quest_rev.asp">
<table width="525" border="0" cellpadding="3" cellspacing="3">
<tr>
<td width="59"><strong>Reply</strong></td>
<td width="445"><textarea name="reply" cols="60" id="reply"></textarea></td>
</tr>
<tr>
<td><strong>Name</strong></td>
<td><input type="text" name="uname" id="uname" /></td>
</tr>
<tr>
<td><strong>Number</strong></td>
<td><input type="text" name="unumber" id="unumber" /></td>
</tr>
<tr>
<td><strong>Location</strong></td>
<td><label for="location"></label>
<input type="text" name="location" id="location" /></td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="button" id="button" value=" Send " /></td>
</tr>
</table>
</form>
請我如何撥打電話? – user2522201
請我猜''應該有我的插入腳本的URL嗎?例如'<../ path/insert_script.asp>'。 –
user2522201
@ user2522201是的,它是asp頁面,它將接收表單參數並將其插入db –