SQL Server
Visual FoxPro
Visual Basic
Game Technologies
IE Development
Windows Vista
SharePoint Products
Microsoft ISV
VS Team System
Visual Studio
Smart Devicet
Audio and Video
Visual C#
.NET Development
Visual C++
Software Development Network>> .NET Development>> Select page contents via javascript
Select page contents via javascript
Hot Topic
Loading reused XML file only once in WebService
generics and static methods question
XmlSerializer and Nillable field issue
Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'
Accessing Remote Desktop
How to access COM interface of a running C# program?
How can i use SqlTransaction with TableAdapter in generated DataSet?
Are / Will Generic Type-less Conversions be supported?
Getting Remote IP address!!
Displays Excel worksheet in DataGridView
.NET Development
library linking
CLR and thread deadlocks
ASYNC XML calls via a C# Class?
Append at the end of an existing xml file?
active directory System_com object
How do you run javascript and vbscript on the same asp.net page
RegEx MatchEvaluator, how to write a oneliner?
problem with install my vb.net application
Date/Time Error
My database doesn't update !!!???
Select page contents via javascript
Hi All,
How select all html page contents via javascript.
like Edit -> Select all option of browser.
Answer this question
Select page contents via javascript
nguyentanbao
Hi,
I have done this problem by my self effort. so that's why i m reply here.
var Rang=document.body.CreateTextRange();
Rang.Select();
Select page contents via javascript
Answer this question
Select page contents via javascript
nguyentanbao
I have done this problem by my self effort. so that's why i m reply here.
var Rang=document.body.CreateTextRange();
Rang.Select();