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
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
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
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
4 matches
Mail list logo