Running remote script after page loads

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

    Running remote script after page loads

    Hi,

    I have an image loaded on my page that comes from a remote site using
    JavaScript

    I'm using...

    <script src='http://www.whatever.co m/JD088?template= GX5'></script>

    The image loads fine but my page seems to wait for this image to load before
    loading the rest of the page.

    Is there anyway I can run this script after my page loads.

    Cheers,

    -R


  • steve stevo

    #2
    Re: Running remote script after page loads

    You could try placing it at the bottom of the page ?


    "R" <R@quintec&.j p> wrote in message
    news:lTk3b.75$F Z3.62343@newsfe p2-win.server.ntli .net...[color=blue]
    > Hi,
    >
    > I have an image loaded on my page that comes from a remote site using
    > JavaScript
    >
    > I'm using...
    >
    > <script src='http://www.whatever.co m/JD088?template= GX5'></script>
    >
    > The image loads fine but my page seems to wait for this image to load[/color]
    before[color=blue]
    > loading the rest of the page.
    >
    > Is there anyway I can run this script after my page loads.
    >
    > Cheers,
    >
    > -R
    >
    >[/color]


    Comment

    Working...