Re: Struts 1 Javascript Question

2008-03-27 Thread Laurie Harper
bhaarat Sharma wrote: Hello I am using struts 1 to show a link to the user like this Edit However I want this link to open up from Javascript instead! For javascript I have a code like the following function openPopup() { windowReference = window.open('/cmrs/editProjectMonitor

Re: Struts 1 Javascript Question

2008-03-27 Thread Antonio Petrelli
2008/3/27, bhaarat Sharma <[EMAIL PROTECTED]>: > Hello > > I am using struts 1 to show a link to the user like this > page="/editProjectMonitor.do" paramId="report_id" > paramName="report" > paramProperty="reportId" target="_blank"> > Edit

Struts 1 Javascript Question

2008-03-27 Thread bhaarat Sharma
Hello I am using struts 1 to show a link to the user like this Edit However I want this link to open up from Javascript instead! For javascript I have a code like the following function openPopup() { windowReference = window.open('/cmrs/editProjectMonitor.do?report_id=<%=WHAT TO