I entered a line of text in my html code using FrontPage Ed. The code was copied from another document but it goes in the the <head> section. It is configuration data and image location i.e.
<script src="slideshow.js"></script>
// Configure the slideshow object
myslideshowobj = new slideshow("myslideshowobj" myslideshowobj.timeout = 5000
myslideshowobj.add_slide("images/jcrules.gif","display.asp?picture=jcrules.gif&CatNum=JC"
myslideshowobj.add_slide("images/jcrTag.jpg","display.asp?picture=jcrTag.jpg&CatNum=IG"
//-->
When I press the "save" button it is changed to look like this:
<script src="slideshow.js"></script>
</head>
<body>
<p>// Configure the slideshow object myslideshowobj = new
slideshow("myslideshowobj" myslideshowobj.timeout = 5000
myslideshowobj.add_slide("images/jcrules.gif","display.asp?picture=jcrules.gif&CatNum=JC"
//--> </p>
I do not know the configuration setting that causes this to happen. Any and all help will be appreciated.
<script src="slideshow.js"></script>
// Configure the slideshow object
myslideshowobj = new slideshow("myslideshowobj" myslideshowobj.timeout = 5000
myslideshowobj.add_slide("images/jcrules.gif","display.asp?picture=jcrules.gif&CatNum=JC"
myslideshowobj.add_slide("images/jcrTag.jpg","display.asp?picture=jcrTag.jpg&CatNum=IG"
//-->
When I press the "save" button it is changed to look like this:
<script src="slideshow.js"></script>
</head>
<body>
<p>// Configure the slideshow object myslideshowobj = new
slideshow("myslideshowobj" myslideshowobj.timeout = 5000
myslideshowobj.add_slide("images/jcrules.gif","display.asp?picture=jcrules.gif&CatNum=JC"
//--> </p>
I do not know the configuration setting that causes this to happen. Any and all help will be appreciated.