Hi All
I am using a radprompt window to prompt/force the user to reenter his password once it is detected that the user session has been inactive for a while.
To make sure that the user is unable to continue without reentering the password, the following two conditions need to be implemented:
1. The title bar of radprompt window should not have a close button.
2. The page refresh (F5) needs to be handled so that the radprompt window does not disappear after a forced refresh by the user.
I have created a promptTemplate class to make the input textbox to handle passwords (display '*' instead of actual letters.)
The radprompt, by default, has a close button on the title bar.
Can anyone shed some light on the above two points?
Rgds
Shuchi
I am using a radprompt window to prompt/force the user to reenter his password once it is detected that the user session has been inactive for a while.
To make sure that the user is unable to continue without reentering the password, the following two conditions need to be implemented:
1. The title bar of radprompt window should not have a close button.
2. The page refresh (F5) needs to be handled so that the radprompt window does not disappear after a forced refresh by the user.
I have created a promptTemplate class to make the input textbox to handle passwords (display '*' instead of actual letters.)
The radprompt, by default, has a close button on the title bar.
Can anyone shed some light on the above two points?
Rgds
Shuchi