root/usr/local/www/widgets/javascript/ipsec.js @ e220e513
1 |
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 |
}
|