DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2008-12-25 10:01:13

tangty
New member

can't open new window with click the 'newmode' button in Ietest

when i click the  'newmode' button , the IEtest just open a blank page

the test page(can't use)
http://172.16.18.165:9990/oa/jsp/gwgl/xtwh/index.jsp

the button source
<INPUT class=button_1 onclick="openInputFormByBS('/oa/jsp/gwgl/xtwh/mbwh/newMb.jsp','newmode',400,285);" type=button value=newmode name="">

the script source
function openInputFormByBS(url,bs,width,height)
{
    var open_url=url;
    var popen = null;
    var left = (screen.width -width)/2;
    var top = (screen.height - height)/2;
    popen = window.open('',bs,'top='+top+',left='+left+',width='+width+',height='+height);   
    if   (popen != null){                    
        if   (popen.opener==null)
              popen.opener = self;
        popen.location.href = open_url;
     }

Last edited by tangty (2008-12-26 03:30:43)

Offline

 

#2 2009-01-02 07:34:50

fabrice
DebugBar Support

Re: can't open new window with click the 'newmode' button in Ietest

Hi,

Thanks for the feedback ! I can reproduce the crash with your sample code. I will work on it and keep you informed when it is corrected.

Offline