|
Dec 29
|
Technical Specs
function selectCode(a)
{
var e = a.parentNode.parentNode.getElementsByTagName(’PRE’)[0];
if (window.getSelection)
{
var s = window.getSelection();
if (s.setBaseAndExtent)
{
[...]







