Cookies in iframe

so the deal is that im trying to create a website for my mom and her friends as a replacement for MSN groups (which microsoft is shutting down soon). The idea is to create it through iweb and mobileme so its maintainable by her. the problem is the biggest feature of the community is the forum. I signed up for a free phpbb3 forum on some website (since, as I understand it, there's no way to host a forum through mobileme) and was trying to implement it into the iweb page using a iframe HTML snippet. This seems to work okay for the time being, but the problem is that the cookies for the iframe don't save in a way that prevents them from having to log into the forum each time they naviagate to the iframe page. Is anyone aware of a way to fix this or perhaps a better alternative for hosting a forum through iweb/mobileme ?

Get some information on Forums here ....
http://iwebfaq.org/site/iWeb_Forum.html

Similar Messages

  • Pls need help with

    Hello. Actually i dont have programming skills so much and just tryingt to make ebay listing with dreamvever using Spry .I have a alsmost finsihed the the page, just one problem with spry
    I am trying to bulld collapsible Tab menu on my page and  the big problem is that when i do the job and try to upload the listing html, Ebay rejects the page saying
    Java script not allowed.
    Your listing cannot contain javascript (".cookie", "cookie(", "replace(", IFRAME, META, or includes), cookies or base href.
    I have tries to cut and paste java script comands and see on which one it gives errors, and here is the result
    Spry.Widget.CollapsiblePanel.prototype.onTabClick = function()
    if (this.isOpen())
    this.open();
    else
    this.open();
    this.focus();
    This command when exist in html, Ebay does not allow the listing to be uploaded. So my quesion is  , is there anyway to change this command and still make the Tabs to open conent or close when they are clicked on ??
    Thanks advanced

    well, in the same listing i am using also Tabbedpanel spry and ebay does not reject that,. was a problem with , but i fixed that
    Ebay wasnt allowing to have this:
    Spry.Widget.TabbedPanels.prototype.removeClassName = function(ele, className) { if (!ele || !className || (ele.className && ele.className.search(new RegExp("\\b" + className + "\\b")) == -1)){ return;}  ........................
    so i added/replaced this line as continuation of above command
    var arrList = ele.className.split(' '); var classNameUpper = className.toUpperCase(); for ( var i = 0; i < arrList.length; i++ ) { if ( arrList[i].toUpperCase() == classNameUpper ) { arrList.splice(i, 1); i--; } } ele.className = arrList.join(' '); };
    after this, It allowed me to upload teh html not seeing any Non allowed Java
    but with Collapsible menu i am still unable to make Ebay software to accept my html

  • Login in a hosted account

    I'm trying to login my users automatically from my website to adobe connect.
    The goal is to automatically register my users in adobe connect as soon as they register in my system ( I don't have problems with this part ) and to have a link inside my system that loads adobe connect inside an iframe.
    My problem lies in making a call like the one described in the webservices
    example.com/api/xml?action=login&login=[email protected]&password=happy&account-id=295153&session=Sbreezzd2dfr2ua5gscogv
    (in my case the example.com is something like meetxxxx.adobeconnect.com )
    This doesn't work because I'm in a different domain and I can't set a cookie this way.
    How can I login my users in adobeconnect without them being prompted with the loginscreen?
    Or is it possible to open the meeting with the session value? I have tried something like   meetxxxx.adobeconnect.com/myMeeting&session=Sbreezzd2dfr2ua5gscogv but this is not recognized.
    thank you

    You may want to try posting to an iframe.  I haven't tried it myself though.
    http://stackoverflow.com/questions/4701922/how-does-facebook-set-cross-domain-cookies-for- iframes-on-canvas-pages
    I'll be needing the same functionality as you soon so let me know if it works.   I'm still having trouble logging in (just posted on this forum).

  • How to get the embed html code for my webpage so I can use it on eBay listings?

    Hi, I already created a Muse webpage, but when i export it as html I get a code that is not compatible with eBay because eBay won't allow "cookies" nor "iFrame" on a listing.. is there a way around so I can get a working html code for eBay? I'm new at this, I don't have coding knowledge. I've never use Dreamweaver either, Muse is appealing since is user friendly, so any good explanation would be greatly appreciated. Thank you.

    Hi, muse is an application made for create websites without coding skills, not to replace any possible use of HTML. If you would like to adapt your code for other uses, like CMS integration, Newsletters, build mobile apps, and other, you will need some coding skills.

  • Adobe muse and eBay listing template.. Disable java in muse ?!

    HI, I am looking for some advise before creating my ebay listing template. I would like to know if I can use adobe muse to create it, and then export the HTML from there. I have found some conflicting information during a quick internet search, and was hoping someone here could offer some advise and let me know if this is possible.
    or how to disable java in muse to turn it just like dreamweaver
    thanks In advance....
    G.Alexander

    same eroor
    Details
    Your listing cannot contain javascript (".cookie", "cookie(", "replace(", IFRAME, META, or includes), cookies or base href.
    could I just use Muse without Java ? i love how much its easy to drop,etc.

  • Adobe muse and eBay listing template

    HI, I am looking for some advise before creating my ebay listing template. I would like to know if I can use adobe muse to create it, and then export the HTML from there. I have found some conflicting information during a quick internet search, and was hoping someone here could offer some advise and let me know if this is possible.
    thanks In advance....

    same eroor
    Details
    Your listing cannot contain javascript (".cookie", "cookie(", "replace(", IFRAME, META, or includes), cookies or base href.
    could I just use Muse without Java ? i love how much its easy to drop,etc.

  • Apex in IFRAME cookie problem (P3P IE6+)

    Hi All,
    I am having a problem with IE not displaying my content within an IFrame - due to IE not trusting the Apex cookies.
    This problem was resolved on the Apex forum in 2009 - https://forums.oracle.com/thread/887792
    The solution was to set the P3P policy in the web server header response :
    For example
    1. PHP
    header('P3P:CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"');
    2. ASP.NET
    HttpContext.Current.Response.AddHeader("p3p","CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"");
    3. Apex solution
    I add this section to httpd.conf (Apache proxy)
    *<IfModule mod_headers.c>*
    Header set P3P "policyref=\"/w3c/p3p.xml\", CP=\"NOI DSP COR NID CUR ADM DEV OUR BUS\""
    *</IfModule>*
    Now I have the same problem but I am hosted in the cloud.
    Here is a page with my content embedded - (Bradford Uni) : test widget - SACU
    This works fine on chrome/firefox...
    Is there any other way to set P3P header in the database cloud ?
    Big thanks
    Steve

    Hi Christian,
    Thanks for looking in to this...
    This did not fix it :-(
    However, I used    to inspect the response headers and found that unless the page I was attempting to access was LOGIN_DESKTOP then the response was : 302 Moved Temporarily
    Content (encoded: 0.24 KiB / decoded: 0.37 KiB)
    <html><head><title>302 Moved Temporarily</title></head> <body bgcolor="#FFFFFF"> <p>This document you requested has moved temporarily.</p> <p>It's now at <a href="https://production001-demandanalysis.db.em1.oraclecloudapps.com/apex/f?p=20300147:111:0:::::">https://production001-demandanalysis.db.em1.oraclecloudapps.com/apex/f?p=20300147:111:0:::::</a>.</p> </body></html>
    This may have been causing the error in the iFrame...
    So I changed the Home URL and Login URL to : f?p=&APP_ID.:111:0
    and it now appears to load fine :-)
    Thanks again
    Steve

  • Setting cross-domain cookies in Safari using iframe

    Hi,
    I want to load url inside iframe. It works in all browsers. Except in safari browser.
    I have written code as
    On designer page
    <div id="containFrame" runat="server">
    And on code behind
    protected void Page_Load(object sender, EventArgs e)
                GenerateFrame("http://www.dotnetobject.com");
    private void GenerateFrame(string urlsrc)
                string frame = "<iframe id='ifrm' style='width: 956px; height: 500px'";
                frame += " src='" + urlsrc + "' ></iframe>";
                containFrame.InnerHtml = frame;
    I am using safari browser version 5.1 (7534.50).
    Here in Preferences (Privacy tab) for Block Cookies have three options as
    1. From third parties and Advertiser
    2. Always
    3. Never
    If I selects option as Never then this code work successfully. But Not for 1 and 2 option.
    Here my quesion is, how to handel this problem cross-domain cookies problem?
    Thanks,
    Bhanudas

    sadly... i couldn't find other workaround than making a new subdomain of the main domain.
    i have abc.com that embed def.com in an iframe. the only workaround so far is make a new subdomain def.abc.com and map that as a CNAME to def.com.
    when i call the page in iframe, i call def.abc.com, which matches the same domain, thus cookies can be read or written.
    this becomes a problem with you have a lot of different websites to embed, and not all site owners care to do binding of the new host on their webserver.

  • I am told that my browser does not support iframes when trying to access a web site.

    This is Google's cache of http://sitetrail.com/askearth.com. It is a snapshot of the page as it appeared on Sep 19, 2010 10:44:02 GMT. The current page could have changed in the meantime. Learn more
    Full version These search terms are highlighted: history askearth com
    * Contact Us
    SiteTrail - Website News and Analysis
    * Business
    * Dev & Design
    * Entertainment
    * Mobile
    * Social Media
    * Tech
    Search in SiteTrail askearth.com (visit site) This data was last updated 6 months ago (update data).
    Site Profile Estimated Value: $5,582.16 USD Estimated Revenue: $7.60 USD per day $227.90 USD per month $2,772.81 USD per year Estimated Pageviews: 3,355 per day 100,648 per month 1,224,551 per year Alexa Rank: #447,581 Google Index: show google links Yahoo Index: show yahoo links Bing Index: show bing links History: show history Site Title: Interesting Questions - AskEarth Site Traffic
    Site Server Server IP Address: 140.174.79.37 Server IP Decimal: -1934733531 Server IP Location: Pordenone, Friuli-Venezia Giulia, Italy
    Your browser does not support iframes. Whois Information Welcome to the Network Solutions(R) Registrar WHOIS Server.
    The IP address from which you have visited the Network Solutions Registrar WHOIS database is contained within a list of IP addresses that may have failed to abide by Network Solutions' WHOIS policy. Failure to abide by this policy can adversely impact our systems and servers, preventing the processing of other WHOIS requests.
    To see the Network Solutions WHOIS Policy, click on or copy and paste the following URL into your browser:
    http://www.networksolutions.com/whois/index.jhtml
    If you feel that you have received this message in error, please email us using the online form at http://www.networksolutions.com/help/email.jsp with the following information:
    Whois Query: askearth.com YOUR IP address is 174.129.155.56 Date and Time of Query: Tue Feb 23 00:49:37 EST 2010 Reason Code: IE DNS Records Host Class Type IP TTL Target Other askearth.com IN A 140.174.79.37 7199 askearth.com IN NS 7200 ns53.worldnic.com askearth.com IN NS 7200 ns54.worldnic.com askearth.com IN SOA 7200 mname: NS53.WORLDNIC.com rname: namehost.WORLDNIC.com serial: 108121504 refresh: 10800 retry: 3600 expire: 604800 minimum-ttl: 3600 HTTP Headers HTTP/1.1 302 Found Date: Tue, 23 Feb 2010 05:59:34 GMT Server: Apache/2.2.11 (Unix) mod_fastcgi/2.4.2 PHP/4.4.9 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.7m mod_apreq2-20051231/2.6.0 mod_perl/2.0.3 Perl/v5.8.7 Location: http://askearth.com/go/home Content-Length: 417 Connection: close Content-Type: text/html; charset=iso-8859-1
    HTTP/1.1 200 OK Date: Tue, 23 Feb 2010 05:59:35 GMT Server: Apache/2.2.11 (Unix) mod_fastcgi/2.4.2 PHP/4.4.9 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.7m mod_apreq2-20051231/2.6.0 mod_perl/2.0.3 Perl/v5.8.7 Set-Cookie: id=11010246; EXPIRES=Sun, 01-Apr-29 00:00:00 GMT; PATH=/ Set-Cookie: pass=u0zit0yv; EXPIRES=Sun, 01-Apr-29 00:00:00 GMT; PATH=/ Set-Cookie: since=1266904775; PATH=/ Connection: close Content-Type: text/html Firefox Add-on SiteTrail Firefox Add-onPerform SiteTrail lookups via right-click menu straight from your web browser! Popular Lookups
    * google.com#1
    * facebook.com#2
    * youtube.com#3
    * yahoo.com#4
    * live.com#5
    * baidu.com#6
    * wikipedia.org#7
    * blogspot.com#8
    * msn.com#9
    Browse Lookups
    A B C D E F G H I
    J K L M N O P Q R S T U V W X Y Z Recent Lookups
    * askearth.com#447,581
    * evdenevenakliyatv.com#442,990
    * mytaskhelper.com#756,476
    * fikralari.net#639,299
    * typemytape.com#1,547,530
    * tmmod.info#1,078,434
    * torrentplus.org#233,938
    * communitycollegelistin...#430,008
    * cadbury.co.uk#104,852
    * myhobbyblogs.com#297,443
    Random Lookups
    * solidmastermind.com#931,183
    * homelegance.com#277,584
    * homepage-anleitung.de#1,091,134
    * icicigroupcompanies.co...#1,513,887
    * ptiboo.ch#744,058
    * fachportal-paedagogik....#312,102
    * lcpo.com#336,926
    * spitinet.gr#904,561
    * sportingpulse.com#37,069
    * v-pillsbuyutucuhap.com#543,342
    * sameskyboard.com#51,252
    * alparslanpazarlama.com...#1,444,281
    * ventausa.com#221,470
    * dentalmag.org#234,937
    * digitalfoci.com#1,214,872
    * blank-label.com#273,247
    * efun.ir#446,350
    * greatamericandays.com#579,258
    * it007.com#58,123
    * hairyclipz.com#760,892
    Navigation
    * Contact Us
    Categories
    * Business
    * Dev & Design
    * Entertainment
    * Mobile
    * Social Media
    * Tech
    Recent News
    * VP of Twitter Says Twitter is NOT A Social Network
    * Google Puts White Spaces To Use
    * YouTube Instant Experiment Gives Creator a Job At YouTube
    * YouTube Time Machine – A New Website To Waste Hours On
    * Google’s New Instant Search – Saving 11 Hours Every Second
    * Facebook Notes Gets New Tools
    Recent Lookups
    * askearth.com#447,581
    * evdennakliyateve.com#442,990
    * mytaskhelper.com#756,476
    * maximumwoman.com#639,299
    * typemytape.com#1,547,530
    * tmmod.info#1,078,434
    © 2010 SiteTrail. All Rights Reserved.

    I'm not clear on where you are seeing that text. When I view Google's cached page from the page found in this search
    https://www.google.com/search?q=site%3Asitetrail.com%2Faskearth.com
    It doesn't match yours exactly. There is an iframe with a Google map in it in the "Hosting Analysis" section, which in your pasted page seems to be the "Site Server" section.
    Which Google site did you search?

  • How do I use cookies to control which part of the timeline to play from?

    Hi there,
    I have created an animation with Adobe Edge. My site uses Concrete5 and I am pulling in the Edge content into an IFRAME on my home page (there my be a better way to do this and I'm open to suggestions). I want the animation to play from the start when someone first visits the site, but if during their browser session they navigate back to the home page, I want the animation to only play a shorter segment of frames near the end.
    My question is, how do I use cookies to acheive this? I'm new to javascript/jquery.
    I've included the following code on compositionReady, (found in another post on this forum) but don't have a clue how to continue...
    // insert code to be run when the composition is fully loaded here yepnope(   {     nope:[       '/js/jquery.cookie.js'     ],   complete: init   } ); function init() { //create your cookie's initial values here } 
    My temp site is here - http://79.170.40.43/nutcrackerdesign.co.uk/
    On revisting the homepage, I only want to play from when the green 'How can we help?' button drops in.
    Many thanks!
    Russ

    Hi, Russ-
    I found this article, which seemed really helpful in describing how cookies work in JavaScript:
    http://www.quirksmode.org/js/cookies.html
    Remember that JS works just fine within Animate, so on your compositionReady, you can read your cookie and then set the play based on that.  You should probably uncheck the autoplay for your Stage and control the play of your Stage from the compositionReady.
    Good luck!
    -Elaine

  • How to make a page that should be inside an iframe load up its parent page?

    Hello all
    Here's my dilema...
    I'm creating a site with page fragments that the user is able to view by having it load into an iframe. So far so good and it's all working perfectly well.
    The problem that I envisage is that, even with no-index robot meta tags, Google et al are almost certain to index these page fragments and proffer them in search results.
    So, my question to you is two-fold:
    1 - how can I make a page fragment load up the parent page should it be selected from a Google search result
    and
    2 - once the parent page is loaded up, how can I then make it load the selected content page into the iframe so that the user sees what (s)he is expecting to see?
    I'm imagining that it will require cookies and scripting, but I'm still at the (very) early stages of learning such stuff, so have no clue whatsoever on how to go about it!
    Any bright ideas / tutorials / sites I can nick code from / complete solutions that I don't have to pay for would be much appreciated.
    Thanks
    Peter

    AFAIK there's no practical way to do what you require.  Sorry.  This is one of the many downsides to Framed sites. It also makes bookmarking and printing pages difficult.  Not to mention user unfriendly from a web accessibility viewpoint.  Re-think your need for Iframes throughout an entire website.   The best websites use one complete page for each topic.  Index, About Us, Contact Us, etc...
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • How to make a page that should be inside an iframe load up it's parent page?

    Hello all
    Here's my dilema...
    I'm creating a site with page fragments that the user is able to view by having it load into an iframe. So far so good and it's all working perfectly well.
    The problem that I envisage is that, even with no-index robot meta tags , Google et al are almost certain to index these pages fragments and proffer them in search results.
    So, my question to you is two-fold:
    1 - how can I make the page fragments load up the parent page should it be selected from a Google search result
    and
    2 - once the parent page is loaded up, how can I then make it load the selected content page into the iframe so that the user sees what (s)he is expecting to see?
    I'm imagining that it will require cookies and scripting, but I'm still at the (very) early stages of learning such stuff, so have no clue whatsoever on how to go about it!
    Any bright ideas/tutorials/sites I can nick code from/complete solutions that I don't have to pay for would be much appreciated.
    Thanks
    Peter

    Actually, I did carefully choose this forum as being the most appropriate since my question, or rather what I imagine the answer might be, will involve things like scripting and/or cookies.
    Would that not make it "dynamic" enough to remain here?
    Thanks
    Peter

  • Obiee 11g and custom j2ee app using the same cookie name

    Hi,
    I wrote a same j2ee web application. i'am using authentification through a realm configured in the web.xml.
    This web app is deployed in the same weblogic than obiee 11g. What i want to do is to embed my application in a dashboard using an iframe tag, and use the same login from analytics to my custom web app.
    In this article http://docs.oracle.com/cd/E11035_01/wls100/security/thin_client.html#wp1039551, it is said that by default, all web apps in the sames weblogic server are using the same cookie name so that they share authentification between them. However, i have read in the web that analytics in obiee 11g is using a cookie with the name "ORA_BIPS_NQID".
    In the weblogic.xml of my custom application, i set the cookie-name parameter to ORA_BIPS_NQID. However, in the dashbord, it still prompt for authentification to my custom web app.
    How can we share authentification between analytics and a custom web app in the same weblogic ?
    NB : I dont want to pass the username et password through the url.
    Thanks.

    By default, if you don't specify a cookie-name in the weblogic.xml configuration file, the weblogic server create a cookie named JSESSIONID for your application. For exemple, if two applications use the default configuration, both of them will use the same cookie name which is JSESSIONID. In this case, when you log in the first application, your are automaticaly logged in the second application with the same credentials. I have already test this kind of integration and it works perfectly. You only need that the two applications are deployed in the same weblogic server.
    Now, i want to have the same behaviour between obiee 11g and my custom application deployed in the same weblogic server. I read somewhere in the web that obiee 11g presentation service (analytics) is configured with a cookie-name value = "ORA_BIPS_NQID". So in the weblogic.xml configuration file of my web app, i specify a cookie-name value = "ORA_BIPS_NQID" to have the same cookie-name between the two application. But, it still not work. It prompt for authentification in the dashboards.
    I now, that such an integration is possible, because the other bi applications (mapviewer, bipublisher,...) are actually other web applications. However when using, for exemple, maps in dashbords, the mapviwer application automaticaly user the credentials of the user connected in analytics.

  • Session lost in jsp containing iframe

    In our application after a user logs in to the system he gets a front page which contains an Iframe. The login process initializes variables in the session (and the user�s security preferences). In some rare cases the Iframe forces the web server to create a new session (apparently the session cookie has not been passed from the parent page to the Iframe src request). In this situation the user is redirected to the login page, when trying to navigate in the website. Does anybody know something about this behavior? And how can this problem be solved (without abandoning the Iframe paradigm)?

    You could try using URL rewriting to generate the URL that iframe uses, so that the session ID is in the URL. Sounds like a timing issue with the browser or something.

  • Hyperlink not working in iframe

    ive created a hyperlink in one of my iframes, ive made sure its on top of every layer. it works in iweb, but after ive published it, it doesnt seem to work. www.milkysyndication.com is the site, on my news page, the latest entry has a click here. its underlined. please help.

    Hello,
    I tired to check it in Internet explorer at my machine and its working fine.
    I would suggest you to try this in another machine using Internet Explorer, if it works fine it means there in something wrong with the setting of Internet explorer in the affected machine.
    Try deleting cookies of the browser as per the steps in the link below.
    http://windows.microsoft.com/en-IN/internet-explorer/delete-manage-cookies#ie=ie-11-win-7
    If still an issue please share the details about browser version and operating system so that we can investigate it further.
    Regards
    Vivek

Maybe you are looking for

  • File Upload -- MultipartRequest Problem

    I use com.oreilly.servlet.MultipartRequest to upload files through a servlet. This works fine, but when the size of a file exceeds the maximum size, I need to handle the IOException but it doesn't work. here is the code: try { if (file != null) { Fil

  • Copy/Paste from Preview Results in Gibberish

    I have found two archived, unanswered threads related to this topic. http://discussions.apple.com/thread.jspa?threadID=1743102 http://discussions.apple.com/thread.jspa?threadID=2226894 User okinasevych says, "For me, I've noticed the problem occurs a

  • FIAA AS01, AS02 format & list in the description fields

    Hi Guru, I am adm. I have to do in: ANLA-TXT50 link to the table with the list of names (create table z* and link it to this field) ANLA-TXA50 display the date in special format so in the transaction AS01, AS02 the users can in Description field  cho

  • Locale aware Tree labelFunction

    Hi all I'm in need to implement tree labelFunction that is locale aware, here is the example : class Localization{ public   function setLocale(locale:String):void{      this.dispatchEvent(localizationChangeEvent);      [Bindable(event="localizationCh

  • How to open documents by default with Pages 4 ( "Change All", "Open With" info option)?

    Hello I installed Pages 5, which I don't like. So I would like to open all my documents by default with Pages 4. However, I can't get the system to fix this default. In the "Info" panel of the Finder, under "Open With", I can set Pages 4 as a default