on click of an href i want to build a dynamic link and open the same in a new browser window using java.
out.append("<A href="displayLinkDetails.do"/>Sample Link</a>"); (i want be able to send parameters as part of the action)
currently the control is in java file. As im using a seperate framwork to load the UI components, hence using javascript is a little difficult. Any suggestion to do the same in a different way would be appreciated
Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.