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
2 Posted Topics
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
Re: Opener question
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 …
The End.