Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的代码的一部分看起来像这样,一个图像的简单超链接。
<a href="http://www.google.com"><img src="Logo.jpg" height= "120"; width="280"; /></a>
我希望这样我可以根据需要多次更改链接,但只能通过另一种形式的文本框。
尝试这个:
href='<%= url %>'
在后面的代码中:
Public url As String ' is global
在按钮中:
url= TextBox1.Text