frontpage adding code

M

magmike

I thought 2003 was supposed to stop changing code. Here is what it is doing:

The code I have is this:
-----------------------------------------
<!-- DynamiContext AdLinks -->
<SCRIPT LANGUAGE="JavaScript">
var dc_UnitID = 14;
var dc_PublisherID = 1631;
var dc_AdLinkColor = 'blue';
var dc_adprod='ADL';
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript"
SRC="http://kona.kontera.com/javascript/lib/KonaLibInline.js"></SCRIPT>
<!-- DynamiContext AdLinks -->
</td></tr></table></body></html>
-----------------------------------------

When I view the page source from my browser, it adds stuff into. Here is the
code:
-----------------------------------------
<!-- DynamiContext AdLinks -->
<SCRIPT LANGUAGE="JavaScript">
var dc_UnitID = 14;
var dc_PublisherID = 1631;
var dc_AdLinkColor = 'blue';
var dc_adprod='ADL';
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript"
SRC="http://kona.kontera.com/javascript/lib/KonaLibInline.js"></SCRIPT>
<!-- DynamiContext AdLinks -->
<!--msnavigation--></td></tr><!--msnavigation--></table></body></html>
 
T

Thomas A. Rowe

Are you using FP navigation components within the site?

--
==============================================
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.
==============================================
 
M

magmike

Not that I am aware of. What all do you consider navigation?

I went into the settings and deleted the text entered in the navigation pane
(Home, Left, Right, etc.) and also unchecked a box somewhere that read
"navigation" but that didn't change anything. I do use shared borders and am
reading up at this very moment about switching over to DWT's.
 
T

Thomas A. Rowe

Theme, use FP navigation component
Linkbars based on Navigation View, etc.

FP would not add the <!--msnavigation--> unless navigation components are being used in the site.

--
==============================================
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.
==============================================
 
R

Ronx

<!--msnavigation--> is also added when shared borders are used without
FP navigation components.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/


Thomas A. Rowe said:
Theme, use FP navigation component
Linkbars based on Navigation View, etc.

FP would not add the <!--msnavigation--> unless navigation
components are being used in the site.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top