Share Pastebin
Guest
Public paste!

adapar

By: a guest | Oct 6th, 2008 | Syntax: HTML | Size: 0.62 KB | Hits: 56 | Expires: Never
Copy text to clipboard
  1.    <link href="http://famspam.com/facebox/facebox.css" media="screen" rel="stylesheet" type="text/css" />
  2.  
  3.    <script src="http://famspam.com/javascripts/jquery.js" type="text/javascript"></script>
  4.    <script src="http://famspam.com/facebox/facebox.js" type="text/javascript"></script>
  5.  
  6.    <script type="text/javascript">
  7.    jQuery(function($) {
  8.      $('form').submit(function(){
  9.        window.location = 'http://youtube.com/watch?v=Yu_moia-oVI'
  10.        return false
  11.      })
  12.      $(':text').focus(function() { $(this).val('') })
  13.      $('a').click(function() { $('form').submit(); return false })
  14.     });
  15.     </script>