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 work anyway.

--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com


senthil Kumar wrote:
Here i put my code but width and height ,scrollbars,location are all not working.



<td align="left"> <a href=window.open("ViewProjectSummary.do?projectId=<bean:write name="collection" property="projectId" />", "previewwin","width=700,height=460, scrollbars=yes,resizable=yes,location=no");>
<bean:write name="collection" property="projectName"/>
</a>
</td>



Thanks on advance.


regs., senthil




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to