How get the current src of iframe ???
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Dear sir, I know how to set the src of a iframe, for example, I can use Dim frame1 As HtmlControl = Page.FindControl("itest") frame1.Attributes("src") = Me.TextBox1.Text.Trim However how can I get the current src of a iframe after user clicking several times on the iframe??? when I try to get the value of frame1. Attributes("src"), what I get is the original src I set to it. How can I do this? regards,