Window pop-up problem!.... 2004-07-29 - By Shivprasad_Bade
Back Try this one...
window.showModalDialog('dialog.htm')
-- ---- ---- ---- <HTML> <HEAD> <TITLE> New Document </TITLE> <META NAME="Generator" CONTENT="EditPlus"> <META NAME="Author" CONTENT=""> <META NAME="Keywords" CONTENT=""> <META NAME="Description" CONTENT=""> </HEAD>
<BODY> <BUTTON onclick="window.showModalDialog('dialog.htm')">Search</BUTTON> </BODY> </HTML> -- ---- ---- ----
-
Regards,
Have a nice day..!!!
Shivprasad Bade
-- --Original Message-- -- From: Manish Malhotra [mailto:manish.mmalhotra@(protected)] Sent: Thursday, July 29, 2004 9:37 AM To: J2EE-INTEREST@(protected) Subject: Window pop-up problem!....
Hi All,
My Requirement is:
Im creating one web application.
I have one screen say S1. There is a link on this screen which needs to open a pop-up window. But the form needs to be submited to send a parameter and on the server side we check this paramater as its 'true' or 'false'. Depends on that It decides that pop-up has to be open or not.
And my second requirement is this parent-child window relationship should be modal view. As its in swing. So, that user can't access the parent one until child is open. And no new child will be pop-up if one already open.
So, can you please help me out. I need this help urgently. Actually I know something is there in DHTML for thei modal.
But actually is it possible through JavaScript. So, that without submitting the parent window I can acheive this goal.
Many Thanks. Your input is required.
regards, Manish Malhotra
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help". ************************************************************************** This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated. **************************************************************************
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
|
|