can i post some data to a jsp web form using javascript code? -


i have me javascript code able authenticate users windows live authentication. after logon, simple message displayed user.

what want message displayed user 10 seconds, , after email id of user plus flag indicates successful login, posted jsp page opened in same browser window... can done using javascript or other way?

if not possible pass these values jsp form, alternatively can these values stored in jsp session variables (so other jsps able use these values)? thanks, arvind.

you can using

location.replace("resultpage.jsp?emailid="+emailid+"success=true");

now can access these values using:

request.getparameter("emailid");

request.getparameter("success");


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -