onload event doesn't fire?

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

    #1

    onload event doesn't fire?

    I've run across an interesting issue. On my development server (a
    Windows 2000 box), the onload event inside the <body> tag on .asp
    pages will not fire. Even if I take the time to build a "function
    window_onload() ", the .asp page seems to ignore it. However, when I
    place the same code on my production server (also Windows 2000 Server)
    it fires just fine. Any ideas?

    -Brian
  • kaeli

    #2
    Re: onload event doesn't fire?

    In article <180290a9.03070 11652.5adb8838@ posting.google. com>, kicksave5
    @hotmail.com shared the illuminating thought...[color=blue]
    > I've run across an interesting issue. On my development server (a
    > Windows 2000 box), the onload event inside the <body> tag on .asp
    > pages will not fire. Even if I take the time to build a "function
    > window_onload() ", the .asp page seems to ignore it. However, when I
    > place the same code on my production server (also Windows 2000 Server)
    > it fires just fine. Any ideas?
    >
    > -Brian
    >[/color]

    Do they both have the same SPs (SP4 is the most recent, IIRC)? Same
    browser versions (is this IE?)? Same permissions(jav ascript enabled,
    security settings, etc)? Same version of IIS?

    What happens if you do something very simple, like
    <body onLoad="alert(' loaded');">
    in both systems?

    ----------------------------------------
    ~kaeli~


    Kill one man and you are a murderer.
    Kill millions and you are a conqueror.
    Kill everyone and you are God.
    ----------------------------------------

    Comment

    Working...