I have to write a html code where i have to jump to 2 urls on click a object.
presently i have written a code to jump to one url only
"<a href=\"http://bodev:8080/OpenDocument/opendoc/openDocument.jsp?iDocID=AdknCqrhpYZKkFBzpe1wbsU&sIDType=CUID&sType=wid&sRefresh=N&sWindow=New\" title=\"\" target=\"_self\" nav=\"doc\">"+"Click State"+"</a>"
When I click the object with text Click State, a new window pops ups with url.
So, the requirement is now to pop open 2 windows when i click Click state
The first url is as above and the second code is
"<a href=\"http://bodev:8080/OpenDocument/opendoc/openDocument.jsp?iDocID=AYhtqwsujalMpBHSjfT0hF0&sIDType=CUID&sType=wid&sRefresh=N&sWindow=New\" title=\"\" target=\"_self\" nav=\"doc\">"+[State]+"</a>"
Note: My program embeds these codes, so i need to use <a href> and </a>


