Advertisement

05.08.2008 at 09:44PM PDT, ID: 23388453 | Points: 50
[x]
Attachment Details

How to select text on modal popup windows in asp.net

Tags: ASP.net, IE 6/7
Hi
I open modal popup windows using java script in asp.net.

function OpenChild()
{
var WinSettings= "resizable=no;dialogWidth:510px;dialogHeight:350px;help:no;maximize:yes;minimize:yes;scrollbars:yes";
var MyArgs = window.showModalDialog("http://localhost/Test/Test.aspx",WinSettings );

}

<input id="Button2" type="button" onclick="OpenChild();" value="button" />
Popup window is open well. But, there is lot of text on Test.aspx. Now, I want to select text for copy. But text is not selected.  I would like to know that how to select text and right click of mouse on modal popup?
If, is there alternative way to do this please tell me.
Any help is appreciated.
Regards
Rajesh
Start your free trial to view this solution
Question Stats
Zone: Software
Question Asked By: rajesh20k
Question Asked On: 05.08.2008
Participating Experts: 1
Points: 50
Views: 0
Translate:
Loading Advertisement...
05.09.2008 at 01:43AM PDT, ID: 21531160

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
05.09.2008 at 01:48AM PDT, ID: 21531170

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
Loading Advertisement...
20080236-EE-VQP-29 / EE_QW_2_20070628