New Issue with iFrames and Scripts
Design and Skin Customization
Hey guys. I am feeding in some created tpl pages in web root that have either a script or iframe in them.
They were working fine up til the last time I updated.
Now the body tags in the iframes are empty
I checked and they all still work everywhere else
I tried using the iframe module but that did nothing. Still just showing an empty div in firebug
I will leave them up for now so you can see
urls
https://www.punkbandpromotions.com/k-usr-radio
Under the play pause buttons
https://www.punkbandpromotions.com/rockin-devil-radio
Above the play pause buttons
One stream server users a script
the other an iframe
code on
https://www.punkbandpromotions.com/rockin-devil-radio
< iframe style=" border:0px; width:186px; height:260px;" frameborder="0" scrolling="no" src="http://radionomy.letoptop.fr/last_titres.php?radiouid=E3CB1D4F-5F45-44E7-B1FA-BC425EF33803&color=000000&bgcolor=FFFFFF&width=186&height=220&size=10&nb=4&thumb=40">< /iframe >
and on
https://www.punkbandpromotions.com/k-usr-radio
< script src="http://www.webradiocentral.com/now-playing.php?stream_url=http://204.45.126.170:8310&w=530&h=80&bg_color=000000&inner_bg=000000&txt_color=ffffff">< /script>
So what has changed as they were working fine and haven't done much backend lately except disabling developers tools
Either way the body of the iframes is empty
View the frames...they are still working, just not in my template pages.
updated by @madc: 06/13/14 02:15:34AM