Код: Выделить всё
$(document).ready(function(){
$("#popup1").hide();
});
window.onload=function(){
document.getElementById("popup1").contentWindow.document.getElementById("hidepopout").addEventListener("click", PopUpHide, false);
function PopUpHide(){
$("#popup1").hide();
document.getElementById("popup1").contentWindow.document.getElementById("form").reset();
}
}
index2.php
Contact me
function PopUpShow(){
$("#popup1").show();
}
Код: Выделить всё
Contact Us
Your message was sent successfully!
✖
Send Message
Подробнее здесь: https://stackoverflow.com/questions/790 ... -in-iframe
Мобильная версия