www.webdeveloper.com
+ Reply to Thread
Page 3 of 3 FirstFirst 1 2 3
Results 31 to 33 of 33

Thread: Call up

  1. #31
    Join Date
    Jul 2012
    Posts
    17
    WOW!!! Thats impressive I am somewhat embarrassed that you felt the need to do the whole lot, thank you so much for your work.
    I really do need to get to grips with this javascript.

  2. #32
    Join Date
    Jul 2012
    Posts
    17
    Brilliant! Brilliant! Brilliant!

    I've just used it

    What a genius

    Thank you again

  3. #33
    Join Date
    Jul 2012
    Posts
    17
    hello, I've been trying to add an image load function to the page, with out success yet again. Basically I noticed in Safari on mac os10.5 and 10.6, the img boxes display a little image ? icon, even if I add an image to it, but FF does not.
    Is there a way of loading an image into the img boxes 1 and 2 before a user selects from the dropdowns?

    This is what I've tried:
    Code:
    function preloader() 
     {
     loadImage = new Image(); 
     loadImage.src = "images/autocad.gif";
     }
    Then this in the html

    Code:
    <div id="img1"><img id="image1" src="" alt=""><img name="img01"onLoad="javascript:preloader()"/></div>
    I realise that I'm calling up both images with the above, but its a little annoying having that ? icon in safari.

    thanks yet again

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center



Recent Articles