End of the line

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

    End of the line

    I want to insert a DIV that will display after all the HTML in the document.
    To what node should I append this new node?

    Ken


  • Richard Cornford

    #2
    Re: End of the line

    "Ken Kast" <use_group@kenk ast.com> wrote in message
    news:1FsMa.1352 61$x67.6163852@ twister.socal.r r.com...[color=blue]
    > I want to insert a DIV that will display after all the HTML in the
    >document. To what node should I append this new node?[/color]

    document.body

    Richard.


    Comment

    Working...