1 |
d1ef3e5a
|
Scott Dale
|
function updateIpsec(){
|
2 |
|
|
selectIntLink = "ipsecDetailed";
|
3 |
|
|
ipsecsettings = "ipsecDetail=";
|
4 |
|
|
ipsecsettings += d.getElementById(selectIntLink).checked;
|
5 |
|
|
|
6 |
|
|
selectIntLink = "ipsec-config";
|
7 |
|
|
textlink = d.getElementById(selectIntLink);
|
8 |
|
|
textlink.value = ipsecsettings;
|
9 |
|
|
}
|