Gray_code_element

Wednesday, November 17, 2010

Modal Windows

Modal Windows a modal window is a child window that requires users to interact with it before they can return to operating the parent application 1. Jquery provides modal windows as does ModalPopup

No comments:

Post a Comment

Using ESP32 for HTTPS

  #include   < WiFi.h > #include   < WiFiClientSecure.h > const   char *   ssid   =   " yourSSID " ; const   cha...