D
Daniel Walzenbach
Hi,
I have to following problem: Imagine some kind of data the users of my
application got to see. Based on this data they decide if it concerns them
and they want to edit the data or if does not concern them in which case
they should not be allowed to modify the data. To accomplish this behaviour
I thought about opening the page containing all the data and opening a
dialog window "above" ( <script language='javascript'>window.showModalDialog
(... ) which they have to answer first. Trouble now is that I don't know
when to open the dialog window since opening a dialog stops the underlying
page from execution which results in an open dialog combined with a white
underlying page. I would also be glad if I could somehow present the data to
my users and open the dialog on their first click somewhere on the page (of
course regardless where they click on - must be some kind of <href> all over
the page or so).
Does anybody have any idea? Thanks a lot! I appreciate your help!!!
Daniel Walzenbach
I have to following problem: Imagine some kind of data the users of my
application got to see. Based on this data they decide if it concerns them
and they want to edit the data or if does not concern them in which case
they should not be allowed to modify the data. To accomplish this behaviour
I thought about opening the page containing all the data and opening a
dialog window "above" ( <script language='javascript'>window.showModalDialog
(... ) which they have to answer first. Trouble now is that I don't know
when to open the dialog window since opening a dialog stops the underlying
page from execution which results in an open dialog combined with a white
underlying page. I would also be glad if I could somehow present the data to
my users and open the dialog on their first click somewhere on the page (of
course regardless where they click on - must be some kind of <href> all over
the page or so).
Does anybody have any idea? Thanks a lot! I appreciate your help!!!
Daniel Walzenbach