how to make the entire screen protected. i.e., for example
when we design a delete screen before deleting the details
we need to popup a screen saying do u wish to delete(Y/N).
When this screen appears i want to make the previous screen
fields as protected.Please help me with the anser. i need
the entire screen to be protected.
Thanks in advance
Answer Posted / rajesh
Take a div tag in absolute position n set display property
to none .Now on any click event set width , height n
display="block" .Also set z-index accordingly .Your screen
will be block in specified width n height area .
Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is the difference between pct and fct?
Explain the system transid cemt?
Can you define attribute byte?
What are the cics tables?
define the field with ic in the bms map.
How is Telon(CA-Telon) used to build map?
What is the pic clause for the hhmmss type of data fields?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
What is the difference between a return with transid and xctl?
If we wish to create bms executable, what are the basic steps that the user has to go through?
List out all the tables that are a part of cics ?
What is task control?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
How many ways are there for initiating a transaction?
Explain the function of the terminal control table?