Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
JonKemm #1
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
-
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... -
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... -
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... -
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... -
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... -
JonKemm #2
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
-
duffsstuff_net #3
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
-
JonKemm #4
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



Reply With Quote

