Hi,
I need to create a new browser window, which will have the standard toolbar, using which the user can print the content in the window.
This window will be called on the button, present in default window, being clicked. I cant go ahead with:
1. Popup window : It doesnt have the standard toolbar with Print option
2. Confirmation Dialog: Same, no toolbar for print button.
3. External window: As this takes only static URL as parameter and hence wont display my custom view.
Any idea how I can get a new browser window (which has standard FILE, EDIT, TOOLS, HELP etc options) with my view displayed in it.
Thanks.
Puneet