Project

General

Profile

Download (267 Bytes) Statistics
| Branch: | Tag: | Revision:
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
}
(2-2/4)