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
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
