Relaoding Pictures

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Patrick

    Relaoding Pictures

    What is the javascript for reloading images upon the loading of each
    page on a website. Also, how do I implement this in the HTML. I am new
    (to say the least) to javascript and I apologize for the simplicity of
    my question in advance.

    patrickmcquaid@ earthlink.net
  • elji

    #2
    Re: Relaoding Pictures

    Patrick wrote:
    [color=blue]
    > What is the javascript for reloading images upon the loading of each
    > page on a website. Also, how do I implement this in the HTML. I am new
    > (to say the least) to javascript and I apologize for the simplicity of
    > my question in advance.
    >
    > patrickmcquaid@ earthlink.net[/color]


    This is how I understand your question:

    You want one .html page to load, and once it's fully loaded, with all
    data and images, you want the images to reload.

    There's something wrong...

    Comment

    • Patrick

      #3
      Re: Relaoding Pictures

      I already did a website and the pictures have been changed recently. I
      have heard that the pictures are loading from cache on other offices
      computers and need to insert the java that freshly loads the pictures
      each time the site is accessed.

      Comment

      • Thomas 'PointedEars' Lahn

        #4
        Re: Relaoding Pictures

        Patrick wrote:
        [color=blue]
        > I already did a website and the pictures have been changed recently. I
        > have heard that the pictures are loading from cache on other offices
        > computers and need to insert the java that freshly loads the pictures
        > each time the site is accessed.[/color]

        We had that question and an IMO useful answer a few days before here.
        Besides, Java is not JavaScript.


        PointedEars

        Comment

        Working...