Please help!
I am using the following code in a .cfm page (CF 4.5 SP1, Server 2000):
<cfform action="showEmployees.cfm" method="POST" enablecab="Yes">
<cftree name="EmployeeTree" Font="Verdana, Tahoma, Arial, sans-serif"
Fontsize="14" Bold="Yes">
<cftreeitem value="LastCap, Emp_No" Display="LastCap, Name"
Query="Employees" QueryAsRoot="Yes" Img="folder, folder, document"
href=",,manageEmployees.cfm" target="body">
</cftree>
</cfform>
Two things happen:
1) The tree shows up in IE 5.5 but not in Netscape 4.75
2) In both IE 5.5 and Netscape 4.75 target="body" is ignored and my
page breaks out of the frameset.
Can anyone help me with these two issues?
TIA,
Debbie
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message
with 'unsubscribe' in the body to [EMAIL PROTECTED]