Log in

View Full Version : Help with DIV tags loading external html doc



gwaterman
08-13-2011, 02:59 AM
having an issue with MySpace. I work on Victor Wooten's myspace. They've given me a line to insert into a module box. Unfortunately what they have given me contains iFrame tags and MySpace won't allow it. Wondering if I could get some help firguring out how to do this with div tags instead on iFrame tags.

Here is the code they gave me:

<iframe id="tsFrame92948" src="http://cdn.topspin.net/api/v2/widget/player/92948" width="400" height="300" frameborder="0"></iframe>

It no workee

Thanks,
G

Techykid3
08-16-2011, 03:11 AM
Well if Myspace doesn't allow iframe tags, that certainly won't allow php include()'s or <frame>'s.

So other than that, I don't know of any other way.