RE: NEWBIE - How to submit form and display results in popup window with no browser decorations.

2004-06-29 Thread Anirudh Jayanth
- 243 ] [EMAIL PROTECTED] -Original Message- From: Adam Lipscombe [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 5:42 PM To: 'Struts Users Mailing List' Subject: RE: NEWBIE - How to submit form and display results in popup window with no browser decorations. Thanks Anirudh

RE: NEWBIE - How to submit form and display results in popup window with no browser decorations.

2004-06-29 Thread Adam Lipscombe
g List' Subject: RE: NEWBIE - How to submit form and display results in popup window with no browser decorations. You could use a javascript function to achieve this.. function Help(document,val) { window.open('Action.do&_contextId='+val,'win','toolbar=no,location=n

RE: NEWBIE - How to submit form and display results in popup window with no browser decorations.

2004-06-29 Thread Anirudh Jayanth
--Original Message- From: Adam Lipscombe [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 5:16 PM To: 'Struts Users Mailing List' Subject: NEWBIE - How to submit form and display results in popup window with no browser decorations. Folks, >From browsing the list archive I can s

NEWBIE - How to submit form and display results in popup window with no browser decorations.

2004-06-29 Thread Adam Lipscombe
Folks, >From browsing the list archive I can see that this sort of questions gets asked frequently. I looked at the solutions but none seem, to fit my case: I am trying to implement a popup window context-sensitive help system for a struts app. My solution so far is to have a help button in it