index.php代码如下:<form id="form1" name="form1" method="post" action="http://www.webxml.com.cn/webservices/qqOnlineWebService.asmx/qqCheckOnline">
  <input name="qqcode" type="text" value="12345678" />
  <input type="submit" name="Submit" value="提交" />
</form>提交到http://WebXml.com.cn/结果如下:<string xmlns="http://WebXml.com.cn/">N</string> 如何通过操作。让结果显示在本页而不是显示在http://www.webxml.com.cn/webservices/qqOnlineWebService.asmx/qqCheckOnline 页。要如何改代码?代码就是把action=""或是改成index.php   但是如何把WebXml.com.cn的结果调到本页里?