What steps will reproduce the problem?
1. Divide the UI page in HTML frames.
My HTML page is divided in 2 frames.(as follows)
<FRAMESET ROWS="180,*" FRAMEBORDER="0" FRAMESPACING="0">
<FRAME NAME="DispatcherTop" SRC="mainheader.html" FRAMEBORDER="0" SCROLLING="no" NORESIZE>
<FRAME NAME="DispatcherLogic" SRC="OfflineDispatcher.htm" FRAMEBORDER="0" SCROLLING="no" NORESIZE>
</FRAMESET>
2. Invoke the modal window from one of the frame.
I call the nyromodal-dialog-window in one of the HTML frame (DispatcherTop in my case) The code in File: mainheader.html to call the dialog-box is
<A HREF="accountModalChecksError.html" class="nyroModal"
ID="checkModal" >modal</A>
3. It will gray-out the invoking frame only.
This is opening the dialog-box for me but it is opening only in the header frame and graying out that frame only.(attached is the screen shot).
What is the expected output? What do you see instead?
I want to open the dialog-box over the whole browser window
What version of the product are you using? On what operating system?
jquery.nyroModal-1.4.2 on windows-XP
Please provide any additional information below.
deeptijain1983@gmail.com is my ID. In case you want more info u can mail me.