Page 1 of 1

Embed tag in Opera

Posted: Wed Oct 03, 2007 10:25 am
by racer
Hi

I'm using the embed tag to display an outside webpage within the content area.  All works fine except it doesn't display in Opera at all.  I changed the PHP script to say :

//Should script hide iframe from browsers that don't support this script (non IE5+/NS6+ browsers. Re
commended):
var iframehide="no"

So now it displays in Opera, but not correctly of course.

My question - is there any other way to embed a webapge into content area, that will work in all browsers?

tks
roger

Re: Embed tag in Opera

Posted: Wed Oct 03, 2007 7:13 pm
by streever
Hi racer,

i tihnk you should use an iframe:

  Alternative text for browsers that do not understand IFrames.
 

Re: Embed tag in Opera

Posted: Wed Oct 03, 2007 7:51 pm
by streever
one more:
{fetchurl url="http://www.somesite.thatiwant.com"}

fetchurl is a tag that is in CMSMS already
so you can just use this :D

it uses iframes

Re: Embed tag in Opera

Posted: Wed Oct 03, 2007 8:54 pm
by racer
thanks for the suggestions, will try those tonight and post results.

-r