Parent page changes after iframe loads

I am using an iframe on one of my pages to include a shopping cart (Magento 1.5.0.1).  As is, everything looks and works perfectly in Google Chrome, but in IE8, once my iframe actually loads, it changes the font of my nav bar (the fonts are included at the top of my css file), as well as relocating where the text in my title bar sits (which I have height, text-align, and vertical-align all set in my css).  My iframe is in it's own separte div tag, and I can't figure this out.  My web page is: http://asc.pcassistant.net/merch.php
My html goes as follows:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Merch</title>
<link href="http://asc.pcassistant.net/main.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrap">
<?php require("header.php"); ?>
<script type="text/javascript">
document.getElementById("title").innerHTML="M E R C H";
</script>
<div id="content">
<iframe src="http://asc.pcassistant.net/shop/" width="100%" height="1000px" scrolling="no" frameborder="0"></iframe>
</div>
<?php require("footer.php"); ?>
</div>
</body>
</html>

I am starting to believe that this problem is due to my iframe's source's .css file changing my parent page.  Is there any way to contain that .css file to ONLY the iframe?  The site used in my iframe is my own site on the same server, the band just prefers to keep the header and footer the same, as well as the background images on the side, BUT, with the shopping cart, I have NO CLUE how to add all that in (99% of the files are JUST PHP, which I only have a basic knowledge of).  If I knew how to skin the shopping cart perfectly, I'd do that, but that's near impossible for me seeing as I've designed this website in a little over two weeks starting with only basic understanding of html.  How can I keep my shopping cart's css to itself in my iframe?  (http://asc.pcassistant.net/shop is the orignial source for the shopping cart).

Similar Messages

  • Refreshing parent page from an IFRAME - javascript?

    Hi
    I have an IFRAME embedded in a jsp page. In the IFRAME, a user gets to submit a form, after which I need it to call the parent jsp page to refresh itself. The JSP page has a table with values from the database and needs to be refreshed to reflect the new form submitted to the database.
    I believe i'll need to use javascript for this, since I'm not using struts, or action classes.
    can anybody help out, with code samples? I've tried searching on google, but most examples are incomplete. If anyone has a link to it I'll be very grateful.
    Thanks

    well to refer to the parent frame, from the javascript panel I believe you can just access window.parent.
    so window.parent.location.reload() should do it.
    However reloading the parent window, will also reset the iframe. If you are going to reload the parent frame anyway, you could potentially submit to it instead of your iframe form by using a target="_parent" on the iframe's form.
    Hope this helps,
    evnafets

  • Value getting changed after data loading.

    Hi experts,
    Two Issues:
    1.We have a dso2 populating from another dso1.
    In dso2 we have a char X which is populating from two key figures Y and Z through a formula in
    transformation such that X = Y/Z.
    After loading data when checked in the cube for X for the value 10190 it is showing as 1.019E+04.
    What should i do if I want the value to be displayed as 10190 in the cube or query level ?
    2.Suppose I am creating a query on a cube.
    For a keyfigure i am creating a New selection.I dragged the keyfigure and i am restricting it with a char
    say Doc_num.Suppose this doc_num has values 1001,1002,1009 etc.
    But I want to restrict with values which are not there in the cube say 1000 to 1010.
    1000 and 1010 are not there in the cube. But I want to use them for restrictions in the future purpose.
    How can we get these values ?
    Regards,
    Nishuv.

    Hi.....
    1.U hav to use Alpha conversions for this.......(Alpha conversion routine in the general tab page of the infoobject X)
    Check this......
    Re: Alpha conversion
    2. It does'nt matter whether the value exists in the cube or not..........bcoz characteristic means master data.......and master data will never contain in the cube........it will be in the infoobject........Extended Star schema concept...........but to give the selection...........u hav to maintain these value in the Master data table.............
    Regards,
    Debjani.....

  • The search bar will not load, home page frozen after down load of new version

    Frustrated! I am a teacher and now that I have finally downloaded the new version of Firefox, the search link is frozen on the home page and there is a blank bar that does nothing below it.'''bold text'''

    Hi johnFD, <br>
    you should see these articles at first. These are pretty informative regarding your problem.<br>
    * [[Search bar - Easily choose your favorite search engine]]
    * [[Search the web from the Address Bar]]
    <br>
    Also, have a look at these topics: <br>
    * [[How do i change the default search engine in the search bar?]]
    * [[Forum Response - Reset location bar search provider]]
    Finally, there is a Firefox Extension which can reset your preferences to their default values called [https://addons.mozilla.org/en-us/firefox/addon/searchreset/ Search Reset] <br>
    Could you try anything of these and then report back?

  • Apex in an iframe - only allow access from specific parent page

    Hi,
    I have a simple, unauthenticated Apex 4 application which lets users enter search terms and return records using a classic report. I wish to publish the application within an iframe, so that my organisation's communications department can maintain control over the rest of the page content. A side effect of this solution is that it will be possible for users to lift the application URL from the page source and reuse it elsewhere. I would prefer to avoid this, since I don't want our main website traffic to be diverted. Is there a way to restrict access to an application based on the parent page of the iframe in which it is embedded?
    Thanks in advance,
    Simon

    Hi,
    I'm sure there might be better way than this and this might have some holes , but anyway
    Create HTML region "After header" without template to page zero
    <script type="text/javascript">
    var u="my_ifarme_url_here";
    if(top.location.href!=u){top.location.href=u;}
    </script>Replace "my_ifarme_url_here" with URL your iFrame is located
    Regards,
    Jari

  • 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

  • A swf in an iFrame calling javascript function on Parent page

    I have a .swf that has to load in a iFrame and needs to call a browser cookie javascript function that lives on the parent page that loads the iFrame.
    I'm using this:
    ExternalInterface.call("javascriptFunction");
    but of course this call is not making it to the Parent page javascript function.  Is this possible to do?
    Thanks!

    The parent page has the javascript function, and has a iFrame that loads the swf.  The swf needs to call the javascript function that lives in the parent page.
    Thanks!

  • Safari 5.1.5 not loading pages properly after Java install

    Safari kept telling me I need to install a java runtime, so I finally let it, and now certain pages (like accuweather.com)  take forever to load unless I turn off Java in preferences. The page background will appear but the "loading whatever # of #" hangs on the last number and just sits there until the page finally appears. Has anyone else had this problem, and if so, how can it be fixed?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this exercise is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login. Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • IFrames and Parent page

    hi.....
    i am having a Jsp(say index.jsp) file with iframes in it. Inside IFrame, i am having some user id's and a edit button. After selecting a user id, i ll click the edit button.
    Now, i want to render the edit page for the selected id in the parent page itself(i.e in index.jsp).
    Is it possible?...
    plz suggest me.

    I made some more adjustments, and this seems to work. I dont know exactly why, but: mates, i think we got this.
    I googled some code which helped someone to create cropmarks on documents with different zero points and came to this:
    set rulerOrigin to ruler origin of view preferences
      if rulerOrigin is not spread origin then set ruler origin of view preferences to spread origin --(spread origin/page origin/spine origin)
    set rulerZeroPoint to zero point
      if rulerZeroPoint is not {0, 0} then set zero point to {0, 0}
    --> Here I nested my code, the fetching of the coordinates (like set Y1 to baseline of first character in selection) and the drawing of the line.
    --> And set it back:
    set zero point to rulerZeroPoint
    set ruler origin of view preferences to rulerOrigin

  • Can the genre of a song or album in my itunes library be changed?  While loading to the itunes library, or after the song or album has been loaded?

    Can the genre of a song or album in my itunes library be changed?  While loading to the itunes library, or after the song or album has been loaded?

    Kay -
    Glad it helped.  Enjoy the music!
    Ed

  • Pivot Table, "Insert Page Break After Each Item" Setting Only Works for the First Item Change

    I have a flattened pivot table generated from Powerpivot and I would like to insert a page break for each change in the row item.
    When I use the pivot table Field Settings>Insert Page Break After Each Item, Excel inserts the first page break then returns to normal pagination for the rest of the output.
    Is there another setting required to maintain the page breaks after the item change?
    Thanks.

    We are experiencing the same problem. Did you ever find a solution?

  • I have a 2007 macbook that is stuck on the loading page and after a while it shuts down by itself. I don't know what to do anymore please help!!!

    I have a 2007 macbook that is stuck on the loading page and after a while it shuts down by itself. I don't know what to do anymore please help!!!

    Hello Sebas4224
    Start with the article below to troubleshoot issues with your MacBook starting up and staying on. Let me know how it goes in case it does not help and I or others can assist you further.
    Mac OS X: Gray screen appears during startup
    http://support.apple.com/kb/TS2570
    Regards,
    -Norm G.

  • Fireox became excruciatingly slow to load web pages immediately after following Stop Censorship link over Firefox logo on start page.

    Immediately after I followed the Stop Censorship link on the Firefox opening page and e-mailed congressional representatives, Firefox has become extremely glitchy - web pages take forever to load. I had upgraded to Firefox 8 two days ago. Could this be a virus/worm set by pro-censorship or anti-open source agencies like ?Microsoft or is this a problem with the beta version of Firefox 8? I did not notice the extreme slowing of web page loading after upgrading to Firefox 8, but it happened directly after I followed and acted on the Stop Internet Censorship links. My Norton internet security scans shows "no threats detected". Also I am unable to submit this feedback to Firefox: When I click on the Submit Feedback button, nothing happens. What to do? Should I go back to 3.6 or what to do next? Any other Firefox community members have this problem?

    SOLVED
    I cannot quite fathom why this solution works (since browsing seemed slower without Sophos installed) but with Sophos 9 installed and turning off the new functionality in Sophos 9: Web protection / Block malicious downloads... the browsing experience is again very fast with the exception of netspeed.test.

  • Loading video dynamically on parent page

    I have a list of video links on a portfolio website page. I
    need the video to load in a fixed place on the parent page when the
    link is clicked. When the user clicks a new link, the new video
    should replace the old one in the same spot.
    I have achieved this with images but for the life of me I
    cannot figure out a way to do the same thing for video!!!
    HERE'S THE CODE I USED FOR THE IMAGES-
    function showPic (whichpic) {
    if (document.getElementById) {
    document.getElementById('placeholder').src = whichpic.href;
    if (whichpic.title) {
    document.getElementById('desc').childNodes[0].nodeValue =
    whichpic.title;
    } else {
    document.getElementById('desc').childNodes[0].nodeValue =
    whichpic.childNodes[0].nodeValue;
    return false;
    } else {
    return true;
    Here is a link to my original files to demonstrate what I'm
    trying to do.
    http://www.thomas-bradley.com/TempTesting/anim.html
    I have been stuck on this problem for a long time.
    PLEASE SOMEONE SHOW ME THE LIGHT!!!

    If you use Flash Video, look at Wimpy Audio/Video Player. A
    single player
    can be used to present an entire playlist of media files.
    www.wimpyplayer.com/products/wimpy_av.html
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "Shweta Agarwal" <[email protected]> wrote
    in message
    news:fc8udr$nmi$[email protected]..
    > I have a list of video links on a portfolio website
    page. I need the video
    to
    > load in a fixed place on the parent page when the link
    is clicked. When
    the
    > user clicks a new link, the new video should replace the
    old one in the
    same
    > spot.
    >
    > I have achieved this with images but for the life of me
    I cannot figure
    out a
    > way to do the same thing for video!!!
    > HERE'S THE CODE I USED FOR THE IMAGES-
    >
    > function showPic (whichpic) {
    > if (document.getElementById) {
    > document.getElementById('placeholder').src =
    whichpic.href;
    > if (whichpic.title) {
    > document.getElementById('desc').childNodes[0].nodeValue
    =
    whichpic.title;
    > } else {
    > document.getElementById('desc').childNodes[0].nodeValue
    =
    > whichpic.childNodes[0].nodeValue;
    > }
    > return false;
    > } else {
    > return true;
    > }
    > }
    >
    > Here is a link to my original files to demonstrate what
    I'm trying to do.
    >
    http://www.thomas-bradley.com/TempTesting/anim.html
    >
    > I have been stuck on this problem for a long time.
    > PLEASE SOMEONE SHOW ME THE LIGHT!!!
    >
    >
    >

Maybe you are looking for

  • Identify digital camera in metadata in CS3 Bridge

    The metadata no longer shows the make and model of the digital camera used. It is identified generically as digital. It is necessary to go to file information for camera identification. For me this is very inconvenient. I am unable to identify at a g

  • Order Status listed as "archived"​??

    Just upgarding from 3mbps to 7mbps. My order date is supposed to be complete today, the status indicator online says 100% but it's in grey and says that the order is archived. What the heck is an archived order? Also, it says that an equipment shipme

  • Error message: "The iTunes Music Library file is locked" Help?

    I made the stupid mistake of disconnecting my iPod nano when it said "Don't Disconnect". Now when I try to open iTunes, it says that the Music Library file is locked. How am I supposed to unlock it?

  • Find out skipped employees in PNP report

    Hi all, I heart some time ago that is possible to find out the employee numbers that have been skipped ina report that is based on the LDB PNP. We have started the RPLICO10 and get the message that several EE have been skipped due to missing authoriz

  • Issue with MB51

    Hi Experts Good day, In MB51 doc list, in a particular document, in details , quantity tab- there is a tab amount in lc. I have a paculiar issue. For a same material there was a value for one and no value in another transaction. When I take MB51 doc