[mso] Re: FP HTML Code HELP!!!

  • From: "Dian Chapman" <dian@xxxxxxxxxxxxx>
  • To: <mso@xxxxxxxxxxxxx>
  • Date: Thu, 25 Jul 2002 20:12:30 -0500

That code is JavaScript that is preloading your buttons so they show up
for a rollover image, so there's no delay when the user hovers their
mouse. Say you have a button image that is the ON button (mouseover) and
then you have another OFF image for the mouseout. If you didn't preload,
there would be a slight delay the first time a user tried to click,
since that other button wasn't preloaded in their cache. So the
JavaScript is preloading it. You've apparently created a rollover button
image with FP and either checked some "preload" option or FP does it
automatically???? Anyway, that code is preloading the image. But
apparently, that page is no longer available??? Or the link is wrong. 

So I would assume you should go through your site and remove that
button, as well as all the code for that button. 

This is your page color of white:
<body bgcolor="#FFFFFF" 

This is the javascript LOAD command, and then it tells to preload the
following images as soon as this page is loaded
onLoad=

These are the preload image commands
"MM_preloadImages('middlebarpropgr.jpg','#957296493633');
MM_preloadImages('middlebaragentgr.jpg','#957298723166');
MM_preloadImages('middlebarcontactgr.jpg','#957298756783');
MM_preloadImages('middlebaremailgr.jpg','#957298802933');
MM_preloadImages('middlebarhomegr.jpg','#957298842433')"

This is the closing bracket or the page cover.
>

It's confusing cos' the code is all together! So you either have to
reset the page or remove that first preload code. LEAVE the double
quotes, to match with the double quotes that close the command after
that last line.

Good luck!


Dian Chapman
Technical Consultant, Instructor,
Microsoft MVP & TechTrax Editor

Tutorial web site: http://www.mousetrax.com/techpage.html
TechTrax Ezine: http://www.mousetrax.com/techtrax/
Instructor: http://www.eclecticacademy.com/faculty.htm
Word MVP support site: http://www.mvps.org/word
Microsoft support groups: http://support.microsoft.com


-----Original Message-----
From: mso-bounce@xxxxxxxxxxxxx [mailto:mso-bounce@xxxxxxxxxxxxx] On
Behalf Of 4office
Sent: Thursday, July 25, 2002 8:39 AM
To: Office (E-mail)
Subject: [mso] FP HTML Code HELP!!!


I have a quick question.... I have this code:

<body bgcolor="#FFFFFF"
onLoad="MM_preloadImages('middlebarpropgr.jpg','#957296493633');MM_prelo
adIm
ages('middlebaragentgr.jpg','#957298723166');MM_preloadImages('middlebar
cont
actgr.jpg','#957298756783');MM_preloadImages('middlebaremailgr.jpg','#95
7298
802933');MM_preloadImages('middlebarhomegr.jpg','#957298842433')">
that is giving me an 404 error on my stat report....  the reason is that
we do not use the 'middlebarpropgr.jpg' button any more (or any of the
"middlebar...." buttons any more).... Can I just delete this code?? Or
what do I need to do?



Thanks.

>From a newbie FP user... April







*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx
or MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to 
mso-request@xxxxxxxxxxxxx?Subject=unsubscribe

Or, visit the group's homepage and use the dropdown menu.  This will
also allow you to change your email settings to digest or vacation (no
mail). //www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group,
send a request to mso-moderators@xxxxxxxxxxxxx and you will be sent an
invitation with instructions.  Once you are a member of the files group,
you can go here to upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************

*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or 
MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to 
mso-request@xxxxxxxxxxxxx?Subject=unsubscribe

Or, visit the group's homepage and use the dropdown menu.  This will also allow 
you to change your email settings to digest or vacation (no mail).
//www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group, send a 
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation with 
instructions.  Once you are a member of the files group, you can go here to 
upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************

Other related posts: