Why is code appearing and disappearing...

B

Bill

- FrontPage 2003
- Simple web site with a home page and maybe a dozen
pages under that
- There are three pieces of Java code. Very short little
routines to handle swapping images when you mouse over
stuff.

Yesterday the mouse-over stuff stopped working and I
found that all the Java code was GONE! Gone from every
page! I did some editing yesterday but just to one page.

Today I went back to put the routines back in and as I
was about to paste the code back in the code reappeared.
So I saved that page and opened a few other and waited.
After a short wait, the code popped back in each of the
other open pages.

Now as I work on pages today that Java code comes and
goes.

What's going on here?

Bill
 
S

Stefan B Rusynko

Hard to say w/o seeing a published page
- depends on your code, where it is (shared borders or include pages?)
As a Rule FP, does not touch valid code (unless it is breaking the page html)

PS
your code sounds like it is JavaScript not JAVA




| - FrontPage 2003
| - Simple web site with a home page and maybe a dozen
| pages under that
| - There are three pieces of Java code. Very short little
| routines to handle swapping images when you mouse over
| stuff.
|
| Yesterday the mouse-over stuff stopped working and I
| found that all the Java code was GONE! Gone from every
| page! I did some editing yesterday but just to one page.
|
| Today I went back to put the routines back in and as I
| was about to paste the code back in the code reappeared.
| So I saved that page and opened a few other and waited.
| After a short wait, the code popped back in each of the
| other open pages.
|
| Now as I work on pages today that Java code comes and
| goes.
|
| What's going on here?
|
| Bill
|
 
Top