codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:



Home » Javascript » Article

Javascript Get Selected Text

Article by: Jeff Anderson (9/1/2006)
Bookmark us now! Add to Favourites
Email a friend!Tell a friend
Sponsored by: FindMyHosting - Web Hosting Search
Summary: A cross-browser script to get text selected by the user
Viewed: 64304 times Rating (236 votes): 
 1.4 out of 5
 Rate this Article  Read Comments  Post Comments

Javascript Get Selected Text



Sometimes you want to know what text the user has selected with their mouse. The methods of handling this are slightly different in each browser, so here is the code to deal with it:

Select All Code


Now try it out. Select part of this sentence with your mouse, then click get selection. The resulting text will appear in the box below:




CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums
Rate this article:     Poor Excellent
View highlighted Comments
User Comments on 'Javascript Get Selected Text'
Posted by :  kato at 06:13 on Thursday, October 12, 2006
Cool and easy to get selected text but wait...
What about getting the [b]position[/b] of the selection in the whole string (indexOf)?
If I select "The methods of handling this" on this page, I'll be ok.
If I select "this", I will get the index of the first occurence of "this" on this page : the one from "Rate this article" at the top.
Any idea?
Posted by :  ayappa at 01:44 on Wednesday, January 10, 2007
I have an html page. I select some portion of text on this page with the mouse. I want to introduce start and end tags at the beginning and end of the selected area of text.
I wish to name these tags as <one> and </one> and insert them in the html file at the respective positions.
I shall do this for several selections.

I shall then parse this html file for these tag names to identify the selected text and store the names in a table for future use.

Please help me with javascript or vbscript code to achieve the same.

Thanks
Posted by :  LOGANAYAKI at 04:46 on Sunday, March 04, 2007
Hi,
Please send codings to create login page with JSP and mySQL


To post comments you need to become a member. If you are already a member, please log in .

 



RELATED ARTICLES
Javascript - Enable and Disable form elements
by Jeff Anderson
This is a relatively little known and under-used feature of javascript which can be very useful in guiding a user through a form. Using the disabled tag, you can switch on and off elements in a form.
Javascript Onload Event
by Jeff Anderson
Sometimes you need to perform an action immediatley after the page has loaded. That's when the onLoad Event Handler comes in handy
Check IsNumeric Function
by Jeff Anderson
A javascript validation function to check whether the details entered by a user are numeric.
Form Validation Function
by Jeff Anderson
A javascript validation function that you can use to validate all types of forms.
JavaScript Field Is Empty Form Validation
by Jeff Anderson
This javascript function allows you to check whether a form field has been completed or not.
Check Email Validation Function
by Jeff Anderson
A javascript validation function to check whether the user has entered a valid email address in a form.
Javascript Get Selected Text
by Jeff Anderson
A cross-browser script to get text selected by the user
Multiple submit buttons on a single form
by Kiran Pai
This script shows you how to submit the contents of a form to different programs depending on which Submit button you press. Additionally it also shows how to call two different functions when you press the Submit button.
Validate Form and Disable Submit Button
by Marylou Marks
I have a form that validates info, but I also want to disable the submit button. The disable part worked before adding the form validating.
Simple date validation
by Chris Hogben
function that takes a date in three parts, day, month and year - returns true if it's a valid date.








Recent Forum Threads
• Re: Perl Script - File Handling.
• Open a file from website
• Re: to open 5 terminals from one and also execute different commands on each terminal
• read a selected multiple line, those should match some of the values read in the files..
• Help me please
• Empty the contents of a file.
• Month Start, End dates
• show hide problem in dynamic table creation
• Re: ASP Sendmail has huge delay - ANYONE??


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2008