nrv praveen

Greenhorn
+ Follow
since Jan 29, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by nrv praveen

I am developing a struts application. In that a prompt login box must appear when ever the user loads the application for the first time. Please help me providing the details how to use basic authentication mechanism to have a prompt login box.
14 years ago
I am developing a struts application. In that a prompt login box must appear when ever the user loads the application for the first time. Please help me providing the details how to use basic authentication mechanism to have a prompt login box.
14 years ago
When the user tries to browse through a website through local intranet like https://mypay he will not be asked for any user id and password . But when he tries to browse through internet using https://mypay.mycompany.com he will be asked for user id and password using a prompt box. How to implement this pop-up scenario when user is browsing the application through internet, in struts.
14 years ago
When the user tries to browse through a website through local intranet like https://mypay he will not be asked for any user id and password . But when he tries to browse through internet using https://mypay.mycompany.com he will be asked for user id and password using a prompt box. How to implement this pop-up scenario when user is browsing the application through internet in a struts application
14 years ago