What is this javascript /*url*/

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 
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.
 
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
 
Back
Top