onClick="window.open('vote1.asp','','resizable')"

解决方案 »

  1.   

    onClick="window.open('vote1.asp','',toolbar=no,location=no')"
    这就是没有工具栏,没有地址栏的窗口.
    window.open()的参数包括:
    height 
    width 
    top 
    left 
    toolbar 
    menubar 
    scrollbars 
    resizable 
    location 
    status
      

  2.   

    window.open('url','name','toolbar=no,resizable=true,height=300,width=400');
    还有好外属性查果相关资料看
      

  3.   

    用window.open方法
    用法见下http://fason.nease.net/code/other/window.htm
      

  4.   

    不用window.open用showModalDialog不是更好?嘿
      

  5.   

    window.showModalDialog('TicketAndCard_BuryCard.Aspx','','dialogWidth:550px;dialogheight:450px;center:yes;status:no;scroll:no;');