Iframe is completed?

Hi;
I'm prepared, banner-one.html Adobe Edge animation, add the main.html in the iframe. if complete() is banner-one.html animation
I want run to function bannedEnded(); in the main.html.
//main.html
<DOCTYPE html>
<html>
    <head>
        <meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
        <title>Edge Rotator</title>
        <script src="edge_includes/jquery-1.7.1.min.js"></script>
<style>
       #bannerArea {
                 width:400px;
                 height:230px;
                 position: absolute;
                 position: absolute;
<script  type="text/javascript">
   $(document).ready(function(){
$("#bannerArea").append(<iframe id="innerFrame" src="banner-one.html" width="400" height="230" frameborder="0" scrolling="no"></iframe>');
//iframe banner listener
AdobeEdge.bootstrapCallback(function(compId) {
    log(compId);
    loadedComps[compId] = AdobeEdge.getComposition(compId);
    AdobeEdge.Symbol.bindTimelineAction(compId, "stage", "Default Timeline", "complete", function(sym, e) {
        console.log('compId’);
         bannedEnded();
function bannedEnded() {
       console.log(‘banner end’);
</script>
<body>
        <div id="bannerArea">  </div>       
</body>
</html>
// banner-one.html
<!DOCTYPE html>
<html>
<head>
          <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
          <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
          <title>Untitled</title>
<!--Adobe Edge Runtime-->
    <script type="text/javascript" charset="utf-8" src="banner-one_edgePreload.js"></script>
    <style>
        .edgeLoad-banner-one { visibility:hidden; }
    </style>
<!--Adobe Edge Runtime End-->
</head>
<body style="margin:0;padding:0;">
          <div id="Stage" class="banner-one">
          </div>
</body>
</html>
But it gives an error. "Adobe.Edge undefined error .."
Where can I making a mistake.
Thanks ...
- Serdar

IMO using an iframe for shopping is a very bad idea. Why can't you just provide a direct link to your cart so everyone can use it?
Nancy O.

Similar Messages

  • Javascript functions to control QuickTime not working in Firefox

    I am using the provided Javascript functions to control QuickTime (7.6.2); however, the functions are not working in Firefox (3.0.11), whereas they are working in Safari (4.0.1).
    I create a QuickTime Player, as follows:
    QT_WriteOBJECT('Music.mp3', '0', '0', '', 'AUTOPLAY', 'True', 'KIOSKMODE', 'True', 'CONTROLLER', 'False', 'LOOP', 'False', 'obj#id', 'qtp', 'emb#name', 'qtp', 'emb#id', 'qtpID', 'ENABLEJAVASCRIPT', 'True', 'SHOWLOGO', 'False', 'VOLUME', '256');
    The Music.mp3 file starts playing in both Safari and Firefox; however, the Javascript functions to control that playing work only in Safari, not in Firefox.
    Examples of QuickTime functions that work in Safari, but not in Firefox:
    document.qtp.Stop();
    document.embeds[0].GetRate();
    document.embeds["qtp"].GetTime();
    document.embeds["qtpID"].GetQuickTimeVersion();
    The GetRate and GetTime functions always return a "0" in Firefox, the Stop command is ineffectual in Firefox, and the GetQuickTimeVersion function aborts the Javascript code in Firefox.
    Any ideas what's happening?

    Dave, what you have done is very similar to what I have done, with the following exceptions:
    1. I'm using the regular HTML version of QT_WriteOBJECT rather than the XHTML version.
    2. My first parameter is an .mp3 file rather than a .mov poster in combination with an 'href'.
    3. I'm not using some of your parameters, such as, 'target', 'targetcache', 'scale', 'href', and 'name'.
    4. Instead of 'name', I'm using --- 'obj#id', 'qtp', 'emb#name', 'qtp' --- which allows me to then reference the QuickTime functions as --- document.qtp.Play(); document.qtp.Stop(); --- etc.
    5. I'm not creating HTML buttons as player controls; rather I am using my javascript program to detect and control the player operation with functions such as --- document.qtp.GetRate(); document.qtp.GetTime(); document.qtp.GetDuration(); document.qtp.SetVolume(); document.qtp.SetMute(); document.qtp.Play(); document.qtp.Rewind(); document.qtp.Stop() --- etc.
    6. I change my .mp3 files using --- document.qtp.SetURL();
    7. All my javascript is contained in an iWeb HTML snippet using an iframe.
    Essentially, I've created a jukebox with button images of album covers that can be visually scrolled and then clicked to play an album via the HTML onClick, onMouseOver, and onMouseOut functions.
    This all works without a hitch in Safari; however, in FF, NN, and Opera, it only works if the iframe is completely visible on the screen. It can't be scrolled offpage, and the HTML album cover buttons in the iframe cannot be dimensionless, hidden, or blocked from view.
    I really think it's the iframe that is causing this behavior in all the browsers (except Safari).
    BTW, as an aside, I don't have a Windows machine, but no one I know using IE on a PC has been able to get my QuickTime Player working. I think it's because, when I want to collapse an album cover, I set its width to '1px' ('0px' works only in Safari), but I think IE may require a minimum width of '2px'. I have not tried changing my image widths to '2px' yet.

  • Processing message in javascript

    hai all,
    in javascript how to get a processing message saying
    wait its processing....
    if anybody knows about this please help me.
    by
    bvrk.

    Hi
    You could do this.
    For that what you will have to do, is break your page into frames, or include iframes in your master page.
    With framed solution, you could display in frame1 while frame2 is processing, and when frame2 has completed processing, it would change the content of the frame1 to show processing complete.
    With iframes solution, you would submit the information to the iframe, and then keep showing the message, and then change the message after iframe has completed processing.
    Thanx and Regards
    Aruneesh

  • HTML Clipping

    I'm writing an email client for a project called 'Full
    Circle' and I've hit a wall when it comes to rendering html emails.
    The two basic methods that I can find are the htmlText property of
    the mx:Text component, and laying an HTML element over the flash
    movie. But neither really work. The Text component crashes when you
    send it anything more complex than basic text formatting, and more
    often than not renders even simple text formatting wrong (from
    Apple mail for example), and an HTML component is too limiting in
    it's integration with the rest of the application. As far as I can
    tell you can't clip an overlayed HTML component (contain it within
    a scrolling container for example), nor can you create any popup
    windows or have any elements cover any portion of it.
    Where is the middle ground? Is there a way to clip an HTML
    component? Is there a native Flex html renderer that actually
    works? What do I do here?
    Thanks,
    Nicholas Stephan
    [email protected]

    I found the same thing, beautiful app. The problem is that
    you can't lay anything on top of it. So if I want to render
    something, then have a popup hover over the top, it just simply
    won't work as the popup (TitleWindow or Panel) is in the flash
    movie, which is under the iFrame rendering the html. I've emailed
    Drumbeat, and his response was that "the HTML component is a wild
    animal, you can't put it in a cage smaller than itself." Which
    makes sense.
    I've pretty much discarded this iFrame hack completely at
    this point. What I'm looking for is a 100% Flex html
    renderer.

  • Popups hidden behind inlineFrame in Firefox

    Hello all-
    Using 11.1.1.2.0
    I have a use case where users need to review information in a PDF report and simultaneously enter scores in a form based on the information in the PDF. I am trying to display the PDF in a scrolling panel on one side of the page using af:inlineFrame and the score entry form is in a thin scrolling panel on the other side of the page. All works fine in Internet Explorer. In Firefox, when validation or error messages pop up, the parts that overlap the PDF in the iframe are hidden. The iframe is completely obscuring the popups. Setting the z-index on the inlineFrame component seems to have no effect whatsoever. Any suggestions?
    Thanks.
    -Ed

    Ed,
    can you try 11.1.1.4 ? I remember having a similar case a year ago that has been filed and fixed as a bug. If it still reproduces, please file a service request with support - though I am almost sure it got fixed
    Frank

  • Forum opens and then complete portal is shown in portal iFrame

    Hello,
    I implemented the jive Forum into my test portal. It was working really good. I have been away for a couple of weeks and now I am facing the problem that when I call the forum it appears for 2-3 seconds and then it navigates to the portal mainpage. So I see the portal in the main area of the portal.
    What could be the cause of this strange behavior?
    LogFiles say (but I don't know if these are the right lines):
    User Guest, IP address
    Received a part of an HTTP request body for an already processed request. The HTTP request body part will be skipped. Possible reason: the request body has not been read by the requested servlet.
    Redirect is sent because of redirectType 4. RID=046fbda0af2b11de99bf000c2991fc53
    Received request with an ambigious application session id. Old application session is terminated, causing reason=Application session with ID=41MbBNFtZn7pPZPoIadRA--6LV99QnNJ5rssvecrR1gg-- already existed. Hint: Web Dynpro might be called with wrong session parameters. The calling entity is the WSRP
    Thanks,
      Vanessa
    Edited by: Vanessa Martinez on Oct 2, 2009 11:19 AM
    Edited by: Vanessa Martinez on Oct 2, 2009 11:20 AM

    Hello and thank you very much for your answer.
    I was following your suggestions .. unfortunately without success. Our Basis Administrator is not really familar with the configuration of the NW Portal and the WebDispatcher/Apache.
    There are now several errors showing up in the trace:
    Exception ID:08:20_24/10/09_0005_3768950
    [EXCEPTION]
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Access is denied: pcd:portal_content/com.myDomainName.hello/com.myDomainName.Forum/com.myDomainName.iForum - user: Guest,
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in connection
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:310)
    The strange thing is that the forum is visible for 1-2 seconds and then redirected. Could it be that there is something wrong with the apache rewrite rules? What could be the problem with the access denied? Where can I change this if it is not possible to access the forum admin view and the forum? How can I force the iView to use my own useraccount?
    Help would be really good ...
       Vanessa

  • Multiple iframes on One Page Trigger One from Another

    So I am creating multiple animations on a single page. The page is a PHP page and was built long ago. I am just replacing some images with Edge Animate animations.
    I want to do them in a sequence. So I was wondering if there was a way in the time line of one, to trigger the start of another? Each is going to be in an individual iframe. Which I know compounds the issue.
    I thought of just putting some lead seconds in each of the animations so they sort of pause, but that would assume all of them load at the exact same time to keep the timing.
    Any help would be appreciated.

    Due to browser security, I don't think it would be possible to have one iframe talk to another in the way you want.
    Is there a reason you are using iframes instead of DIVs?
    I created a simple demo of what I think you want to do here, but just using DIVs: http://thetraininggrounds.com/An-test/end-trigger-second-an/combined_an.html
    What I did was start with two compositions. In the second one, at 0ms, I set a trigger of sym.stop(); to ensure this would not play until I told it to.
    In the first one, I set the complete event (i.e. when it's done playing) to start the second composition. I used the code: Edge.getComposition("EDGE-253701960").getStage().play();
    You will, of course, need to substitute the actual composition ID for the one I included in getComposition.
    Then it was simply a matter of including the preload .js file for both and the stage divs for both into the same page.
    There is definitely more you can do, and I suggest checking out the API documentation for more info: http://www.adobe.com/devnet-docs/edgeanimate/api/current/index.html
    I hope this helps.

  • Need help in using iframes

    hi,
    My requirement is that i have to provide a hyperlink to a value which would open a new window with the links.
    the window is opened by passing three parameters, viz childid, parentid, type
    The new window would have one main frame(call it main_frame) which would display the image on the basis of the parent id.
    This frame has an iframe (call it contentframe) below the image which are displayed.
    i am able to display the image part but i am having a problem in calling the iframe inside the main frame.
    in the javascript, if i try to get the alert of the object of the iframe as follow i am able to get an alert with [object]
    alert(popupWin.parent.main_frame.frames["contentframe"])however if i try to get the name or the src of the iframe, i get the the src is null or not an object though the src is defined in the iframe.
    I require the src so that i can refer the iframe with the id as that of the child id.
    Can anyone let me know as to how to get the src of the iframe inside the main frame

    On Fri, 5 May 2006 22:12:43 +0000 (UTC), "laythss"
    <[email protected]> wrote:
    > 1- is an Iframe supposed to have it's own head and body
    tags?
    Yes. The page displayed inside an iframe should be a
    complete, valid web
    page.
    > 2- if so is there a way to attach a css style to an
    iframe from the main page
    >that holds the iframe or does it always have to be done
    in each page that loads
    >into the iframe.
    It must be done in the page displayed inside the iframe.
    Gary

  • Inline XML Publisher PDF rendered using IFRAME in Self Service

    Hi,
    We have created an XML Publisher Report (PDF) which renders inline in a SelfService Page.
    When we click on the Save Icon in the IFRAME, The File Name is really long including the Applications URL, DBC File, File Name etc.
    Ex: http___it21.marvell.com_8005_OA_HTML_xdo_doc_display.jsp_dbcName=it21_devt&fileName=MVL_HR_EMP_APPRAISAL_DETAIL-1163094244_out.pdf.pdf&mFileLength=50068&p_output=_devt_prod_prodcomn_html_fwk_t_MVL_HR_EMP_APPRAISAL_DETAIL-1163094244_out.pdf
    The requirement is to change the File Name to PerformanceAppraisal.pdf
    Below is the code used to render the inline PDF.
    - The XMLString has the complete XML generated.
    public void renderInlinePDF(OAPageContext pageContext, OAWebBean webBean, OAApplicationModule am, String XMLString, String templateName)
    System.out.println("---MVLReviewPerformanceXMLUtil.renderInlinePDF----------------- XMLString "+ XMLString);
    System.out.println("---MVLReviewPerformanceXMLUtil.renderInlinePDF----------------- templateName "+ templateName);
    BlobDomain xmlData = new BlobDomain(XMLString.getBytes() );
    pageContext.writeDiagnostics(pageContext, "------------- xmlData : "+xmlData.toString(), 4);
    pageContext.writeDiagnostics(pageContext, "------------------------------------------------------------------- ", 4);
    String redirectURL = null;
    try
    pageContext.writeDiagnostics(pageContext, "------------- redirectURL 1 : "+redirectURL, 4);
    redirectURL = DocumentHelper.getOutputURL(
    pageContext
    ,"XXGT"
    ,templateName
    ,xmlData.getBinaryStream()
    ,"PDF"
    ,null
    ,"en"
    ,"US"
    pageContext.writeDiagnostics(pageContext, "------------- redirectURL 2 : "+redirectURL, 4);
    System.out.println("---MVLReviewPerformanceXMLUtil---------------------------- redirectURL = "+ redirectURL);
    catch(Exception e )
    throw new OAException("Error in redirect");
    OAHTMLWebBean frame=(OAHTMLWebBean)webBean.findChildRecursive("IFRAME");
    pageContext.writeDiagnostics(pageContext, "------------- IFRAME is NULL"+frame, 4);
    if (frame == null)
    pageContext.writeDiagnostics(pageContext, "------------- IFRAME is NULL", 4);
    OAHTMLWebBean outRegion = (OAHTMLWebBean)createWebBean(pageContext,HTML_WEB_BEAN, null, "IFRAME");
    outRegion.setHTMLAttributeValue("src",redirectURL);
    outRegion.setHTMLAttributeValue("width", "100%");
    outRegion.setHTMLAttributeValue("height", "100%");
    outRegion.setHTMLAttributeValue("title","PerformanceReview");
    outRegion.setHTMLAttributeValue("name","PerformanceReview");
    OAWebBean iFramePlaceHolder = (OAWebBean) webBean.findChildRecursive("IFrameRegionPlaceHolder");
    iFramePlaceHolder.addIndexedChild(outRegion);
    // pageContext.getPageLayoutBean().addIndexedChild(outRegion);
    pageContext.writeDiagnostics(pageContext, "------------- IFRAME AddIndexedChild", 4);
    XML Publisher version 5.6.3
    Any help in this regard will be highly appreciated.
    Thanks,
    Sujay

    Thanks Balusc!!
    I have made use of your code to display PDF files in an IFRAME tag too!!! I just dint believe that this would be possible. Please just take a look at my JSP page.
    <h:form id="CaseLookUp">
         <%
         String path = request.getContextPath()+"";
         out.print(path);
         %>
    <iframe scrolling="auto" src="<%=path%>/imageServlet?file=D:\70-229 V5.pdf" width="80%" height="600" ></iframe>
         </h:form>

  • How to use an IFrame with my servlet?

    Hello, my question is this (basically, I'm building a "social" application for one of the social networks out there,
    but I'm using a java servlet as my back-end server, though I don't know if it matters to my question) -
    I want to insert an iframe to my application, but I didn't find good material on how to use this, and what to add to my servlet
    for completing the communication with the iframe - can anyone give an example maybe, or a link to a good piece of code.
    Basically, what I want for my application is to simply allow a user to record a voice message, and save it somewhere,
    and for that I need to use a java library, and this is why I thought building it with an iframe that will directly communicate with my java servlet. - IS THIS A GOOD IDEA?
    thanks :)
    Kogan.

    IFrame is just a HTML element. You normally embed HTML elements in a JSP file. How to use an IFrame is covered by every average HTML tutorial.
    What's your actual problem?

  • 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

  • I have a perplexing problem, in firefox the iframe in the spry tabbed panel doesn't work any ideas?

    I have made a page with spry tabbed panels, i have embedded an iframe in the content section of the second tab, this works perfectly well with Google, IE, Safari, Opera etc but just doesnt work in Firefox.
    If I make the tab panel containing the iframe the Default tab then it works, i just cant figure out why,
    By the way new to all this so be gentle please
    <div id="main_column">
         <div class="section_w500">
            <h2>North Bali Listings</h2>
            <div id="TabbedPanels1" class="TabbedPanels">
              <ul class="TabbedPanelsTabGroup">
                <li class="TabbedPanelsTab" tabindex="0">About North Bali</li>
                <li class="TabbedPanelsTab" tabindex="0">Land</li>   <<<<< This is the tab where the iframe is embedded in the content panel>>>>>
                <li class="TabbedPanelsTab" tabindex="0">Houses / Villas /Apartments / Rooms</li>
                <li class="TabbedPanelsTab" tabindex="0">Commercial</li>
    </ul>
              <div class="TabbedPanelsContentGroup">
                <div class="TabbedPanelsContent">A property analyst recently said that limited land availability in the southern parts of Bali, especially  in and around the Badung and Denpasar areas, has driven investors northward, in our opinion   at this time it is an ideal opportunity to  acquire property still at very sensible prices in this area, be it for investment or as a place of residence.. <br />
                  <p> <img src="../../../Images/Bali Scenes General/panoramic-views.jpg" alt="views" width="183" height="140" align="left" />Over the last few of years, investors have been targeting the northern area,  principally along the coastline ,  with its variety of pristine black sandy beaches, pebble beaches and rugged coastline, offering a variety of activities; scuba diving, snorkelling,  water sports, fishing, sailing. trekking  gives this area the potential to be world-class tourist destination. Research has shown that  property prices are set to rise above the average due to increased infrastructure development, and the planned opening of a new International Airport in the North shows the Bali Government's commitment to the develop this area as a future tourist destination.<br />
                    <br />
                    The Northern part of Bali  is also an excellent base for exploration further afield, close to the main portal for trips to other parts of Indonesia. <br />
                  Although it is largely undeveloped there is a wide range of properties and land with beach front to panoramic rice paddy views still to be found at good value for money. </p>
                  <table width="100%">
                    <tr>
                      <td align="left" valign="top"><div class="AreasOfBaliHighlight" style="color: #60C; font-weight: bolder;">This is an ideal time to consider your dream property  in this area; be it for investment, development or private use.</div></td>
                    </tr>
                  </table>
                  <p> The main tourist area in the North is arguably <span style="color: #F00">Lovina</span>, with property prices reflecting this especially beach front or with panoramic views so expect to see prices a little bit more expensive in and around this area. However inland prices are still very reasonable.<br />
                    <br />
                    <img src="../../../Images/Bali Scenes General/Traditional-lifestyle.gif" alt="village life" width="188" height="137" hspace="2" align="right" />Other  areas to be found in the North going towards <span style="color: #F00">Gillimanuk</span> the main portal for the ferry to and from Java; include: <span style="color: #F00">Pemuteran</span> popular diving area, <span style="color: #F00">Menjangan</span> <span style="color: #F00">Island</span>, a popular diving and nature reserve;  are also beginning to attract investors, resulting in  prices  rising.<br />
                    The area of the North of Bali travelling East from <span style="color: #F00">Lovina</span> towards the eastern part of Bali is quieter and more rural, with stunning coastline and secluded traditional village life, here life slows down, people are very friendly and happy to integrate with &quot;Bule (Foreigner), this life style is definitely completely different to the hustle and bustle of the South of Bali, perfect for future development and peaceful retirement, and with the development of the new <span style="color: #F00">International Airport</span> in this area, about 1/2 way between <span style="color: #F00">Singaraja</span> and <span style="color: #F00">Almpura</span> in the East, which makes this area an ideal investment opportunity as property and land prices are set to grow in this part of North Bali faster than other areas.<br />
                    <br />
                    <img src="../../../Images/Bali Scenes General/img_bali_1.jpg" alt="Quiet Lanes" width="189" height="124" hspace="2" align="left" />It has to be said that facilities for schooling, medical services and shopping are not as good as in the South or around Ubud area, which have higher concentrations of  established ex pat communities, and better facilities  also the job opportunities are not anywhere near as plentiful as in the South or Ubud areas, which limits the lifestyle for many people looking to settle in Bali, careful consideration has to be given if your intention is for a place for you to reside, and it is possibly an area for consideration as an investment opportunity, or for a development of hotel or villa resort, or as a second retirement home. </p>
                  <p>There are of course facilities for all the usual services and plenty of job opportunities, and a small but growing ex-pat community, especially in and around <span style="color: #F00">Lovina</span> and <span style="color: #F00">Singaraja</span> just not as many as in the other popular areas for ex pat's. </p>
                </div>
                <div class="TabbedPanelsContent">
                  <p> </p>
                  <table width="100%" border="0">
                    <tr>
                      <td valign="top"><h7 style="color: #C03"><span style="font-weight: bold"><span style="font-size: 12px; color: #FFF;">Property Code BSP 00130101</span><span style="font-size: 16px"> </span>SAMBIRENTENG - North East Bali 7,300 meters (</span></h7>
                        <span style="font-weight: bold; color: #B90033;">73 ARE) Beach front flat wooded land for Sale/ Rent</span></td>
                      <td><span class="button_01"><a href="#" onclick="MM_openBrWindow('North Bali/Gold Package Listings/BSP-00130101/Sambirenteng  Property Location Map.html',width=750,height=200')">Location Map</a></span></td>
                    </tr>
                    <tr>
                      <td width="77%" valign="top"><p>A golden opportunity to acquire a prime plot of beach front land in the North East of Bali in an area that enjoys newly awarded &quot;Tourism Status&quot;  ideal for the development of a small hotel or villa complex, easy access to many popular tourist spots already developing in the North.</p>
                        <p> A 3 meter wide sealed road gives acces to the whole length of this prime plot of land: Electric (PLN) Water (PDAM) Telephone &amp; Internet close to hand and readilly available</p></td>
                      <td width="23%"><a href="Carousel Sambirneteng Listings.html target="_parent"></a><iframe src="Carousel Sambirneteng Listings.html" allowtransparency="yes" frameborder="no" height="111" width="156" scrolling="No" align="middle" marginheight="0"></iframe></td>
                    </tr>
                    <tr>
                      <td valign="top">Purchase price<span style="color: #33C; font-weight: bold;"> 12,500,000,000 Rp</span><br />
                        Rental Price (25 years) <span style="font-weight: bold">9,450,000,000</span> <span style="font-weight: bold">Rp</span> <span style="color: #FFF"> (<span style="font-weight: bold; color: #3333D0;"> 5,200,000 Rp</span><span style="color: #3933D5"> </span> per are per year )<br />
                          Min Rental Period 25 Years, extendable to to a max of 75 years
                          (with full &quot;Right Of Use&quot; issued by owner)</span></td>
                      <td valign="top"><p class="button_01"><a href="../Gold Package Listings/BSP-00130101/BSP00130101 Details.html">Find out more</a></p>
                        <br />
                        <span class="button_01"><a href="../Gold Package Listings/BSP-00130101/BSP00130101_Enquiry Form.html" target="_parent">Make Enquiry</a></span></td>
                    </tr>
                  </table>
                  <p><br />
                  </p>
                  <hr width="100%" noshade="noshade" />
                  <p> </p>
                </div>
    <div class="TabbedPanelsContent">Sorry we don't have any listings under this catagory at the moment,,, Check back later or register with us, and we will send you regular updates of any new properties we list.<iframe src="Carousel Sambirneteng Listings.html" allowtransparency="yes" frameborder="no" height="111" width="156" scrolling="No" align="middle" marginheight="0"></iframe></div>
                <div class="TabbedPanelsContent">Sorry we don't have any listings under this catagory at the moment,,, Check back later or register with us, and we will send you regular updates of any new properties we list.</div>
    </div>
            </div>
            <p> </p>
          <p>
            <h7 style="color: #C03"></h7>
          </p>
    <h2></h2><!-- this stays empty to put dotted line under listings block -->
         </div>
         <div class="cleaner"></div>
        </div> <!-- end of main column -->

    Could you share a link to the page?
    Seeing it in context and in our browsers is much easier to debug.
    If not, make sure to run the validator here The W3C Markup Validation Service and clear out any problems. HTML errors, especially structural ones, will cause all kinds of display problems in various browsers/versions/platforms.

  • How to get values from an IFrame...

    Hi everyone. I have come to a complete stop i my project and need to ask the following: How do i get the values from an IFrame.
    Situation: I have a main.jsp page that contains an IFrame(data.jsp). Data.jsp is basically made up of a bunch of checkboxes. The state of these boxes(checked or unchecked) is determined and set by a JAVA program and the results are then stored in a StringBuffer. Contents of Stringbuffer could look something like this: <tr><input type='checkbox' name='box0' CHECKED></tr>.
    The StringBuffer in then presented in the IFrame(data.jsp) like so: <%=res.getInfo()%>
    The user should be able to check or uncheck the boxes from the main.jsp page then when pressing a submit button the changes should be stored in a DBase.
    After the submit button have been pressed i go into my Servlet's doPost() method for some basic processing. This is were the problem starts. I usally use HttpServletRequest.getParameter(String param) to get values from the main.jsp page. But these checkboxes are stored in the IFrame, so how do i go about to retrieve the values from data.jsp from the doPost() method or in some other way maybe. This is quite urgent and i hope that i have explained the scenario in enough detail.
    Any help would be greatlly apritiated.
    Best regards
    Peter

    Hello
    Just try this link
    http://www.faqts.com/knowledge_base/view.phtml/aid/13758/fid/53
    HTH

  • Iframe height / style cutting off content in Wordpress plugin

    I have a Wordpress plugin called vCita that I can't get to display correctly - the Submit button is getting half cut off in Chrome, and completely hidden in Firefox:
    http://www.otpinvites.com/contact-3/
    Of course I would like the container's height to adjust to the content, but it seems to be getting cut off by the iframe - I added a style="height:900px;" attribute at the end of this line in the HTML using Chrome developer tools, and this seemed to be the only way to get it to adjust)
    <iframe src="http://www.vcita.com/contact_form?v=82edbfbd" scrolling="no" frameborder="0" id="fitvid407170" style="height:900px;>
    However, a) I can't get it to adjust fluidly/automatically according to the content (resizing the browser window cuts it off again, though the site is otherwise Responsive), b) I'm not sure where I could edit this in Wordpress. I believe the style for this particular item is one of the plugin's default styles that I can't find where to edit, so I suppose I would have to override this style somehow? Is this possible?

    iFrames were not built to be responsive. You can however make them responsive. Take a look at this beautiful jQuery plug-in: http://npr.github.io/responsiveiframe/

Maybe you are looking for

  • IPad and iPhone for two users but one Apple ID

    My husband has an iPad and I have an iPhone. We share the same Apple ID. I got a text message and it went to his iPad. How are we able to use both but not share contacts or messages.

  • Cant get 60 hz hdmi output to panasonic plasma tv

    hello i am trying to get tv out from my laptop and desktop pc to panasonic 42" plasma tv .. i can only take 1920x1080 1080p/50hz display . i tried everythink but i cant get work kms line in my grub menu .. all i need is 1080p/60 hz display from grub

  • No PDF Thumbnails in Windows 7 RTM Reader 9.1.3

    My Thumbnails have disappeared. PDF documents that previously had thumbnails are gone. Just the plain old Adobe icon now. I have tried every setting I can think of and deleted all the thumb files and icon caches. One minute I had 'em and the next the

  • How to Open a Our System's Connection For access by SAP AG

    Dear Sir/Madam, For our sap system access by SAP AG, I need to OPEN my SYSTEM and to provide LOGON DATA to SAP AG. Would any one help me HOW TO OPEN MY SYSTEM for SAP AG ACCESS and by LOGON DATA, what they mean. Our SAP system is ECC5.0 Product Versi

  • Iphoto application problem

    i clicked the iphoto icon on the dock, then it pops up, grey and with line circles like it is waiting. it took me forever...waiting. it is not working? I do have the application but why is it taking forever? I looked in Library folder, it is not ther