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