用SOAP把数据提交上去,根据返回值在客户端做网页的修改.

解决方案 »

  1.   

    iframe无法增长高度:
    在iframe页面里加入一段JS代码:
    function window.onload()
    {
        if(top.location != self.location)
        {
          var a = window.parent.document.getElementsByTagName('iframe');
            for (var i=0; i<a.length; i++)
            {
                if (a[i].name == self.name) 
                {
                    a[i].height = document.body.scrollHeight; return;
                }
            }
        }  
    }
      

  2.   

    打成xml包发送,我们的项目就常用