Home  >  Article  >  How to set link in dw button

How to set link in dw button

anonymity
anonymityOriginal
2019-05-08 14:24:4118768browse

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;)">

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 directly8aa2918506a11e8a886e85949f1eb0795db79b134e9f6b82c0b36e0489ee08ed 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!

Statement:
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
Previous article:What does context mean?Next article:What does context mean?