it *should* work without the onClick event but with the javascript: keyword 
before the link:

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

just look at the quotes: ' opposed to " -- i think that's the reason why it 
didnt work

art


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