jeter20131220 3 rokov pred
rodič
commit
d1ad66b24a
3 zmenil súbory, kde vykonal 4 pridanie a 3 odobranie
  1. 1 1
      desktop11/goto.js
  2. 1 1
      desktop11/index.html
  3. 2 1
      mobile/index.html

+ 1 - 1
desktop11/goto.js

@@ -180,7 +180,7 @@ $(".contact-form1").submit(function (e) {
       console.log('送出失敗: ' + jqXHR.responseText);
     }
   });
-  return false;
+  return true;
 });
 
 

+ 1 - 1
desktop11/index.html

@@ -443,7 +443,7 @@
                                 <option class="option">女</option>
                             </select>
                             <input type="checkbox" style="margin:30px 10px;" id="checkbox" checked><label
-                                for="agree">同意</label><a href="https://hhh.com.tw/about/privacy_policy/">免責聲明與隱私使用政策</a>
+                                for="agree">同意</label><a  target="https://hhh.com.tw/about/privacy_policy/" href="https://hhh.com.tw/about/privacy_policy/">免責聲明與隱私使用政策</a>
                         </div>
 
                     </div>

+ 2 - 1
mobile/index.html

@@ -438,11 +438,12 @@
                     <option class="option" value="type">女</option>
                 </select>
                 <input type="checkbox" id="checkbox" checked> <label id="agree" for="agree">同意</label><a
-                    href="https://hhh.com.tw/about/privacy_policy/">免責聲明與隱私使用政策</a>
+                   target="https://hhh.com.tw/about/privacy_policy/" href="https://hhh.com.tw/about/privacy_policy/">免責聲明與隱私使用政策</a>
                 <div class="form-btn">
                     <input class="btn" style="opacity: 1;" type="submit" value="送出">
                 </div>
             </div>
+        
         </form>
     </section>
     <div id="footer">