note4

Monday, October 1, 2018

3:22 AM





iframe code popup no bar address or hidden bar addresss



<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'/>
<title>Example : a popup contact form using jQuery and ColorBox plugin </title>
<link rel="stylesheet" href="http://www.formmail-maker.com/var/demo/jquery-popup-form/colorbox.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="http://www.formmail-maker.com/var/demo/jquery-popup-form/jquery.colorbox-min.js"></script>
<script>
$(document).ready(function(){
$(".iframe").colorbox({iframe:true, fastIframe:false, width:"80%", height:"700px", transition:"fade", scrolling : false});
});
</script>
<style>
#cboxOverlay{ background:#666666; }
</style>
</head>
<body>
<h4>A Popup Email Form Demonstration</h4>
To make a popup form is easy. All you need is to make a form at <a href="http://www.formmail-maker.com">formmail-maker.com</a>, then use jQuery and ColorBox plugin to make it pop.
<p /><p />
<p><h3>Click here for the popup form demo : <a class='iframe' href="http://10.1.110.161">Contact Us</a></h3></p>
</body>
</html>

0 comments: