<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<label>
<input type="checkbox" name="checkbox" id="checkbox" />
</label>
If Checkbox is checked then the B field will automatically EQ the A field value and so on with C and D and E and F. Fields B, D and F will also be "disabled". If the checkbox is unchecked then the values will remain the same but editable again.<br />
<br />
<br />
<table width="0" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><label>
A Field
<input type="text" name="textfield" id="textfield" value="First Name" />
B Field
</label></td>
<td width="155"><input type="text" name="textfield2" id="textfield2" /></td>
</tr>
<tr>
<td colspan="2"><label> C Field
<input type="text" name="textfield3" id="textfield3" value="First Name" />
D Field </label></td>
<td><input type="text" name="textfield3" id="textfield4" /></td>
</tr>
<tr>
<td width="193">E Field
<label>
<select name="select" id="select">
<option value="1">A</option>
<option value="2">B</option>
</select>
</label></td>
<td width="118"> F Field</td>
<td><select name="select2" id="select2">
<option value="1">A</option>
<option value="2">B</option>
</select></td>
</tr>
</table>
</body>
</html>
Network and collaborate with thousands of CTOs, CISOs, and IT Pros rooting for you and your success.
”The time we save is the biggest benefit of E-E to our team. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange.
Our community of experts have been thoroughly vetted for their expertise and industry experience.