mouseover links

  • Thread starter Thread starter Fred
  • Start date Start date
F

Fred

Can one (or more) of the clever people on this list take a look at
http://tenerife.iberialodging.com/ and tell me how they make this site work.
I'm interested to learn what database (if there's one) they are using so
that I could use the same system on a one of my club sites. What interest me
is how they get the mouseover links to work i.e. <a
href="JavaScript:bookHotel('10216706')"
onmouseover="document.images['book1'].src=book2src;"
onmouseout="document.images['book1'].src=book1src;"> Obviously they use
JavaScript with a database but I'm not sure. Any help would be most
appreciated. Fred
 
Simple Javascript imageswap script. No database involved in this.
You can easily build something similar using Behaviors in FP2003.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Back
Top