0

我的代码的一部分看起来像这样,一个图像的简单超链接。

<a href="http://www.google.com"><img src="Logo.jpg" height= "120"; width="280"; /></a>

我希望这样我可以根据需要多次更改链接,但只能通过另一种形式的文本框。

4

1 回答 1

1

尝试这个:

href='<%= url %>'

在后面的代码中:

Public url As String ' is global

在按钮中:

url= TextBox1.Text
于 2013-09-16T01:43:43.977 回答