PC Review


Reply
Thread Tools Rate Thread

disappearing code

 
 
=?Utf-8?B?TWljaGFlbA==?=
Guest
Posts: n/a
 
      26th Jan 2007
Some of my code disappears when I open it in a webpage. At the bottom of the
head on FP I've got:

</script><script language="JavaScript" fptype="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript1.2" fptype="dynamicanimation"
src="../animate.js">
</script>
</head>

However, in internet explorer, whether opened locally or after publishing
online, the same head ends with this text:

</script>
<meta name="Microsoft Border" content="tlb, default">
</head>

Why does some of this very important text disappear???

Michael

 
Reply With Quote
 
 
 
 
Steve Easton
Guest
Posts: n/a
 
      26th Jan 2007
Try moving your script blocks to just below the opening body tag.

Are you using Shared borders??

--
Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm



"Michael" <(E-Mail Removed)> wrote in message
news:5708A2AB-01FC-424E-889B-(E-Mail Removed)...
> Some of my code disappears when I open it in a webpage. At the bottom of the
> head on FP I've got:
>
> </script><script language="JavaScript" fptype="dynamicanimation">
> <!--
> function dynAnimation() {}
> function clickSwapImg() {}
> //-->
> </script>
> <script language="JavaScript1.2" fptype="dynamicanimation"
> src="../animate.js">
> </script>
> </head>
>
> However, in internet explorer, whether opened locally or after publishing
> online, the same head ends with this text:
>
> </script>
> <meta name="Microsoft Border" content="tlb, default">
> </head>
>
> Why does some of this very important text disappear???
>
> Michael
>



 
Reply With Quote
 
Tom Willett
Guest
Posts: n/a
 
      26th Jan 2007
</script> as the opening tag?
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
"Steve Easton" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
| Try moving your script blocks to just below the opening body tag.
|
| Are you using Shared borders??
|
| --
| Steve Easton
| Microsoft MVP FrontPage
| FP Cleaner
| http://www.95isalive.com/fixes/fpclean.htm
| Hit Me FP
| http://www.95isalive.com/fixes/HitMeFP.htm
|
|
|
| "Michael" <(E-Mail Removed)> wrote in message
| news:5708A2AB-01FC-424E-889B-(E-Mail Removed)...
| > Some of my code disappears when I open it in a webpage. At the bottom
of the
| > head on FP I've got:
| >
| > </script><script language="JavaScript" fptype="dynamicanimation">
| > <!--
| > function dynAnimation() {}
| > function clickSwapImg() {}
| > //-->
| > </script>
| > <script language="JavaScript1.2" fptype="dynamicanimation"
| > src="../animate.js">
| > </script>
| > </head>
| >
| > However, in internet explorer, whether opened locally or after
publishing
| > online, the same head ends with this text:
| >
| > </script>
| > <meta name="Microsoft Border" content="tlb, default">
| > </head>
| >
| > Why does some of this very important text disappear???
| >
| > Michael
| >
|
|


 
Reply With Quote
 
=?Utf-8?B?TWljaGFlbA==?=
Guest
Posts: n/a
 
      26th Jan 2007
No, /script is not the opening tag. There's a lot of material before that in
the head section. I was just trying to give a little context to my question
without overwhelming you with info. Can't figure this out! Michael

"Tom Willett" wrote:

> </script> as the opening tag?
> --
> ===
> Tom Willett
> Microsoft MVP - FrontPage
> ---
> FrontPage Support:
> http://www.frontpagemvps.com/
> ===
> "Steve Easton" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> | Try moving your script blocks to just below the opening body tag.
> |
> | Are you using Shared borders??
> |
> | --
> | Steve Easton
> | Microsoft MVP FrontPage
> | FP Cleaner
> | http://www.95isalive.com/fixes/fpclean.htm
> | Hit Me FP
> | http://www.95isalive.com/fixes/HitMeFP.htm
> |
> |
> |
> | "Michael" <(E-Mail Removed)> wrote in message
> | news:5708A2AB-01FC-424E-889B-(E-Mail Removed)...
> | > Some of my code disappears when I open it in a webpage. At the bottom
> of the
> | > head on FP I've got:
> | >
> | > </script><script language="JavaScript" fptype="dynamicanimation">
> | > <!--
> | > function dynAnimation() {}
> | > function clickSwapImg() {}
> | > //-->
> | > </script>
> | > <script language="JavaScript1.2" fptype="dynamicanimation"
> | > src="../animate.js">
> | > </script>
> | > </head>
> | >
> | > However, in internet explorer, whether opened locally or after
> publishing
> | > online, the same head ends with this text:
> | >
> | > </script>
> | > <meta name="Microsoft Border" content="tlb, default">
> | > </head>
> | >
> | > Why does some of this very important text disappear???
> | >
> | > Michael
> | >
> |
> |
>
>
>

 
Reply With Quote
 
=?Utf-8?B?TWljaGFlbA==?=
Guest
Posts: n/a
 
      26th Jan 2007
Steve,
I AM useing Shared Borders. Is that a problem?
It looks to me like that Script is drawn from the Shared Borders (not sure).
Is it possible to move them into the body or does that mess up my Top Border?
Michael

"Steve Easton" wrote:

> Try moving your script blocks to just below the opening body tag.
>
> Are you using Shared borders??
>
> --
> Steve Easton
> Microsoft MVP FrontPage
> FP Cleaner
> http://www.95isalive.com/fixes/fpclean.htm
> Hit Me FP
> http://www.95isalive.com/fixes/HitMeFP.htm
>
>
>
> "Michael" <(E-Mail Removed)> wrote in message
> news:5708A2AB-01FC-424E-889B-(E-Mail Removed)...
> > Some of my code disappears when I open it in a webpage. At the bottom of the
> > head on FP I've got:
> >
> > </script><script language="JavaScript" fptype="dynamicanimation">
> > <!--
> > function dynAnimation() {}
> > function clickSwapImg() {}
> > //-->
> > </script>
> > <script language="JavaScript1.2" fptype="dynamicanimation"
> > src="../animate.js">
> > </script>
> > </head>
> >
> > However, in internet explorer, whether opened locally or after publishing
> > online, the same head ends with this text:
> >
> > </script>
> > <meta name="Microsoft Border" content="tlb, default">
> > </head>
> >
> > Why does some of this very important text disappear???
> >
> > Michael
> >

>
>
>

 
Reply With Quote
 
Jon Spivey
Guest
Posts: n/a
 
      26th Jan 2007
Hi,
The shared border only includes content between <body> </body> You can move
the script to just below the <body> tag and it will work fine.

Cheers,
Jon

"Michael" <(E-Mail Removed)> wrote in message
news:EDB8450C-B2EB-49E1-83FD-(E-Mail Removed)...
> Steve,
> I AM useing Shared Borders. Is that a problem?
> It looks to me like that Script is drawn from the Shared Borders (not
> sure).
> Is it possible to move them into the body or does that mess up my Top
> Border?
> Michael
>
> "Steve Easton" wrote:
>
>> Try moving your script blocks to just below the opening body tag.
>>
>> Are you using Shared borders??
>>
>> --
>> Steve Easton
>> Microsoft MVP FrontPage
>> FP Cleaner
>> http://www.95isalive.com/fixes/fpclean.htm
>> Hit Me FP
>> http://www.95isalive.com/fixes/HitMeFP.htm
>>
>>
>>
>> "Michael" <(E-Mail Removed)> wrote in message
>> news:5708A2AB-01FC-424E-889B-(E-Mail Removed)...
>> > Some of my code disappears when I open it in a webpage. At the bottom
>> > of the
>> > head on FP I've got:
>> >
>> > </script><script language="JavaScript" fptype="dynamicanimation">
>> > <!--
>> > function dynAnimation() {}
>> > function clickSwapImg() {}
>> > //-->
>> > </script>
>> > <script language="JavaScript1.2" fptype="dynamicanimation"
>> > src="../animate.js">
>> > </script>
>> > </head>
>> >
>> > However, in internet explorer, whether opened locally or after
>> > publishing
>> > online, the same head ends with this text:
>> >
>> > </script>
>> > <meta name="Microsoft Border" content="tlb, default">
>> > </head>
>> >
>> > Why does some of this very important text disappear???
>> >
>> > Michael
>> >

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?TWljaGFlbA==?=
Guest
Posts: n/a
 
      5th Feb 2007
I moved:
<script language="JavaScript" fptype="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript1.2" fptype="dynamicanimation"
src="../animate.js">
</script>

below <body> on the problem pages (e.g.,
http://www.missioneperte.it/giovani/index.html) in which the text
highlighting doesn't work. As soon as I "Save", it moves itself back up
above the </head>.

This is just too strange. Any other ideas about why SOME pages aren't
working correctly?

Thanks.

Michael

"Jon Spivey" wrote:

> Hi,
> The shared border only includes content between <body> </body> You can move
> the script to just below the <body> tag and it will work fine.
>
> Cheers,
> Jon
>
> "Michael" <(E-Mail Removed)> wrote in message
> news:EDB8450C-B2EB-49E1-83FD-(E-Mail Removed)...
> > Steve,
> > I AM useing Shared Borders. Is that a problem?
> > It looks to me like that Script is drawn from the Shared Borders (not
> > sure).
> > Is it possible to move them into the body or does that mess up my Top
> > Border?
> > Michael
> >
> > "Steve Easton" wrote:
> >
> >> Try moving your script blocks to just below the opening body tag.
> >>
> >> Are you using Shared borders??
> >>
> >> --
> >> Steve Easton
> >> Microsoft MVP FrontPage
> >> FP Cleaner
> >> http://www.95isalive.com/fixes/fpclean.htm
> >> Hit Me FP
> >> http://www.95isalive.com/fixes/HitMeFP.htm
> >>
> >>
> >>
> >> "Michael" <(E-Mail Removed)> wrote in message
> >> news:5708A2AB-01FC-424E-889B-(E-Mail Removed)...
> >> > Some of my code disappears when I open it in a webpage. At the bottom
> >> > of the
> >> > head on FP I've got:
> >> >
> >> > </script><script language="JavaScript" fptype="dynamicanimation">
> >> > <!--
> >> > function dynAnimation() {}
> >> > function clickSwapImg() {}
> >> > //-->
> >> > </script>
> >> > <script language="JavaScript1.2" fptype="dynamicanimation"
> >> > src="../animate.js">
> >> > </script>
> >> > </head>
> >> >
> >> > However, in internet explorer, whether opened locally or after
> >> > publishing
> >> > online, the same head ends with this text:
> >> >
> >> > </script>
> >> > <meta name="Microsoft Border" content="tlb, default">
> >> > </head>
> >> >
> >> > Why does some of this very important text disappear???
> >> >
> >> > Michael
> >> >
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      6th Feb 2007
You have an Extra body tag 3/4 of the way down your page at ~line 485
<body onload="dynAnimation()" language="Javascript1.2">
It belongs at ~line 52

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"Michael" <(E-Mail Removed)> wrote in message news:E72DE403-8F44-4EBA-A4F7-(E-Mail Removed)...
|I moved:
| <script language="JavaScript" fptype="dynamicanimation">
| <!--
| function dynAnimation() {}
| function clickSwapImg() {}
| //-->
| </script>
| <script language="JavaScript1.2" fptype="dynamicanimation"
| src="../animate.js">
| </script>
|
| below <body> on the problem pages (e.g.,
| http://www.missioneperte.it/giovani/index.html) in which the text
| highlighting doesn't work. As soon as I "Save", it moves itself back up
| above the </head>.
|
| This is just too strange. Any other ideas about why SOME pages aren't
| working correctly?
|
| Thanks.
|
| Michael
|
| "Jon Spivey" wrote:
|
| > Hi,
| > The shared border only includes content between <body> </body> You can move
| > the script to just below the <body> tag and it will work fine.
| >
| > Cheers,
| > Jon
| >
| > "Michael" <(E-Mail Removed)> wrote in message
| > news:EDB8450C-B2EB-49E1-83FD-(E-Mail Removed)...
| > > Steve,
| > > I AM useing Shared Borders. Is that a problem?
| > > It looks to me like that Script is drawn from the Shared Borders (not
| > > sure).
| > > Is it possible to move them into the body or does that mess up my Top
| > > Border?
| > > Michael
| > >
| > > "Steve Easton" wrote:
| > >
| > >> Try moving your script blocks to just below the opening body tag.
| > >>
| > >> Are you using Shared borders??
| > >>
| > >> --
| > >> Steve Easton
| > >> Microsoft MVP FrontPage
| > >> FP Cleaner
| > >> http://www.95isalive.com/fixes/fpclean.htm
| > >> Hit Me FP
| > >> http://www.95isalive.com/fixes/HitMeFP.htm
| > >>
| > >>
| > >>
| > >> "Michael" <(E-Mail Removed)> wrote in message
| > >> news:5708A2AB-01FC-424E-889B-(E-Mail Removed)...
| > >> > Some of my code disappears when I open it in a webpage. At the bottom
| > >> > of the
| > >> > head on FP I've got:
| > >> >
| > >> > </script><script language="JavaScript" fptype="dynamicanimation">
| > >> > <!--
| > >> > function dynAnimation() {}
| > >> > function clickSwapImg() {}
| > >> > //-->
| > >> > </script>
| > >> > <script language="JavaScript1.2" fptype="dynamicanimation"
| > >> > src="../animate.js">
| > >> > </script>
| > >> > </head>
| > >> >
| > >> > However, in internet explorer, whether opened locally or after
| > >> > publishing
| > >> > online, the same head ends with this text:
| > >> >
| > >> > </script>
| > >> > <meta name="Microsoft Border" content="tlb, default">
| > >> > </head>
| > >> >
| > >> > Why does some of this very important text disappear???
| > >> >
| > >> > Michael
| > >> >
| > >>
| > >>
| > >>
| >
| >
| >


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Code Disappearing Chris B Microsoft Access Form Coding 3 10th Dec 2009 12:20 PM
Code disappearing Chris B Microsoft Access 2 8th Dec 2009 05:21 PM
Disappearing Code Design by Sue Microsoft Access Form Coding 3 19th Feb 2008 02:46 AM
Disappearing SQL Code bgetson Microsoft Access Queries 3 26th Dec 2007 02:27 PM
vba code disappearing Microsoft Excel Programming 1 17th May 2004 11:20 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:17 AM.