i have an iframe that looks a little like this:
how can i change its 'src' from the page's c# codebehind? in other words, how can iderect it somewhere else?
Code:
<iframe id="canvas" src="[URL unfurl="true"]http://www.google.co.uk"[/URL] width=\"820\" frameborder=\"0\" height=\"460\" scrolling=\"auto\"/>"
how can i change its 'src' from the page's c# codebehind? in other words, how can iderect it somewhere else?