Loading html document before displaying it?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • oneglenport-programming

    Loading html document before displaying it?

    Is there a javascript code for loading the contents of a document first,
    before displaying it?

    Thank you.


  • Evertjan.

    #2
    Re: Loading html document before displaying it?

    oneglenport-programming wrote on 27 mrt 2005 in comp.lang.javas cript:[color=blue]
    > Is there a javascript code for loading the contents of a document first,
    > before displaying it?[/color]

    <body
    style='display: none;'
    onload='documen t.body.style.di splay=""'[color=blue]
    >[/color]

    not tested.

    --
    Evertjan.
    The Netherlands.
    (Replace all crosses with dots in my emailaddress)

    Comment

    Working...