1<body>2<a data-reveal-id="mymodaldailymodify"data-animation="Fade"title="Edit"> Edit </a>3<div style="position:fixed">4<div id="mymodaldailymodify" class="Reveal-modal">5 6<iframe frameborder="No"style="padding-top:30px"Width="860"height="408px"Src="webform2.aspx"></iframe>7<aclass="Close-reveal-modal">x</a> </div>8</body>
Reference: (Personal find I quote jquery.reveal.js must reference jquery-1.8.0, later version will not bounce)
1<script src=".. /js/jquery-1.8.0.min.js"Type="Text/javascript"></script>2 3<script src=".. /js/jquery.reveal.js"Type="Text/javascript"></script>4<link href=".. /styles/reveal.css"Rel="stylesheet"Type="Text/css"/>5 6<style type="Text/css">7. reveal-Modal {8 9 top:80px;TenLeft $%; OneMargin-left:-600px; A width:850px; - } -</style>
Note: This is a personal case in the project
Pop-up Ifame page (jquery.reveal.js)