<table> <tr> <td> <button id="showAddLicense" class="ur_button" onclick="/ir_plus/admin/addRepositoryLicense.action" onmouseover="this.className='ur_buttonover';" onmouseout="this.className='ur_button';">Add License</button> </td> </tr> </table>
previously, the button had been a link, like this, and it worked perfectly:
<!-- <c:url var="addLicenseUrl" value="/admin/addRepositoryLicense.action">
</c:url>
<a href="${addLicenseUrl}">Add License</a>
<br/>
<br/>
Any idea what the problem might be? Thanks!

New Topic/Question
Reply


MultiQuote





|