S
Simon Wigzell
This is what I am trying to accomplish:
http://www.mississippiprinting.com/...ES&PRODUCT=Full Color Brochure&PageSize=8 x 9
I want the small calculator window to be always in front and to be able to
interact either with it or the main page. As the calculator is a normal
window it disapears behind the main window when focus shifts to the main
window. I can cure this problem by opening the calculator as a modeless
dialog BUT! Then the form information from the main page does not get sent
to it - it opens an empty dialog AND a normal page.
The problem is stripped down to it's barest essence here
http://www.mississippiprinting.com/MPCNew/windowtest.asp
Clicking Normal brings up a normal window that has recieved the form
information but disapears behind the main page when you click in the main
page.
Clicking Dialog brings up an empty dialog that does not know the form
information but does stay on top when you click in the main page and a
normal page that does know the form information .
How can I have the popup window behave like the modeless dialog but still
receive form information?
Thanks!
http://www.mississippiprinting.com/...ES&PRODUCT=Full Color Brochure&PageSize=8 x 9
I want the small calculator window to be always in front and to be able to
interact either with it or the main page. As the calculator is a normal
window it disapears behind the main window when focus shifts to the main
window. I can cure this problem by opening the calculator as a modeless
dialog BUT! Then the form information from the main page does not get sent
to it - it opens an empty dialog AND a normal page.
The problem is stripped down to it's barest essence here
http://www.mississippiprinting.com/MPCNew/windowtest.asp
Clicking Normal brings up a normal window that has recieved the form
information but disapears behind the main page when you click in the main
page.
Clicking Dialog brings up an empty dialog that does not know the form
information but does stay on top when you click in the main page and a
normal page that does know the form information .
How can I have the popup window behave like the modeless dialog but still
receive form information?
Thanks!