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!

Search results for query: *

  • Users: isilkin
  • Content: Threads
  • Order by date
  1. isilkin

    You were a huge help last time. Javascript buttons

    Hello, Everyone again! Last time you guys were a huge help. I am running into a problem. The buttons on my site that are controled via javascript for some reason cauing all other hyperlinked images to work incorrectly. here is the example (just hove over adobe image)...
  2. isilkin

    This is the friendlies forum ever! Javascript quick links help

    Good Evening everyone! It is so nice to see you all again. I am trying to change my career from graphic designer to computer repair tech and therefore building a site for myself. I want to add a box on one side of the site with links to different sites or aticles and so on. But I want the...
  3. isilkin

    preloading images (should be easy)

    Funny! I am the only person who posted something today. ANyways guys, I am missing something very simple while trying to preload several images in javascript: var bigSample = new Array("samples/55.jpg","samples/54.jpg", "samples/50.jpg","samples/51.jpg"); function preloading() { for (var j=0...
  4. isilkin

    window.open in IE

    Can anyone help me figure out why window.open('someimage.jpg') doesn't work in IE. Is there some sort of build-in pop-up blocker? Also if my page has javascript on it IE displays a message at a top of the browser window asking weather or not I want to allow blocked content. Is there any way...
  5. isilkin

    Fade in or out effect

    Guys can anyone tell me what is wrong with this a basic fade in or out effect in javascrtipt. That is what I have but it doesn't do anything. I want images to fade out as next image loads for my slideshow. function autoChangeHandler() { imageTimerId = setInterval("processNext()", 2000)...
  6. isilkin

    [b]finishing up slideshow[/b]

    Hi, thanks to everyone who helped me with this slideshow. I am now adding some finishing touches to it and I run into a problem. for some reason javascript doesn't want to load my initLinks function. I am pretty sure that the function itself it good and fine cos I tested it but in combination...
  7. isilkin

    <b>image border color</b>

    Hi, everyone! How do you guys change or add image border color with javascript. that is what I have now and it doesn't work. in HTML <td width="64"><img src="thumbnails/1.jpg" width="64" height="64" id="square0" onmouseover="borderOver();"/></td> in Javascript function borderOver(){...
  8. isilkin

    thumbnails for slideshow

    For some reason my previous post was removed? Anyhow, I am a web designer and not a programmer but I am learning javascript. So, if I am creating a slideshow with thumbnails, where when a user clicks on a thumbnail it displays a large image. document.getelementbyid("thumbnail1").onclick =...

Part and Inventory Search

Back
Top