> I have a java applet menu that I want to use in a nested
> table. If the applet is called from a CFINCLUDE tag will
> it still take a long time to download?

Whether you call it from CFINCLUDE or not, it'll take the same amount of
time to download. CFINCLUDE executes on the server, like other CFML tags.

> If it does, is there a better way to use this without using
> frames on the page.

If you want the Java applet menu to remain persistent, and you also want to
display content when a user clicks on a menu item, your best bet is to use a
frame for the applet, and another frame for the content.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to