开发者

Open a given URL in a new tab by clicking a button-how to read url from propertis file [closed]

开发者 https://www.devze.com 2022-12-07 19:12 出处:网络
Closed. This question needs details or clarity. It is not currently accepting answers. 开发者_如何转开发
Closed. This question needs details or clarity. It is not currently accepting answers.
开发者_如何转开发

Want to improve this question? Add details and clarify the problem by editing this post.

Closed 3 hours ago.

Improve this question

this 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>

0

精彩评论

暂无评论...
验证码 换一张
取 消