Web site maintenance software

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We use a softare package provided by our vendor that allows us to insert
formatted text into a text box and that lets us keep the formatting. If
additional formatting is required, tools are available that let us format the
text, insert links or whatever. It is a much easier way to edit pages that
doesn't include using HTML.

Lately, some people that have permission to make changes to the web site
have lost the formatting toolbar. This results in having to make ALL changes
in HTML, but using the same text box. I see no difference in web browsers
(IE6 SP1)negligible differences in systems (all are W2K SP4 or XP SP2) and
windows updates are up to date.

What would make the edit toolbar be visible on some browsers and not on
others.
 
Carl Gross said:
We use a softare package provided by our vendor that allows us to insert
formatted text into a text box and that lets us keep the formatting. If
additional formatting is required, tools are available that let us format the
text, insert links or whatever. It is a much easier way to edit pages that
doesn't include using HTML.

Lately, some people that have permission to make changes to the web site
have lost the formatting toolbar. This results in having to make ALL changes
in HTML, but using the same text box. I see no difference in web browsers
(IE6 SP1)negligible differences in systems (all are W2K SP4 or XP SP2) and
windows updates are up to date.


How up to date? <eg>

<title>A Web page that contains a custom ActiveX control may not load as
expected in Internet Explorer due to defense in depth changes introduced in
cumulative security update 896688 (MS05-052)</title>

http://support.microsoft.com/default.aspx?scid=kb;en-us;909738


<title>ActiveX controls may not load as expected in Internet Explorer due to
defense in depth changes introduced in cumulative security update 896688
(MS05-052)</title>
http://support.microsoft.com/default.aspx?scid=kb;en-us;909889


(MSKB Advanced search for
activex
- Title Only
- 30 days
- 2 hits
)


---
 
Up-to-date as in this morning.

When the first problem occurrs (Line 914: Object does not support this
property or method) I told the debugger to to debug and it ended at the
following line of JScript:

HTMLarea.scripts.push(plugin_file, plugin_lang);
 
....
Up-to-date as in this morning.

When the first problem occurrs (Line 914: Object does not support this
property or method) I told the debugger to to debug and it ended at the
following line of JScript:

HTMLarea.scripts.push(plugin_file, plugin_lang);


Assuming that HTMLarea is an object, can you find which module
it is associated with? If it's a .dll is there a DllRegisterServer entry point?
Perhaps you just need to re-register it? Etc.


Good luck

Robert
---
 
Back
Top