Open a given URL in a new tab by clicking a button-how to read url from propertis file [closed]
开发者_如何转开发
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 hours ago.
Improve this questionthis is one button when i click on this button to open new tab and url but i want to read url from propertis file. When i click it will open in new window but how to read url from propertis file to jsp file
It will not working
<button type="button" id="addButton" onclick="window.open('${url}','_blank')" class="btn btn-primary btn-sm btn-lightblue" title="Add">Add</button>
精彩评论