Tuesday, September 12, 2023
HomeCSSjavascript - Modal can not present after sending type

javascript – Modal can not present after sending type


I have a trouble where i can not present my modal after sending my register type.
Right here is my HTML code:

<< div course=" modal" design=" size: 450px;">>.
<< div course=" modal-header" design=" background-color: #f 0f0f0; cushioning: 15px;">>.
<< period design=" shade: #a 2a4a6; font-size: 22px;">> Register<.
<.

<< div course=" modal-content" design=" background-color: white; padding-top: 20px; padding-left: 25px; padding-right: 25px; padding-bottom: 55px;">>.
<< type course=" frm-register" approach=" article" activity=" register.php">
<> < tag for=" username">> Username< < input kind=" message" id=" username" name=" username" placeholder=" Enter your username" maxlength=" 32" called for design=" display screen: block; border-radius: 5px; font-size: 16px; boundary: 2px strong #a 2a4a6; cushioning: 13px; margin-top: 15px; margin-bottom: 20px; size: 90%;">>.

<< tag for=" e-mail">> Email< < input kind=" e-mail" id=" e-mail" name=" e-mail" placeholder=" email@example.com" maxlength=" 254" called for design=" display screen: block; border-radius: 5px; font-size: 16px; boundary: 2px strong #a 2a4a6; cushioning: 13px; margin-top: 15px; margin-bottom: 20px; size: 90%;">>.

<< tag for=" password">> Password< < i course=" bi bi-eye-slash" id=" togglePassword" design=" arrow: guideline; placement: taken care of; top: 75%; left: 85%;"><> .
<< input kind=" password" id=" password" name=" password" placeholder=" Enter your password" maxlength=" 30" called for design=" display screen: block; border-radius: 5px; font-size: 16px; boundary: 2px strong #a 2a4a6; cushioning: 13px; margin-top: 15px; margin-bottom: 20px; size: 90%;">>.

<< input kind=" send" name=" register" worth=" Register" design=" float: right; boundary: 0; text-transform: capital; shade: #fff; arrow: guideline; cushioning: 10px; background-color: # 7d4a95; font-size: 16px; border-radius: 5px;">>.
<.
<.
<.

<< div course=" notif">
<> < div id=" notif-modal" course=" modal" design=" display screen: none; background-color: rgba( 44, 40, 40, 0.4); size: 550px; elevation:520 px; placement: taken care of; top: -40 px; left: -50 px;">>.
<< div course=" modal-content" design=" background-color: #fefefe; boundary: 1px strong # 888; size: 60%; margin: 50px car;">>.
<< div course=" modal-body" design=" text-align: facility; margin-bottom: 110px; margin-top: 50px;">>.
<< table boundary=" 0">
<> < tr>>.
<< td>>.
<< img src=" img/warning. png" id=" symbol" alt=" gambar" size=" 100px" elevation=" 100px" design=" margin-left: 110px; margin-right: 110px; margin-bottom: 20px;">>.
<.
<.
<< tr>>.
<< td>>.
<< period id=" summary"><>  .
<.
<< tr>>.
<< td>>.
<< input kind=" switch" id=" confirm-notif" worth=" Ok" design=" background-color: # 7d4a95; shade: white; cushioning: 12px 20px; boundary: none; border-radius: 4px; arrow: guideline; margin-top: 20px;">>.
<.
<.
<.
<.
<.
<.
<.

Right here is my javascript and also php code where i attempt to present the modal after the type is sent:

<

RELATED ARTICLES

Most Popular

Recent Comments