Jump to content

iframe cookies


didgydont

Recommended Posts

hi all

im making a home page for my self using iframe but it doesnt use cookies

i found 2 links

http://support.microsoft.com/kb/323752/en-us

and

http://gathadams.com/2007/06/25/how-to-set-third-party-cookies-with-iframe-facebook-applications/

but i want to run the page from my local drive with out web server is it possible to add the header in plain html ?

 

Link to comment
Share on other sites

i dont realy understand your post but i want my favourites on the side and pages in a frame but ebay wont work in ie in a frame other browsers are ok . it has some thing to do with microsoft doin p3p im still playing around but cannot find what to actualy add to the header only the php and asp code.

<html>
  <head>
  <title>Home Page</title>
   <STYLE type="text/css">
   *{ margin:0; padding:0; }
body {background-color: #ffffff}


h1 { font-size: 35pt; margin-bottom:4px; color: #9966FF;}
b {color: #000000;}
.texttop{vertical-align: top;}

a:link {color: #006699;  width: 100%;}
a:active {color: #006699; width: 100%;}
a:visited {color: #006699; width: 100%;}
a:hover {color: #FF66CC; background-color: #CCCCFF; width: 100%;}

a#link {
display:block; 
width:100%; 
height:100%;
color:#006699;
}
a#link:hover {
background-color:#CCCCFF;
color:#FF66CC;
}
   </STYLE>
  </head>
  
<body>

<table border="0" width="100%" height="100%" cellspacing="0">
<tr><td colspan="3"><center><h1>Kingy And Katys Home Page</h1></center></td></tr>
<tr height="100%">
<td width="10%" class="texttop">

<table border="0" width="100%" cellspacing="0" class="texttop">
<tr><td><B>Auctions</b></td></tr>
<tr><td><a id="link" href="http://www.advertisedelsewhere.com.au" target="test">Advertised Elsewhere</a></td></tr>
<tr><td><a id="link" href="http://www.ebay.com.au" target="test">Ebay</a></td></tr>
<tr><td><a id="link" href="http://www.oztion.com.au" target="test">Oztion</a></td></tr>


<tr><td><b>Miscalenious</b></br>
<tr><td><a id="link" href="http://www.google.com.au" target="test">Google</a></td></tr>
</table>

</td>
<!-- ###################The Frame###########################-->
<td width="80%"><iframe name="test" width="100%" height="100%" src="http://www.google.com.au" ></iframe></td>
<td width="10%">
<b>Torrents</b></br>
<a href="http://www.mininova.org" target="test">Mininova</a></br>
<a href="http://www.thepiratebay.org" target="test">The Pirate Bay</a></br>
</br></br>

</td>
</tr>
  </table>
   </form>
  </body>
</html>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.