Click to See Complete Forum and Search --> : Interactive Map


carly03
01-16-2004, 03:57 AM
Does anyone know how this map works?

http://www.knightfrank.com/

Unfortunetely you'll have to click through. Click on UK, then search for a commercial property, the owner/occupier, then fill in the form and click on map. This is the map i was wondering about. Is it javascript?

Thanks
Carly

Kor
01-16-2004, 04:30 AM
It looks like javascript, yes. DHTML rollover, i guess

Nayias
01-16-2004, 07:39 AM
yes its javascript

if you look in source code youll see:
imgScotland_inactive = new Image();
imgScotland_inactive.src = m+"scotland_inactive.gif";
imgScotland_active = new Image();
imgScotland_active.src = m+"scotland_active.gif";

imgNorth88East_inactive = new Image();
imgNorth88East_inactive.src = m+"northeast_inactive.gif";
imgNorth88East_active = new Image();
imgNorth88East_active.src = m+"northeast_active.gif";



they preloaded all images....