Well...now that you mention it... If it were me, I'd:
~~ Use <@URL> to get the other site's page content. ~~ Parse the HTML for the text I needed. and use either of the following to embed the content into my page: ~~ Dump the parsed text into my TAF/HTML output. ~~ Use JavaScript SRC to get the content. ~~ Use XML Databinding in MSIE to embed the content (mix some XSLT in there). All without using IFRAME. But, I thought the question was more about IFRAMEs :-) Hope this helps. Cheers.... Scott Cadillac, Witango.org - http://witango.org 403-281-6090 - [EMAIL PROTECTED] -- Information for the Witango Developer Community --------------------- XML-Extranet - http://xmlx.ca 403-281-6090 - [EMAIL PROTECTED] -- Well-formed Development (for hire) --------------------- -----Original Message----- From: Bill Conlon <[EMAIL PROTECTED]> To: "Witango-Talk" <[EMAIL PROTECTED]> Date: Mon, 26 Jan 2004 11:08:14 -0800 Subject: Re: Witango-Talk: Incorporating content from another site > I'm surprised Scott didn't suggest an XML feed with XSLT for format > control. > > >Good question Stefan, > > > >I don't think I've ever heard this one asked before. > > > >Although I don't have an answer for you, I think you'll find that > content > >in a IFRAME (or regular FRAME) is not readable via Script "if" the > page > >in the IFRAME is from a different domain than the parent page (page > with > >IFRAME tag). > > > >JavaScript will through an "Access denied" sort of message. This is a > >security feature of MS Internet Explorer and other browsers (or at > least > >it should be). > > > >Good luck. Cheers... > > > >Scott Cadillac, > >Witango.org - http://witango.org > >403-281-6090 - [EMAIL PROTECTED] > >-- > >Information for the Witango Developer Community > >--------------------- > > > >XML-Extranet - http://xmlx.ca > >403-281-6090 - [EMAIL PROTECTED] > >-- > >Well-formed Development (for hire) > >--------------------- > > > > > >-----Original Message----- > >From: Stefan Gonick <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Date: Mon, 26 Jan 2004 13:41:32 -0500 > >Subject: Witango-Talk: Incorporating content from another site > > > >> Hi Everyone, > >> > >> I want to generate content that will appear on other > >> people's sites. I can get it to work to a limited degree > >> with iframes. The problem with iframes for me is that > >> you have to specify the height of the frame in advance > >> (I think). My content is variable, so I don't know how > >> much height it will need. > >> > >> I have two questions: > >> > >> 1. Is there a way to set up an iframe so that it accommodates > >> the height of the content generated? > >> > >> 2. Is there an alternative way of doing this with Javascript? > >> > >> Thanks, > >> Stefan > >> > >> ======================================================== > >> Database WebWorks: Dynamic web sites through database integration > >> http://www.DatabaseWebWorks.com > >> > >> > _______________________________________________________________________ > >> _ > >> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > > > >______________________________________________________________________ > __ > >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > > > > > Bill Conlon > > To the Point > 345 California Avenue Suite 2 > Palo Alto, CA 94306 > > office: 650.327.2175 > fax: 650.329.8335 > mobile: 650.906.9929 > e-mail: mailto:[EMAIL PROTECTED] > web: http://www.tothept.com > > > _______________________________________________________________________ > _ > TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
