Guest User

Untitled

a guest
Jul 22nd, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <img src="images/spainflag.png" onclick="spanish()" />
  2. |
  3. <img src="images/ingflag.png" onclick="english()" />
  4.  
  5. <script type='text/javascript'>
  6. function english() {
  7. window.location.href = '?language=en';
  8. }
  9. </script>
  10.  
  11. <script type='text/javascript'>
  12. function spanish() {
  13. window.location.href = '?language=es';
  14. }
  15. </script>
Add Comment
Please, Sign In to add comment