function dynOutline?

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

Guest

How/why does Frontpage keep inserting a Java script containing "function
dynOutline?"

I view the HTML and delete the script. I go to Normal View... I go back to
HTML view and it is back:

<script language="JavaScript" fptype="dynamicoutline">
<!--
function dynOutline() {}
//-->
</script>
<script language="JavaScript1.2" fptype="dynamicoutline"
src="../../../outline.js">
</script>
<script language="JavaScript1.2" fptype="dynamicoutline" for="document"
event="onreadystatechange()">
<!--
initOutline()
//-->
</script>
 
Because you have inserted on this page a features the uses this script.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Okay… it looks like it was caused by Enable Collapsible Outlines: Format >
Bullets and Numbering > Picture Bullets > Enable Collapsible Outlines.
Thanks for your help.
 
Back
Top