Basically, it sounds to me as if you are trying to load a page which 
contains an iFrame, and then programmatically direct that iFrame to 
load a different source than its default. If I were doing it in PHP 
(sorry) I would script the iFrame to load a sanitized version of a 
querystring variable. Maybe someone on the list will be able to tell 
you how to do this in R/R/R.

Walter

On May 29, 2007, at 10:18 AM, Keith Bingman wrote:

> Yes. That is clear. I am trying to link directly to a page with an
> iFrame from an external link. Basically a bookmark. I think I know
> how to do it, but thought I see if there was something I was
> overlooking. Doesn't seem to be.
>
> Keith Bingman
> Tel: +49-7731-79838380
> [EMAIL PROTECTED]
> http://keithbingman.com
>
>
>
>
> On May 29, 2007, at 4:14 PM, Oliver Baltzer wrote:
>
>> On 29/05/07 05:48 AM, Keith Bingman was heard to say:
>>> This isn't really a radiant problem, but maybe one of you can help
>>> me. I have been forced to use iframes because the client wants music
>>> on the site. Now he wants links to specific pages, which of course
>>> poses a problem. Does anyone know how to generate a link directly to
>>> a specific page within an iFrame?
>>
>> Not sure I understand what you are asking, but opening a link into a
>> different window is done with the "target" attribute of the <a> tag.
>> Example:
>> <a href="url" target="iframe_name">...</a>
>>
>> Oliver
>>
>> _______________________________________________
>> Radiant mailing list
>> Post:   Radiant@lists.radiantcms.org
>> Search: http://radiantcms.org/mailing-list/search/
>> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
> _______________________________________________
> Radiant mailing list
> Post:   Radiant@lists.radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>

_______________________________________________
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to