H
Hadar
Hi,
I'm trying to dynamically set the src of an iframe with the <% %> block:
<iframe id="content" src="<% = Request.QueryString.Get("content") %>"
width="100%"></iframe>
Notice that the tag (intentionally) has no runat=server and also nested in a
<TD> tag...
What am I doing wrong?
Thanks,
Hadar
I'm trying to dynamically set the src of an iframe with the <% %> block:
<iframe id="content" src="<% = Request.QueryString.Get("content") %>"
width="100%"></iframe>
Notice that the tag (intentionally) has no runat=server and also nested in a
<TD> tag...
What am I doing wrong?
Thanks,
Hadar