var txt = document.createTextNode(" This text was added to the DIV.");
document.all.tbContentElement.DOM.body.appendChild(txt);
To Whom It May Concern:
I have been unable to respond or forward any email as of late.
I have been getting the following message when I try:
---------------------------
Microsoft Internet Explorer
---------------------------
Error: There must be one element on the page with an ID of tbContentElement
---------------------------
OK
I inquired with my local ISP amd they directed me to this web site. I would like to ask you for any advice on what I can do to fix this issue. Thanks.
please
Hi,
I am trying to let the users to edit html files on our web site and I have to use the safe version because our browser blocks the unsafe version. Woud I be able to use LoadURL in the safe version?
for the block format command,
execcommand(5043,0,"Heading 1"), how do i know which values to use if the pc is running in another language by use of the windows MUI ?
mark: Check the DEC documentation for the command DECMD_GETBLOCKFMTNAMES
. It'll describe how to do this.
Hi,
I need to use Dhtml editor twice in a page (summary and body), but i get an error when i try to setup styles:
document.sum_editor.DOM.body.style.fontFamily = "Arial";
document.body_editor.DOM.body.style.fontFamily = "Arial";
Style does not efect in the first loadded object (summary)
Any sugestions PLEASE !!!????