我的页面.asp代码如下:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>13037216547</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head><body>
<table width="574" height="428" border="1" align="center" bordercolor="#00CCFF">
  <tr> 
    <td width="564" height="59"><p align="center"><font size="5">测试页</font></p></td>
  </tr>
  <tr> 
    <td height="69"><form name="form2" method="get" action="http://211.101.93.209/esop/sm/send.jsp">
        <p align="center">用户名 
          <input name="user" type="text" id="user" value="">
        </p>
        <p align="center">密码 
          <input name="pwd" type="password" id="pwd" value="">
        </p>
        <p align="center">端口号 
          <input name="cid" type="text" id="textarea" value="">
        </p>
        <p align="center">内容 
          <textarea name="con" id="con4"></textarea>
        </p>
        <p align="center">
          <input type="submit">
        </p>
      </form></td>
  </tr>
</table>
</body>
</html>
现在要求在Delphi中调用页面的http://211.101.93.209/esop/sm/send.jsp这段程序,并且还要带参数进去!