Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q356

Feedback on: irt.org FAQ Knowledge Base Q356

Sent by Soujanya Alamuru on May 14, 2001 at 15:55:32: - feedback #2728

Comments:
On Internet Explorer try :

<BODY onmouseup="javascript:showsel();">

<b> Some sample text that can be selected </b>
<P> </P>

</BODY>
<script language="Javascript">
function showsel()
{
x = window.document.selection.createRange();
alert(x.text);
}
</script>


Sent by lwin on September 04, 2001 at 18:42:27: - feedback #3125

Worth:
Not worth reading

Comments:
Doesn't give me the result what I want.


©2018 Martin Webb