session、cookie、post、get随你喜欢

解决方案 »

  1.   

    location=xxx.asp?xxxxxxxxxxxxxxxxxxxxxxx
      

  2.   

    javascript无法实现,use asp,php,cgi,jsp
      

  3.   

    好象用location.search可以接受参数。
      

  4.   

    window.showModalDialog("test2.htm",变量)那边用
    var xxx = window.dialogArguments;
    alert(xxx);
      

  5.   

    window.showModalDialog("test2.htm",变量)那边用
    var xxx = window.dialogArguments;
    alert(xxx);
      

  6.   

    楼上的 showModalDialog 的方法可以, 楼上的楼上用 location.search 也可以的. :)A.htm:
    <SCRIPT LANGUAGE="JavaScript">
    v='abc'
    window.location="b.htm?="+v
    </SCRIPT>
    b.htm
    <SCRIPT LANGUAGE="JavaScript">
    alert(window.location.search);
    </SCRIPT>
    ================================================================
    俺是"老"菜鸟一只, 请各位高手多指教!
    ------ 好好学习, 天天上网! --------
    →→→→→→→→→→→→→→→→→→→→
    http://www.boy.net.cn/home0/goldenlove 
    ←←←←←←←←←←←←←←←←←←←←
    多谢 CSDN 助手帮我自动加入签名. 
    www.chinaok.net
    ================================================================