fourstrifes

Untitled

Feb 16th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. This is in the header:
  2.  
  3. <script>
  4. function infopopup() {
  5. var win = new Window({className: "spread", title: "Ruby on Rails", top:70, left:100, width:300, height:200, url: "info.html", showEffectOptions: {duration:1.5}})
  6. win.show();
  7. }
  8. </script>
  9.  
  10. This is the span tag:
  11.  
  12. <span id="banner" onClick="infopopup()">
Advertisement
Add Comment
Please, Sign In to add comment