Home > Common Problem > How to set link in dw button

How to set link in dw button

anonymity
Release: 2020-09-17 10:14:22
Original
18876 people have browsed it

How to set a button with hyperlink using dw?

<input type="button" id="btn" name="btn" value="百度" onClick="window.open(&#39;http://www.baidu.com&#39;)">
Copy after login

The above code is the code to open the Baidu webpage. You can change the "Baidu URL" to the required one, or you can change the word "Baidu" on the button to the required text

The effect is as follows:

How to set link in dw button

Please note that buttons cannot be used directly<a href=""></a> To link. This will only lead to failure

The above is the detailed content of How to set link in dw button. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template