jquery-frames

jQuery: Access frame in nested frameset

I have a document which has a nested frameset. I need to access one of the nested frames, named "sq_main", and access content inside this frame. Here is my structure: <html> <head> <title>Title</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <frameset rows="28,*" frameborder="0" border="0"> <frame...

popup over frameset

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 ...