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 Mike Lewis 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: *

  1. isilkin

    You were a huge help last time. Javascript buttons

    You are the bomb it fixed the issue. Thank you, thank you.
  2. isilkin

    You were a huge help last time. Javascript buttons

    Ok, guys I have narrowed it down to these 4 lines of code. Because if I delete this code everything works. I don't want to rewrite the whole code. Can anyone think of a workaround? thisImage.overImage = new Image(); thisImage.overImage.src = "images/" + thisImage.id + "_on.png"...
  3. isilkin

    You were a huge help last time. Javascript buttons

    Thank you again for your input. I have tried giving an image a unique ID but it didn't change anything. Also, i think the file should be named something_on.png to be affected by the javascript. I thought if it is named anything else it would not be affected. How do I stop the rollover code from...
  4. isilkin

    You were a huge help last time. Javascript buttons

    I just fixed that but the problem is still there. I know for sure it is in the javascript because if I disable the script than the link work propertly. Thank you angain for your reply
  5. 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)...
  6. isilkin

    This is the friendlies forum ever! Javascript quick links help

    thank you again. I used the include command and it worked like a charm. Actually I can't believe it was this easy to make it work. PHP seem so integrate with HTML perfectly. I will remember this trick and use it many times in the future.
  7. isilkin

    This is the friendlies forum ever! Javascript quick links help

    i will try this right now and as far as i understand the site has to be on the server in order to work. in other words php does not work on local machine. thanks everyone for helping me
  8. isilkin

    This is the friendlies forum ever! Javascript quick links help

    http://www.tizag.com/phpT/include.php follow this url and tell me if this is exactly the example of what you mean. thanks a lot
  9. isilkin

    This is the friendlies forum ever! Javascript quick links help

    Thank you so much for you reply. I will have to google that include sintax and how to use it. My site does support php. So will every page tha has the links be renamed to php instead of html?
  10. isilkin

    This is the friendlies forum ever! Javascript quick links help

    Good Evening, Everyone Again! Pretty much I got to the point on my site where I would like to create these quick links. I could do them in HTML easily but since this box will be on every page, if I decide to update one link I will have to update every page. That is why I wanted the link to be...
  11. isilkin

    This is the friendlies forum ever! Javascript quick links help

    thank you so much again. I will poist it tomorrow. As I said the friendliest and most helpful forum ever
  12. isilkin

    This is the friendlies forum ever! Javascript quick links help

    Tahnk you, trollacious for your reply. I agree with you PHP would be great the only problem is that I know next to nothing about it. Where is with javascript I know some basics and at least I know how to edit it. I you could point me where I could get script for either one I would really...
  13. 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...
  14. isilkin

    preloading images (should be easy)

    Thank you for you reply dwarfthrower! No I know I am doing something wrong cos I thought I people would need to know is that part of the script because it is unrelated to everything else. Anyways if you don't mind looking over: window.onload = start; function start() { //start independent...
  15. 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...
  16. isilkin

    window.open in IE

    Thanks Lee! When you say "no" you mean there's no way around it. Do you know any thing about window.open?
  17. 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...
  18. isilkin

    Fade in or out effect

    You are absolutely right! it only works in IE. So I guess a logical question to ask is there a universal transition method for all browsers. I think I know of one way it would deal with reducing the opacity of an image gradually, but this will only give me a fade out effect. But what if I want...
  19. 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)...
  20. isilkin

    [b]finishing up slideshow[/b]

    Will this work to run two unrelated functions? window.onload = start; function start() { newShow(); initLinks(); }

Part and Inventory Search

Back
Top