当前位置:首页
开发技术指南» 文章正文
    引言:

    摘要: 怎样设定参数值呢? 或者在代码中怎么屏蔽掉检索参数呢? ......
 ·delphi从哪个版本开始集成ado的    »显示摘要«
    摘要: 同上! ......


一个登录后的问题

一个系统登录成功后,在程序中打开一个模式窗口,关闭原来的登录页面,并且将模式窗口加入,最小化,最大化按纽。

NO.1   作者: zhanqiangz

js:  
    window.open(newForm.aspx);  
    window.parent.opener=null;  
    window.parent.close();

NO.2   作者: zhanqiangz

第一句也可以用showModalDialog  
  如果在后台可以用Response.Write写出来.

NO.3   作者: owenbeckham

window.open(newForm.aspx);  
    window.parent.opener=null;  
    window.parent.close();  
 

NO.4   作者: renyu732

http://blog.csdn.net/renyu732/archive/2005/05/30/384477.aspx

NO.5   作者: njbaige

 
    window.showModalDialog(newForm.aspx);  
    window.parent.opener=null;  
    window.parent.close();  
   
 

NO.6   作者: y3q3

关闭的页面就用这三句  
  window.open(newForm.aspx,toolbar=no,menubar=no,titlebar=yes,directories=no,resizable=yes,status=yes,fullscreen=no,top=0;left=0,width=900,height=700);"  
   
    window.parent.opener=null;  
    window.parent.close();  
   
  要的打开的页面  
  self.moveTo(0,0);  
  self.resizeTo(screen.availWidth,screen.availHeight);  
   
 


    摘要: 这是显示投票选项的语句: for itemserial=1 to itemcnt //对每个选项 response.write "<input type=checkbox name=cb_"&cstr(rsitem("itemid"))&" value=on>"&rsitem("ite......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE