2011-02-11 135 views
0

我在網站中有一個iframe,我想添加一個特定的文本到url ..但我想知道我如何能夠響應網址網站.. How can I add <%=%>到URL, 蔭使用形式,應該怎麼能夠返回的URLASP.NET在asp頁面內容的變化

例如

<iframe src="http://www.facebook.com/plugins/like.php?href=<% %> &amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe> 

回答

0

實現最簡單的方法是建立運行時的iframe html標籤,然後將其添加到像Literal這樣的控件中。有更多的方法,但我認爲這是你最好的方式。

希望它可以幫助

+0

這不是我問的,我想knwo如何 – Tim 2011-02-11 20:26:33