0

私は asp.vb 開発者で、jquery モバイルは初めてです。jquery mobileを使用してms accessデータベースにデータを挿入したいページがあります。1つだけ助けてください。ここに私のhtmlがあります:

<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>&nbsp;</td>
              <td><input type="submit" name="button" id="button" value="  Send  " /></td>
            </tr>
          </table>
        </form>
4

2 に答える 2