954,561 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Having problem in retrieveing values from pop-up window to main window

This is my main window



<%

String StudentID=request.getParameter("id2");

System.out.println(StudentID);


%>


 | Student ID    > src="images/search.gif" border=0>








this is my pop up window code


&id2=onclick=window_close() >


but when the window is closed the value is not retrieved in main window ..can any one help me up
i am getting value in system.out.println();
but not in text box(input box)

aruna_k_2006
Newbie Poster
18 posts since Feb 2007
Reputation Points: 10
Solved Threads: 0
 


<%=request.getParameter("txttest")%>

hidash_in
Junior Poster in Training
86 posts since Oct 2007
Reputation Points: 1
Solved Threads: 0
 

Mixing Java and JavaScript what a bad idea...

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You