3 replies
Hi, I need a non-blockable popup window for my static html site that shows an 300x250 animated gif. (centered) If the user clicks the image, a new browser window will open.

Can anyone help me?
#code #opup #popup
  • Profile picture of the author ronmojohny
    Bump. I'm willing to pay someone to do this.

    Thanks..
    {{ DiscussionBoard.errors[3078524].message }}
  • Profile picture of the author mywebwork
    I'm playing with this one right now, it might suit your needs:

    The #1 Javascript Pop Up / Lightbox - Get TopUp! - Home

    Bill
    {{ DiscussionBoard.errors[3080445].message }}
  • Profile picture of the author Devskumar9
    Hi,

    <!-- Codes by Quackit.com -->
    <script type="text/javascript">
    // Popup window code
    function newPopup(url) {
    popupWindow = window.open(
    url,'popUpWindow','height=700,width=800,left=10,to p=10,resizable=yes,scrollbars=yes,toolbar=yes,menu bar=no,location=no,directories=no,status=yes')
    }
    </script>
    <a href="JavaScript:newPopup('website ka url ?');">Open a popup window</a>
    {{ DiscussionBoard.errors[3082273].message }}

Trending Topics