Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q3012 Can I control other frames using <CFLOCATION>?

irt.org | Knowledge Base | ColdFusion | Q3012 [ previous next ]

Q3012 Can I control other frames using <CFLOCATION>?

Unfortunately, no. Remember, CFML is processed on the server, which has no idea what frame you are working in. Your browser figures the frames out after retrieving the HTML from the ColdFusion server.

The best way to handle frames is still the target attribute. (see HTML Frames FAQ) If you want to change or reload more than one frame with a single click, this is best handled with JavaScript. (see JavaScript frame FAQ)


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.