数值很重要的话,就用COOKIE喽,刷新后赋值

解决方案 »

  1.   

    var str= window.showModalDialog('HTMLPage2.htm','window','dialogHeight: 550px; dialogWidth:1000px; center: Yes; help: No; resizable: Yes; status: No;');
    window.location.href=window.location.href;
    document.cookie=str;
    是不是这样?
      

  2.   

    你那个值在挂在url上就不会丢掉了
    window.location.href=window.location.href+"?a="+document.getElementById("str1").value;
    在新页面截取URL
      

  3.   

    你那个值在挂在url上就不会丢掉了
    window.location.href=window.location.href+"?a="+document.getElementById("str1").value;
    在新页面截取URL
    ============================
    没看明白