Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~157 People Reached
Favorite Tags

2 Posted Topics

Member Avatar for Krishna_vs

Hi, Is it possible that, the Iteration of normal bean (not a Form bean) values contained in a vector into a jsp page.? please help me

0
48
Member Avatar for Xessa

I think you will get the reference to the parent window using script like [code]<script type="text/javascript"> function openWin() { myWindow=window.open('<url>','<name>','<properties>'); //it will giv U a child window parent_obj=[B][COLOR="Green"]myWindow.opener[/COLOR][/B]; // This one will give you the ref. to the parent window } </script>[/code] All the best dear friend.... with thanks regards …

Member Avatar for Krishna_vs
0
109

The End.