How to submit the form in new window
&g_url = "javascript:%SubmitScriptName(document.%FormName,'#ICWorkItem$" | ¤trow | "');";
WORKLIST2.WF_HTMLAREA = " <DIV CLASS='" | &linkstyle | "'>" | "<a HREF=""" | &g_url | """ CLASS='" | &linkstyle | "'>" | WORKLIST2.DESCR254_MIXED | " </a></DIV>";
AFter clikcing on the link a new page is getting opened in the same window.
So is there anyway to get this functionality in new widnow. I mean all the worklist items should reamian on the same page.
And after clicking on the hyperlink, new window should open and javascript code should execute in new window.