Yorick
04-14-2005, 02:27 PM
I need a javascript, I want, when i click on 1 link, that al the disabled fields in my form will be enabled.
Field names:
ftp
ip
port
username
password
path
I have a the fields maked disabled by doing like this:
<input id="ftp" name="ftp" type="text" value="" size="88" disabled>
Thanks in advance!
Field names:
ftp
ip
port
username
password
path
I have a the fields maked disabled by doing like this:
<input id="ftp" name="ftp" type="text" value="" size="88" disabled>
Thanks in advance!