Can anybody tell me what is causing the page to crash Safari , Firefox  
(and I think explorer)?  I'm trying to put the editor inside of a tabs  
layout.


====================SAMPLE CODE============================



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd 
">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Untitled Document</title>
</head>

<body>
<cflayout type="tab">

    <cflayoutarea title="Tab 1">
<cfmodule
template="/common/fckeditor/fckeditor.cfm"
basePath="/common/fckeditor/"
instanceName="myEditor"
value='<p>This is some <strong>sample text</strong>. You are using <a  
href="http://www.fckeditor.net/";>FCKeditor</a>.</p>'
width="100%"
height="200"
 >
    </cflayoutarea>

    <cflayoutarea title="Tab 2" selected="true">
    <p>
    This is the second tab.
    </p>
    </cflayoutarea>

</cflayout>

</body>
</html>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298789
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to