PDA

View Full Version : Help wanted embedding a MySpace page in a frame (or div)



random123
29 Mar 2009, 02:19 PM
Hello,

I have a MySpace page that I would like to embed in a frame (or div). It worked out fine before the new MySpace version (Feb 2009), but now it just redirects the entire page to the MySpace page.

Here's an example:

http://www.thosedamn.se

With the code:

<html>
<head>
<title>Academics</title>
<link rel="icon" type="image/jpeg" href="favicon.jpg">
</head>


<frameset rows = "*,57" frameborder="0" scroll="no" resizable="no">
<frame src ="http://myspace.com/thosedamnacademics" name="main" />
<frame src ="http://www.random*******s.com/top.php" scroll="no" name="top" />
</frameset>
</html>

It's not supposed to redirect the page to MySpace but it does anyway.

Please help me out here! Thanks in advance.