views:

15

answers:

0

I'm revamping an existing classic asp application built using frames

what i want to do is just replace calls to window.open to calls to extjs.window to avoid browser popups

I can successfully create an extjs window from within the html in a frame but the extjs win is confined to the area occupied by the frame itself. what i want to do is to have an extjs window that can be moved wherever the whole area of the browser. I tried to create ExtJs.window from the page that include the frameset but the window is not shown I'm not forced to use extjs i can use even something else

Can someone help me?