2008/3/27, bhaarat Sharma <[EMAIL PROTECTED]>:
> Hello
>
>  I am using struts 1 to show a link to the user like this
>  <html:link
>                     page="/editProjectMonitor.do" paramId="report_id"
>  paramName="report"
>                     paramProperty="reportId" target="_blank">
>                 Edit</html:link>
>
>  However I want this link to open up from Javascript instead!


Oh, the lazyness...
http://struts.apache.org/1.x/struts-taglib/tlddoc/html/link.html
The <html:link> has a "onclick" attribute. Imagine what's this for?

Antonio

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

Reply via email to