Two onloads in one body

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

    Two onloads in one body

    Is it possible to have two onLoad statements in one body tag? One preloads
    some buttons I made with Fireworks, the other loads a script that rotates
    graphics.

    Thanks in advance
    Isidore


  • Jerry Park

    #2
    Re: Two onloads in one body

    Isidore wrote:
    [color=blue]
    > Is it possible to have two onLoad statements in one body tag? One preloads
    > some buttons I made with Fireworks, the other loads a script that rotates
    > graphics.
    >
    > Thanks in advance
    > Isidore
    >
    >[/color]
    You can separate multiple onload commands with semicolons. Alternately,
    create a function which will then call your multiple functions, place
    that function in the onload directive.

    Comment

    Working...