Hi I have the following script in my header:
<script type="text/javascript">
var path = 'Images/';
var imgObj = new Image();
var imgs = Array('index.jpg','sheet01.jpg');
for(i=0;i<imgs.length;i++)
{imgObj.src=path+imgs[i];}
function swap(src)
{document.map.src=path+src;}...
Ok so I'm still working on this issue. Found a bit more info....
Scripts:
-Preload a set of images:
Preview01= new Image(200,259);
Preview01.src="images/Map01.jpg";
//UPTO "Preview24"
-function newWindow(url, target) // Opens a new window with a strict set of params...
Hi Folks,
I'v got a map of a line that is being debated. A contractor has created a series of maps at a larger scale all along the path of the line showing exactly where it lies in areas where it twists and turns alot.
I have a JPEG of the main map set up as an image map, and the area tage...
Good Morning,
I am looking to build a program with some multi-media controls, to replace some of the physical components of my mobile DJ system. There are freeware solutions out there that so most of what I want, but each leaves one or two things to be desired.
First thing is, is this even...
I'm looking to add a login screen in front of a web mapping service. Can anyone suggest a good method of doing this with Java. Are there any examples/templates I can refer to.
Thanks
Craig
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.