Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by grahamcr

  1. grahamcr

    Trying to swap images in an Images map... Get: document.map is null...

    Lee, thanks very much that was it indeed. The image name was something else, but I cant believe I messed that up.... sigh... Take care, Craig
  2. grahamcr

    Trying to swap images in an Images map... Get: document.map is null...

    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;}...
  3. grahamcr

    Script to change a second image onMouseOver event within an area tag

    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...
  4. grahamcr

    Script to change a second image onMouseOver event within an area tag

    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...
  5. grahamcr

    Looking for some opinions on ActiveX EXE vs Standard EXE

    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...
  6. grahamcr

    Login Screen

    Good Morning, I'm trying to find out how to create a simple login screen. Does anyone know where I can get a simple template to look at? Thanks Craig
  7. grahamcr

    Login Page

    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

Part and Inventory Search

Back
Top