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

Feedback on: irt.org FAQ Knowledge Base Q356, May 14, 2001 at 15:55:32:

You are here: irt.org | About | Feedback | 2728 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q356

Sent by
Soujanya Alamuru on May 14, 2001 at 15:55:32:

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>


Other feedback on 'irt.org FAQ Knowledge Base Q356' - show all

©2018 Martin Webb