bendev
04-09-2005, 07:00 PM
Hello,
there's something I can't understand :
_ a window A calls an other window B (by PHP) ; I have included some 'drag and drop' between two DIVS in that B window - that's all in javascript .... and that works (apparantly : it's inside a frameset and the results are ok)
_ on the window A there is a button which triggs a window.open for a window C ;
_ I can open the window C as long as I have not done any 'drag an drop' on the window B. If I do this 'drag and drop', when I return on the window A, I can't do the window.open of the C window anylonger, even if I have no javascript error ... nothing happens !
What can I do ? That's for an intranet, all on IE 6 - it should makes the things easier ...
Thank you by advance for any help, any suggestion ...
Ben
:)
there's something I can't understand :
_ a window A calls an other window B (by PHP) ; I have included some 'drag and drop' between two DIVS in that B window - that's all in javascript .... and that works (apparantly : it's inside a frameset and the results are ok)
_ on the window A there is a button which triggs a window.open for a window C ;
_ I can open the window C as long as I have not done any 'drag an drop' on the window B. If I do this 'drag and drop', when I return on the window A, I can't do the window.open of the C window anylonger, even if I have no javascript error ... nothing happens !
What can I do ? That's for an intranet, all on IE 6 - it should makes the things easier ...
Thank you by advance for any help, any suggestion ...
Ben
:)