How to set the div under a text box?3219 (7/17/2008 1:35:35 PM) comp.lang.javascript As the title, anyone know how to set the div just under a control or another div? Just like the google live search effect. Thanks a lot. ... Cylix
How to set the cursor to the end of a input box?1318 (7/9/2007 7:03:13 AM) comp.lang.javascript My function is going to set some predefined value to a input text box, and it will focus to the inputbox and set it to the end of the value. As the title, how to set the cursor to the end of value? Thanks a l... Cylix
right click menu180 (7/5/2007 1:29:57 AM) comp.lang.javascript When I using hotmail and yahoo mail, I found the webmail application provide right click context menu. I know how to capture the right click event, and show the my context menu(div), but how to stop showing th... Cylix
how to implement onlick event on a node?393 (4/3/2007 1:43:01 AM) comp.lang.javascript my function: function displayFiles(files, curPath) { var d = document.getElementById('folderContent'); d.innerHTML = ''; if (!(d&&files)) return; var aryFiles = files.split('|'); var node, txtNode, imgNode... Cylix
How to copy a file and force overwirte in perl3611 (11/30/2006 3:34:55 AM) comp.lang.perl.misc I have to write a perl script to copy and overwrite a file, I tried to use file::copy but it seems no options for force overwrite the destination file. please advise. Thanks! ... Jay
Postfix configure for email gateway.146 (11/6/2006 8:51:03 AM) comp.os.linux.misc I would like to using P3 800, 256MB RAM computer as a email gateway. The mainly job of it are: 1. Send and receive email. 2. Greylisting Inplementation. 3. Relay the email with valid email address(valid user) ... Jay
Please help on qmail SMTP error ...119 (10/17/2006 8:17:59 AM) comp.os.linux.advocacy I can set out email to gmail, and get the email locally. However, I cannot telnet to 127.0.0.1 25, I ensure the tcp is listen on 0.0.0.0:25 already. the log: @4000000045348bec1e1f539c tcpserver: status: 1/20 @... Jay