Run time error do you wish to rebug

G

Guest

I keep getting this pop up error everytime I click on a hyperlink it shows up
on all but my homepage index.htm I don't understnd what is wrong
this is what shows up in the script program

<body bgcolor="#FFFFFF" text="#000000" onload="
MM_preloadImages('images/B21_on_10.jpg','images/B21_on_11.jpg','images/B21_on_12.jpg','images/B21_on_13.jpg','images/B21_on_14.jpg','images/B21_on_15.jpg');
FP_preloadImgs(/*url*/'button5.gif',/*url*/'button6.gif',/*url*/'button13.gif',/*url*/'button14.gif',/*url*/'buttonB2.gif',/*url*/'buttonC2.gif',/*url*/'button4A.gif',/*url*/'button4B.gif',/*url*/'button4D.gif',/*url*/'button4E.gif')" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" link="#999999">
Is there something wrong with my interactive buttons.
They are set to .gif
100x20
font is tahoma

I'm confused please help
Jmildren
 
M

Murray

Your body tag is calling "MM_preloadImages". Do you see a function defined
in the head of the page's markup with that name?

In addition, you have what looks like a misplaced function definition for
the FP equivalent action just below (named FP_preloadImages), but there are
no script tags around it.

Maybe you could post a link to the actual page so I can see it all happen?
 
S

Stefan B Rusynko

The MM_preloadImages is not from FP
The FP_preloadImgs is looking for all named images to be at the same level (in same folder) as the page using it

--




| Your body tag is calling "MM_preloadImages". Do you see a function defined
| in the head of the page's markup with that name?
|
| In addition, you have what looks like a misplaced function definition for
| the FP equivalent action just below (named FP_preloadImages), but there are
| no script tags around it.
|
| Maybe you could post a link to the actual page so I can see it all happen?
|
| --
| Murray
| ============
|
| | >I keep getting this pop up error everytime I click on a hyperlink it shows
| >up
| > on all but my homepage index.htm I don't understnd what is wrong
| > this is what shows up in the script program
| >
| > <body bgcolor="#FFFFFF" text="#000000" onload="
| >
MM_preloadImages('images/B21_on_10.jpg','images/B21_on_11.jpg','images/B21_on_12.jpg','images/B21_on_13.jpg','images/B21_on_14.jpg','images/B21_on_15.jpg');
| >
FP_preloadImgs(/*url*/'button5.gif',/*url*/'button6.gif',/*url*/'button13.gif',/*url*/'button14.gif',/*url*/'buttonB2.gif',/*url*/'buttonC2.gif',/*url*/'button4A.gif',/*url*/'button4B.gif',/*url*/'button4D.gif',/*url*/'button4E.gif')"
| > leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"
| > link="#999999">
| > Is there something wrong with my interactive buttons.
| > They are set to .gif
| > 100x20
| > font is tahoma
| >
| > I'm confused please help
| > Jmildren
|
|
 
G

Guest

Thanks lot guys i have found another way though.
I simply looked at the code from my index and copied it from there all it
did was rest the fonts
which i set to and saved and previewed in my browser and everything now
works fine
Thanks again
JMildren
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

How can i center my page? 1

Top