Re: Dynamic HTML code not being saved
From: Jason (anonymous_at_discussions.microsoft.com)
Date: 06/09/04
- Next message: Tom Pepper Willett: "Re: Some FP email form submissions are failing"
- Previous message: Jeremy: "Search Box that Queries multiple column's of a table"
- In reply to: Peter Aitken: "Re: Dynamic HTML code not being saved"
- Next in thread: Peter Aitken: "Re: Dynamic HTML code not being saved"
- Reply: Peter Aitken: "Re: Dynamic HTML code not being saved"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 9 Jun 2004 12:09:30 -0700
Yeah, its uses a javascript to animate the page object, in
this case, changing the picture.
The script is still in the HTML code, and there is a
javascript file, the problem only occurs when the program
is shut down and re-opened, it doesn't execute the
javascript.
Here is a section of the code in question. As stated, it
doesn't disappear, it just doesn't execute after closing
and reopening FP2000. BTW, I tried reinstalling FP2000,
and it didn't make a difference.
<script language="JavaScript" fptype="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript1.2" fptype="dynamicanimation"
src="animate.js">
</script>
</head>
<body bgcolor="#000000" text="#FFFFFF" link="#008000"
vlink="#800080" onload="dynAnimation()">
<a href="Diversatrol_Home.htm"><img border="0"
src="Home1.jpg" width="86" height="38"
id="fpAnimswapImgFP5" name="fpAnimswapImgFP5"
dynamicanimation="fpAnimswapImgFP5"
lowsrc="Home.jpg"></a><br>
<a href="Diversatrol_System_Design.htm"><img border="0"
src="System%20Design1.jpg" width="86" height="38"
id="fpAnimswapImgFP6" name="fpAnimswapImgFP6"
dynamicanimation="fpAnimswapImgFP6" lowsrc="System%
20Design.jpg"></a><br>
>-----Original Message-----
>"Jason" <anonymous@discussions.microsoft.com> wrote in
message
>news:1a08a01c44e47$91064bd0$a601280a@phx.gbl...
>> I am designing a web page using FP2000, and am having
>> problems with the Dynamic HTML code.
>>
>> I am using buttons with the mouse-over feature, changing
>> the appearance of the buttons. This works fine, and I
>> save my work, and exit the program.
>>
>> Next time I go to edit the web page, I have to do the
>> DHTML effects over again, its like it doesn't save the
>> code. Any ideas? Would upgrading to FP2003 help?
>
>By "Dynamic HTML code" do you mean Javascript? It
certainly should not
>disappear. Can you post an example?
>
>Peter Aitken
>
>
>.
>
- Next message: Tom Pepper Willett: "Re: Some FP email form submissions are failing"
- Previous message: Jeremy: "Search Box that Queries multiple column's of a table"
- In reply to: Peter Aitken: "Re: Dynamic HTML code not being saved"
- Next in thread: Peter Aitken: "Re: Dynamic HTML code not being saved"
- Reply: Peter Aitken: "Re: Dynamic HTML code not being saved"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|