Saturday, September 18, 2010

Article | Popup Window IN Blogger HTML JavaScript

Here is a JavaScript code for Generate a link popup window. You can copy this paste it to your website. Change the url from www.minc.in to your own link.


  1. <!-- Codes by minc.in -->

  2. <script type="text/javascript">

  3. // Popup window code

  4. function newPopup(url)

  5. {

  6. popupWindow = window.open(url,'popUpWindow','height=700,width=800,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')

  7. }

  8. </script>

  9. <a href="JavaScript:newPopup('http://www.minc.in');">TEXT</a>

Loading...

Comments :

0 comments to “ Popup Window IN Blogger HTML JavaScript ”

Post a Comment

Enter any comments

Followers