|
Posted by Neredbojias on 04/06/06 21:12
To further the education of mankind, "vetalik" <vetalik@gmail.com>
declaimed:
> Hello!
> I have a problem with modal dialog, i need to make possible to copy
> text placed in tables from my modal dialog, and paste anywhere client
> wants.
> in example i have such a script:
> <input type="button" name="butt"
> onclick='window.showModalDialog("s.html","title",
> "height:200,width:400,status:no,toolbar:no,menubar:no,location:no");'>
>
>
> As a result of pressing button, i receive a modal dialog with content
> of s.html - source:
> <html>
> <body>
> some text here
> <body>
> <html>
>
>
> but i can't select any number of text, no context menu is working by
> right clicking.
> So I need to make menus available and tet selectable.
I'm not familiar with the showModalDialog function but it sounds like that
is the problem.
--
Neredbojias
Infinity can have limits.
[Back to original message]
|