i hav written code for opening the child window(toolbar is disabled here) thro parent window by( using body onload function) calling the same(login.jsp) page again.
wen the parent window (i.e login.jsp) opens for the first time in the browser(by typing the url) it displays all the information and then goes to child window where i have disabled the toolbar.
wat i want is wen i type the url and click go i dont want any information to be displayed in parent window... i want to display only in the child window.
could anyone please come up with an idea or little bit of code to do this??