Jump to content

Iframe on top and loads a page


hackerkts

Recommended Posts

Hello guys, I wanna make a page that when user go to [a href=\"http://domain.com/link.php?url=http://www.phpfreaks.com/\" target=\"_blank\"]http://domain.com/link.php?url=http://www.phpfreaks.com/[/a] It will have a iframe on top, and below iframe it will load phpfreaks.com
But I'm not sure how, can someone kindly teach me ?
Thanks.
Link to comment
https://forums.phpfreaks.com/topic/4415-iframe-on-top-and-loads-a-page/
Share on other sites

Bumb.. I still need help on php code.
Here's my links.php
[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title></title>
</head>



<frameset rows="80,*" frameborder="no" border="0" framespacing="0">
<frame src="/head.php?url=" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frame src="" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>


<body>
</body>
</html>
[/quote]

head.php
[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]
<html><head>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background: #000000;
color:#FFFFFF;
}
table { border: 0; padding: 0px 0px 0px 0px; margin-bottom: 0; margin-top:0; }
form { margin-bottom:0; margin-top: 0 }
.input { font-size: 10px }
text { color:#FFFFFF; }
a:link { text-decoration: none; font-family: "Tahoma", Verdana, Arial, sans-serif;
font-size: 10px; }
a:hover { text-decoration: underline; font-family: "Tahoma", Verdana, Arial, sans-serif;
font-size: 10px; }
a:visited {
text-decoration: none;
font-family: "Tahoma", Verdana, Arial, sans-serif;
font-size: 10px;
}
-->
</style></head>

<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="14%" height="80" align="left" valign="top"></td>
<td width="43%" align="left" valign="top"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="37">&nbsp;</td>
</tr>
<tr>
<td height="30"></td>
</tr>
<tr>
<td>
<table border-top-width:0px="border-top-width:0px"" cellpadding="0" cellspacing="0" border="0" width="100%" align="center" class="navborder">
</table></td>
</tr>
</table></td>
<td width="43%" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="65" colspan="2" align="right">


</td>
</tr>
<tr>
<td width="63%"></td>
<td width="37%" align="right"></td>
</tr>
</table></td>
</tr>
</table>

</body>
</html>
[/quote]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.