Guest User

Untitled

a guest
Oct 19th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     <script type="text/javascript">
  2.    
  3.     function download(selectedtype) {
  4.       document.albumdl.supporttype.value = selectedtype;
  5.       document.albumdl.submit();
  6.     }
  7.    
  8.     </script>
  9.  
  10.        
  11.  
  12.  
  13. <FORM METHOD='POST' NAME='albumdl' ACTION='/add/'>\n
  14. <input type='hidden' name='supporttype' />
  15. <a href='javascript:download("test")'>Click here</a>
  16. </FORM>
Add Comment
Please, Sign In to add comment