Advertisement
Guest User

Untitled

a guest
Jan 25th, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.48 KB | None | 0 0
  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <!--
  5. * Copyright (c) 2006 Sun Microsystems, Inc.  All rights reserved.  U.S.
  6. * Government Rights - Commercial software.  Government users are subject
  7. * to the Sun Microsystems, Inc. standard license agreement and
  8. * applicable provisions of the FAR and its supplements.  Use is subject
  9. * to license terms.  
  10. *
  11. * This distribution may include materials developed by third parties.
  12. * Sun, Sun Microsystems, the Sun logo, Java and J2EE are trademarks
  13. * or registered trademarks of Sun Microsystems, Inc. in the U.S. and
  14. * other countries.  
  15. *
  16. * Copyright (c) 2004-2006 Sun Microsystems, Inc. Tous droits reserves.
  17. *
  18. * Droits du gouvernement americain, utilisateurs gouvernementaux - logiciel
  19. * commercial. Les utilisateurs gouvernementaux sont soumis au contrat de
  20. * licence standard de Sun Microsystems, Inc., ainsi qu'aux dispositions
  21. * en vigueur de la FAR (Federal Acquisition Regulations) et des
  22. * supplements a celles-ci.  Distribue par des licences qui en
  23. * restreignent l'utilisation.
  24. *
  25. * Cette distribution peut comprendre des composants developpes par des
  26. * tierces parties. Sun, Sun Microsystems, le logo Sun, Java et J2EE
  27. * sont des marques de fabrique ou des marques deposees de Sun
  28. * Microsystems, Inc. aux Etats-Unis et dans d'autres pays.
  29. -->
  30.  
  31. <HTML xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  32.     <HEAD> <title>Hello</title> </HEAD>
  33.    
  34.    
  35.    
  36.     <body bgcolor="white">
  37.    
  38. <form id="helloForm" name="helloForm" method="post" action="/guessNumber/guess/greeting.jsp;jsessionid=5b8f77f1b3e8b0e40258b87e168c" enctype="application/x-www-form-urlencoded">
  39. <input type="hidden" name="helloForm" value="helloForm" />
  40.  
  41.       <h2>Hi. My name is Duke.  I'm thinking of a number from
  42.       <span xml:lang="en_US">0</span> to
  43.       10.  Can you guess
  44.       it?</h2>
  45.  
  46.       <img id="helloForm:waveImg" src="/guessNumber/wave.med.gif;jsessionid=5b8f77f1b3e8b0e40258b87e168c" alt="Duke waving" /><input id="helloForm:userNo" type="text" name="helloForm:userNo" /><input id="helloForm:submit" type="submit" name="helloForm:submit" value="Submit" />
  47.      
  48.      
  49.       <p>
  50.       <span id="helloForm:errors1"></span>
  51.     </p>
  52.    <input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="-1442786058632847061:-8207194344341989538" autocomplete="off" />
  53. </form>
  54.  </body>
  55. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement