Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 2:
page error with iframe

 

 


ibis70
User

Apr 5, 2009, 3:05 AM

Post #1 of 3 (3707 views)
Shortcut
page error with iframe Can't Post

Hello there,
I have been receiving a syntax error on an article which has iframe content which I loaded into the $art_content$ field in Article Manager.
The error is only coming up with Firefox 3.0 browsers, oddly IE 7.0 doesnt report the same error.
The affected article page is : http://www.dolcevia.com/artman2/publish/cat_bookonline/dvtravecasy.shtml
This is the only article file in the category that is giving this error. I can't really understand where the problem is coming from.
The code I am using to display the iframe is: <iframe name="vakantiehuizen" src="http://data20.3.ecasy.com/agency/bertei" frameborder="0" height="1500" scrolling="yes" width="99%"></iframe>
Can someone see what the problem could be?


Donna
Staff / Moderator


Apr 6, 2009, 3:27 PM

Post #2 of 3 (3687 views)
Shortcut
Re: [ibis70] page error with iframe [In reply to] Can't Post

Hi there,

This is actually a design issue, rather than a problem with Article Manager, so it's not really something we can support... however, it looks like firefox doesn't like having the "height" specified in the iframe itself, a quick google search indicates that it should be specified via css instead. Try googling "iframe height firefox" for more details. :)

Donna

--
support@interactivetools.com


ibis70
User

Apr 7, 2009, 12:47 AM

Post #3 of 3 (3654 views)
Shortcut
Re: [Donna] page error with iframe [In reply to] Can't Post

Worked like a charm. Thanks!