RE: How to assign the POPUP window to hyperlink i.e

2005-02-11 Thread Chad Baker
newwindow.close(); } } ')"> ... Close Window Chad -Original Message- From: alu, artifex [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 9:43 AM To: Struts Users Mailing List Subject: Re: How to assign the POPUP window to hyperlink i.e ','previeww

Re: How to assign the POPUP window to hyperlink i.e

2005-02-11 Thread alu, artifex
it *should* work without the onClick event but with the javascript: keyword before the link: ','previewwin','width=700,height=460, scrollbars=yes,resizable=yes,location=no');"> ... just look at the quotes: ' opposed to " -- i think that's the reason why it didnt work art senthil Kumar wrote: He

Re: How to assign the POPUP window to hyperlink i.e

2005-02-11 Thread Frank W. Zammetti
This code is saying that the URL the link points to is a string of Javscript. That won't work. You'll need to handle the onClick event of the link and execute that script in response to it. It MIGHT work if you put javascript: in front of it, but I've never tried that and I suspect it won't

How to assign the POPUP window to hyperlink i.e

2005-02-11 Thread senthil Kumar
Here i put my code but width and height ,scrollbars,location are all not working. ", "previewwin","width=700,height=460, scrollbars=yes,resizable=yes,location=no");> Thanks on advance. regs., senthil