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.
 
 
 
 
root 2aacb72059 droit+consultation factures participation online 3 years ago
..
public droit+consultation factures participation online 3 years ago
README.md contact us 3 years ago
server.js contact us 3 years ago

README.md

Avoid IE11 popup POST bugs

IE11 can't post form data to popup window. related issues

You can avoid this problem with tui-code-snippet popup module. please check this demo (demo/postBridge)

How to execute the demo

  1. install node dependency modules in project root
npm i
  1. execute demo server
node demo/postBridge/server.js
  1. connect demo page by several browsers

http://localhost:3000/popup.html

You can see the popup open and receive posted data properly.