jsp to open link by id in a new window
Hi,
I'm looking for jsp code that opens a link by provided id in a new window.
Something like this: www.blah-blah-blahh.com/linkto.jsp?id=17
So on the main page I will have a few links like above and when user clicks on any of them the main page stays the same, but links will be opened in a new window.
I assume the list of urls and id can be defined inside of the script or in the DB.
Does anybody have something like that to borrow?
Thanks!