how to get selected text of textbox in jscript variable?

  • Thread starter Thread starter clem
  • Start date Start date
C

clem

Hello,

there is an asp.net textbox which contains some text.
<asp:textbox runat="server"></asp:textbox>

I select some part of the text with the mouse: how can i get that part of
text in a jscript variable?

Thanks
Clem
 
Back
Top