Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 29th, 2012  |  syntax: HTML 5  |  size: 0.50 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.         <meta charset="UTF-8"/>
  5.         <script src="http://code.jquery.com/jquery-latest.js"></script>
  6.         <script type="text/javascript" src="jquery.cookie.js"></script>
  7. </head>
  8. <body>
  9.         <span id="errmsg"></span><br />
  10.         <input type="text" size="50" id="api_key"/>
  11.         <input type="button" value="Login" id="submit" />
  12.         <br/><br/>
  13.         <div id="content"></div>
  14.         <br/>
  15.         <a href="#" onClick="load_content();">Reload</a>
  16.         <script type="text/javascript" src="main.js"></script>
  17. </body>
  18. </html>