iframe problem - [object]

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default iframe problem - [object]

    I've made a page with an iframe in is showing an rss feed (i'm very proud!),
    but have found that when you click on a link in the iframe, although the page
    opens (great!) the iframe changes to the word [object]

    I'm stuck please help? - Here's the page (its the blue box under the textarea)

    [url]http://www.atlantisnightclub.co.uk/rss/rss_instructions.asp[/url]

    Jk

    JonKemm Guest

  2. Similar Questions and Discussions

    1. Small problem.. linking from a drop menu to an iframe.
      Hiya, I've got a javascript drop down menu, and I need the links in it to target an iframe. I tried adding code for targetting and such but either...
    2. Problem with Web Forms authentication in IFrame.
      I have a ASP.NET web page that I have implemented using Web Forms authentication. It seems to work pretty good except for one problem which I am...
    3. Using an IFrame with smart navigation problem
      I have been working on a web app that uses IFrames for our edit screens. A main window contains static information, while an IFrame contains the...
    4. Table scrolling problem (iframe) in Mac IE 5.2
      Hi everyone, I run a website for the band http://www.levelcd.com. I was wondering if anyone has a code to solve this problem. I use the "frame...
    5. Problem redirecting to specific PDF page in an iframe using ASP.NET
      Hi, I need to open a different pdf file in an iframe each time the user clicks a button. I also need to open the pdf to a specific page each...
  3. #2

    Default iframe problem - [object]

    I've made a page with an iframe in is showing an rss feed (i'm very proud!),
    but have found that when you click on a link in the iframe, although the page
    opens (great!) the iframe changes to the word [object]

    I'm stuck please help? - Here's the page: (The blue box beneath the textarea)

    [url]http://www.atlantisnightclub.co.uk/rss/rss_instructions.asp[/url]

    Thank you

    Jk


    JonKemm Guest

  4. #3

    Default Re: iframe problem - [object]

    First you should make your iframe code compatible with IE by adding
    transparency. Firefox and other browsers assume this but IE doesn't.

    <iframe id="iframe" src="http://www.atlantisnightclub.co.uk/rss/rss.asp"
    frameborder="0" width="200" height="200" scrolling="no" marginwidth="0"
    marginheight="0" ALLOWTRANSPARENCY="true"></iframe>

    Second you should get the Blue box underneath the textarea fixed. I can't see
    it!!?? I'm using Firefox 2. You should try to support it.

    -Duffy

    duffsstuff_net Guest

  5. #4

    Default Re: iframe problem - [object]

    Thank you for your idea, I have done that but it does the same thing.

    I use firefox as well (much better!!!) but don't know how to do it so it's
    compatible - and desperately want to do so. I was wondering about changing
    the iframe thing for some sort of javascript include, any ideas?


    Jk

    JonKemm Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139