What is this javascript /*url*/

G

Guest

Can this be removed fom the scripts created in FP2003? I am guessing it is a
place holder for a function that is not being used. Here are examples

body onload="FP_preloadImgs(/*url*/'button4E.jpg'

onmouseout="FP_swapImg(0,0,/*id*/'img18',/*url*/'button72.jpg')

Just trying to clean up the code a bit.
 
J

Jens Peter Karlsen [FP-MVP]

Your guess isn't very good.
One calls a function to preload images. The other calls a function to
swap images.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
G

Guest

I guess I did not make myself clear. I was not referring to the onload
function or onmouseout functions, I was wondering what was the purpose of this
/*url*/
in the code. I can find no reference to it in either the swap image script
or the preload script yet it is in all the paths(url) for the images. Thanks
for your help.
 
S

Steve Easton

It tells FrontPage that the script contains a link to a file, so that FrontPage knows it's a
hyperlink.
Do *not* remove them.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 

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

Top