View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsd/searches
In directory sc8-pr-cvs1:/tmp/cvs-serv4871/searches

Modified Files:
        jsenc.xml 
Log Message:
Select generated string for easy copying

Index: jsenc.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/searches/jsenc.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** jsenc.xml   7 Dec 2002 00:13:31 -0000       1.1
--- jsenc.xml   12 Dec 2002 15:44:27 -0000      1.2
***************
*** 41,44 ****
--- 41,45 ----
              // successfully encoded mailto
              document.deff.q.value = r;
+             document.deff.q.createTextRange().select();
            }
            return false;
***************
*** 58,61 ****
--- 59,63 ----
        }
        document.deff.q.value = ret_value;
+       document.deff.q.createTextRange().select();
      }
  




-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Reply via email to