Hi ALL,
I have a MS 2003 server. All my text files are available in the server.
I have 5 clients attached to the server.
Now what i want is
If any client user opens a text file from the server, other client user should be able to know that this file is already opened.
How to do this in Perl.
Note: i want to do this client side
Thanks
S...
Search Result
Collapse
3 results in 0.0040 seconds.
Keywords
Members
Tags
-
How to check read only
-
Sending disabled form elements
Hello all,
I am stuck with my problem, and being a JS novice, I need your help. I'd appreciate it if anyone could.
I have a page, in which depending on value selected from dropdown-1 (for example), I need to disable or enable few other elements in the page.
I then need to send all these values via form submit to another page. Problem is, I discovered that disabled elements cannot be sent via form submits.... -
Q: how to set the readonly attribute to false (IE and Moz)
Hi,
I have form text fields that have the attribute readonly. I wish to
use a javascript (invoked by a button on my page) to erase the values
and set
the readonly attribute to false. How do I do this?
Here's what I have that is not working with respect to setting
readonly to false:
function nsfields ( bDefaults ) {
if ( bDefaults == "Yes" ) {
// insert the default...