I have a dynamic url that I’m building in my controller to serve as the src of the IFRAME. I’m currently saving the url as @iframe_url. When I go to the IFRAME on the view I’m doing
<IFRAME src=<%=@iframe_url%> />
to no avail. Can anyone help me out?
I’m not sure if this is the problem, but you should always enclose attributes in quotes: