Search Result

Collapse
26 results in 0.0058 seconds.
Keywords
Members
Tags
iframe
  •  

  • Grimmerson
    started a topic Firefox / Chrome issues

    Firefox / Chrome issues

    Hi guys

    I have a piece of code that is working on internet explorer for pc but not mac and not on firefox or chrome.

    Do you have any suggestions please.

    Code:
    <script>
    function resizeIframe(main) {
    if(self==parent) return false; /* Checks that page is in iframe. */
    else if(document.getElementById&&document.all) /* Sniffs for IE5+.*/
    
    var FramePageHeight
    ...
    See more | Go to post

  • Access Is Denied error accessing IFRAME on same domain

    I have an IFRAME containing a page on the same domain as the parent (local network shared drive--not web server). If I put the full path to the page in the IFRAME's src, then I get the "Access Is Denied" error when trying to access elements on the child page.

    Example: "//fileservername. example.com/folder/resource/childpage.html"

    I've tried setting the domain on both the parent and child page (document.domai n...
    See more | Go to post

  • How to renew information from MySql database without page refresh? using jQuery/AJAX

    I guess it is sort of simple question, but I'm not the AJAX guy, tried it, but I still don't understand it )))

    Here is the situation:

    1) I get one random url from database

    Code:
    $sql = ("SELECT url FROM url_table ORDER BY RAND() LIMIT 1");
    
           while($row = mysql_fetch_array($sql)){
    
                 $url = $row["url"];
    
        }
    2) Than I display...
    See more | Go to post

  • Walter Broner
    started a topic why a script won't work in an iframe?

    why a script won't work in an iframe?

    On a page I have a table and one of the rows includes hidden divs in certain cells. There is a visible checkbox, which toggles the visibility and some other aspects of the display for the various divs.
    Sample code in the table:
    Code:
    <tr>
    <td style="width: 120px;"><div id="item1" style="width: 116px;" class="label">Cold Water</div></td>
    <td style="width:
    ...
    See more | Go to post
    Last edited by Dormilich; Mar 16 '11, 01:11 PM. Reason: fixed code tags

  • buntyindia
    started a topic IE6 IFRAME dynamic height

    IE6 IFRAME dynamic height

    Hi,

    How can we achieve dynamic height for IFRAME on the base of it's content height. I want to remove the scrollbars.

    Thanks,
    See more | Go to post

  • John Thomson
    started a topic Resizing iFrames using Javascript

    Resizing iFrames using Javascript

    Hi,

    I'm a little new to javascript, and I'd really appreciate some help. Basically, what I'm looking for, is a way to have 3 iframes lined up side by side on my page. I'd like all three to be width 33% of my page so that, side by side, they fill up the whole width of the page. I'd like to be able to show/hide each of the frames with a button or a div for each. Okay...so far, I've been able to make it all work. Here's where I'm getting...
    See more | Go to post

  • How to load duel iFrames via redirect when pages are accessed from an outside domain?

    I'm working on a site for an artist who didn't want to use flash to display his work (unique, right?), so I am using two iframes to display the work and the description with the navigation on the index page in a div. I know, I know, iFrames, but he wanted to have multiple pictures in a series change while the navigation and description below remained static and have each image on it's own page so it could be linked to individually if needed, so what...
    See more | Go to post

  • How to get the selected image inside a contentEditable div

    Hello,
    I wrote a little rich text editor. Like many widgets of this type, it uses an iframe that contains a div element with contentEditable set to true. It works pretty well except for one thing: I would like users to be able to select an image and then click a button to edit the image's HTML attributes. I've waded through pages and pages of Google results but have not found a solution that works in W3C compliant browsers (although I did...
    See more | Go to post

  • How do I pass the selected values from one div to another?

    I have dynamically loaded a page, the required values or the datas displayed in the iframe when clicked should be shown in another div or iframe. I am not getting any concepts on completing my task.......
    Plz help
    See more | Go to post

  • Why does my page scroll down when the iframe loads to an anchor point?

    Hi, I'm new here.

    I'm teaching my self to write a web site to help my sister's new business. It's in a three column format.

    I put an small iframe on the main page's right column to show her blog, and I put in an anchor point (#iframe_target ) in the blog so that the iframe shows the beginning of the content of the blog rather than the top left corner:
    Code:
    <iframe  
    src="http://DOMAIN.blogspot.com#iframe_target"
    ...
    See more | Go to post

  • postman
    started a topic How do I execute code after iframe reloaded?

    How do I execute code after iframe reloaded?

    I am writing a client-side search function for a page which searches the content in a separate file (same domain) that is displayed in an iframe.

    I'm trying to code it so that when the user runs the search, the iframe will first be reloaded, then the search is run.

    The iframe reloads, but the search is performed before the reload is complete and the updated content isn't included in the search.

    How can...
    See more | Go to post

  • Script in an IFRAME not calling particular function defined in the parent document?

    After following the instructions from the answer below:


    http://bytes.com/topic/javascript/answers/153274-script-iframe-can-not-call-functions-defined-parent-document


    I was able to have the child window perform the function in the parent window.

    The function was to only have an alert window pop up as the child page was loading.

    I easily modified this to my intention which was to have...
    See more | Go to post

  • abdali
    started a topic Iframe and asp includes

    Iframe and asp includes

    Hi ,

    I have asp page with many includes files , like connection, left and center.
    I would like to replace my with iframe

    my page is look like
    <body>
    <!--#include file="conn.asp" -->
    <!--#include file="leftside. asp" -->
    <!--#include file="center.as p" -->
    <!--#include file="footer.as p" -->
    <!--#include...
    See more | Go to post

  • kamill
    started a topic How to remove iframe malware?
    in PHP

    How to remove iframe malware?

    I have built a site in php and it's all pages got infected by iframe malware. how to get rid from this?
    See more | Go to post

  • veenna
    started a topic Div over the pdf iframe

    Div over the pdf iframe

    hi all,

    I have one Iframe which opens a PDF on Click of a button.
    I want to display a DIV layer over the IFrame. Before loading the PDF the Div layer is Visible on top of the IFrame.But after pdf loads it disappears.

    Any Idea about Displaying Iframe over the IFrame with PDF?

    regards
    Veena
    See more | Go to post
Working...