> >I actually think you're not supposed to use quotes at all with CSS 
> url paths
> >( can anyone confirm/deny? )
> 
> Quotes are optional, and can be single or double if used.
> 
> Without quotes, you need to escape parentheses, whitespace, commas, 
> and quotes - using either backslashes or url encoding.
> 
> With quotes, you only need to escape matching quotes. 

Peter,

I don't know exactly how to use execCommand('InsertUnorderedList') or
execCommand('InsertOrderedList'), googling has produced some interesting 
results however not exactly solved the problem.

Thanks.

Don

Following are my attempts.

<form>

<input type="button" onclick="var b = 
frames['frm'].document.selection.createRange();b.execCommand('InsertUnorderedList');"
 
style="background-image:url('/smlicons/list_unordered.gif');width:25;height:23" 
/>

<input type="button" onclick="var b = 
frames['frm'].document;b.execCommand('InsertUnorderedList');" 
style="background-image:url('/smlicons/list_unordered.gif');width:25;height:23" 
/>

<button title="UL" onclick="var b = 
frames['frm'].document.selection.createRange();b.execCommand('InsertUnorderedList');"><img
 src="/smlicons/list_unordered.gif"></button> 

</form>

<cfoutput>
<iframe id="frm" name="frm" 
onload="document.frames['frm'].document.designMode='On';" 
src="whatever.cfm?id=#id#" contenteditable="true"></iframe>       
</cfoutput>             
        
                


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321790
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