didgydont Posted October 10, 2008 Share Posted October 10, 2008 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 ? Quote Link to comment Share on other sites More sharing options...
BillyBoB Posted October 10, 2008 Share Posted October 10, 2008 Are you trying to use cookies? Javascript is browser based. Google. Quote Link to comment Share on other sites More sharing options...
didgydont Posted October 11, 2008 Author Share Posted October 11, 2008 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> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.