Questions About Iframe Popup
-
Hello, I tried to find the answer before asking and this is all I got:
<script type=”text/javascript”>
jQuery(document).ready(function(){
jQuery.colorbox({href:’https://www.google.com’, iframe:true, open:true, width:500, height:500})
});
</script>I just had a couple of questions.
How would I set a cookie for this script to only show once per hour? And how would I add a 5 second delay?
Please let me know. Thanks! ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Questions About Iframe Popup’ is closed to new replies.