Select whole page

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

    Select whole page

    Hi,

    any suggestions in javascript for selecting the text of a whole web
    page at the touch of a button without using text inputs.

    TIA
  • Bill M.

    #2
    Re: Select whole page

    Use a Range

    "Persep" <persep@wanadoo .es> wrote in message
    news:8ece8554.0 311111604.23f1b fc8@posting.goo gle.com...[color=blue]
    > Hi,
    >
    > any suggestions in javascript for selecting the text of a whole web
    > page at the touch of a button without using text inputs.
    >
    > TIA[/color]


    Comment

    • PerseP

      #3
      Re: Select whole page

      How do I make the selection with a button if a don't use a text area?
      "Bill M." <wpmccormick@ho tmail.com> wrote in message
      news:24f39$3fb1 7cee$44a52955$8 198@msgid.megan ewsservers.com. ..[color=blue]
      > Use a Range
      >
      > "Persep" <persep@wanadoo .es> wrote in message
      > news:8ece8554.0 311111604.23f1b fc8@posting.goo gle.com...[color=green]
      > > Hi,
      > >
      > > any suggestions in javascript for selecting the text of a whole web
      > > page at the touch of a button without using text inputs.
      > >
      > > TIA[/color]
      >
      >[/color]


      Comment

      • Bill M.

        #4
        Re: Select whole page

        > How do I make the selection with a button if a don't use a text area?

        I never said anything about a button or text area.

        Take a look at the "Range" object in your favorite refrence material.

        Bill


        Comment

        Working...