Introduction and Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tsitora
    New Member
    • May 2007
    • 3

    Introduction and Question

    Hi, everyone, nice to meet you all, my name is Timothy, i`m a beginner in web programming, studying for my own purpose.
    There is a question that i want to ask. the question is how to get a word or maybe a sentence pointed from my cursor that i have read in any web address .and put it into my local disk, and i don't whether this question to php or javascript.
    Thank You
    Timothy
  • TNT
    New Member
    • Feb 2007
    • 48

    #2
    Originally posted by tsitora
    Hi, everyone, nice to meet you all, my name is Timothy, i`m a beginner in web programming, studying for my own purpose.
    There is a question that i want to ask. the question is how to get a word or maybe a sentence pointed from my cursor that i have read in any web address .and put it into my local disk, and i don't whether this question to php or javascript.
    Thank You
    Timothy
    Can you explain clearly what you mean?

    Comment

    • pbmods
      Recognized Expert Expert
      • Apr 2007
      • 5821

      #3
      Heya, tsitora. Welcome to TSDN!

      Originally posted by tsitora
      There is a question that i want to ask. the question is how to get a word or maybe a sentence pointed from my cursor that i have read in any web address .and put it into my local disk, and i don't whether this question to php or javascript.
      Well, in Mac OS X, you can just highlight any text with your mouse cursor, then click and hold for a second, then drag the text onto your desktop, and it will create a text clipping for you.

      I'm sure Windows has something similar....

      Comment

      • tsitora
        New Member
        • May 2007
        • 3

        #4
        Thanks TNT for the reply

        I mean that when you go to any browser( example :news on http://news.bbc.co.uk ). From that news i want to take a word or some sentences automatically. To refer the word or the sentences on that news, i want to use my cursor to designate the words. and after that i want it automatically saved on my local disk as a text file.

        Thank You
        Timothy

        Comment

        • tsitora
          New Member
          • May 2007
          • 3

          #5
          Originally posted by pbmods
          Heya, tsitora. Welcome to TSDN!



          Well, in Mac OS X, you can just highlight any text with your mouse cursor, then click and hold for a second, then drag the text onto your desktop, and it will create a text clipping for you.

          I'm sure Windows has something similar....
          Thanks pbmods for your reply

          Actually, i want to read news or something that written in the internet, and there is a lot of words that i don't know what they mean. so , while i am reading them, i can highlight any text that i want with my mouse cursor and save it automatically in my local disk or maybe to database, without any drag and drop or stopping from my reading.
          is it possible?

          Comment

          Working...