试试用 get 的方法
http://www.xxxx.com/bbs/login.asp?username=abcd&password=def

解决方案 »

  1.   

    功力不够,有的地方不知道该怎么写。
    index.htm
    <frameset rows="100%,*">
    <frame src="login.htm" name=login></frame>
    <frame src="fresh.htm" name=fresh></frame>
    </frameset>login.htm
    <script>
    function start(){
    }
    </script>
    <form method="POST" action="http://www.tgzx.com/ccsq/public/dlyz.asp" name="form1" target="ii" method="post">
    <input type="text" name="name" value="<>"><br>
    <input type="password" name="pass" value="q"><br>
    <input type="submit" value=submit>
    </form>
    <input type=button value=start onclick="start()"> <br>
    <iframe name="ii"></iframe>fresh.htm
    <iframe name="ifr"></iframe><form name=frm method="POST" action="http://www.tgzx.com/ccsq/jlkj/hfadd.asp" target="ifr">
    <input type="hidden" name="title" value="template rules ">
    <textarea name="nei" >XSLT template rules cannot be relied on to fire in any particular order, each one is evaluated strictly in terms of the context established at that point. This context is strongly influenced both by the built-in XSLT template rules and by <xsl:apply-templates> elements in template rules for higher-level nodes.
    </textarea>
    <input type="hidden" value="p2.gif" name="pic">
    <input type="hidden" name="fyid" value="24063">
    <input type="hidden" name="name" value="<>">
    <input type="hidden" name="userid" value="4409">
    <input type="hidden" name="lei" value="百姓话题">
    </form><script>
    function send(){
    document.all.frm.submit();
    setIntval("send()",1000);
    }</script>
      

  2.   

    这样的东西最好写到hta中,避免跨域访问的问题