gestion des demandes d'évolution pour le centre kalachakra non géré dans les module booking et opendons
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

31 lines
757 B

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>PostBridge Example</title>
<script type="text/javascript" charset="utf-8">
function redirect(url, data) {
var form = document.createElement('form'),
textarea;
form.style.display = 'none';
form.setAttribute('method', 'POST');
form.setAttribute('action', url);
for (key in data) {
if (data.hasOwnProperty(key)) {
textarea = document.createElement('textarea');
textarea.setAttribute('name', key);
textarea.value = data[key];
form.appendChild(textarea);
}
}
document.body.appendChild(form);
form.submit();
}
</script>
</head>
<body>
</body>
</html>