Created
April 23, 2013 22:44
-
-
Save unRob/5448050 to your computer and use it in GitHub Desktop.
Condusef es una mierda
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//primer paso | |
var f=document.forma1;f.method="post";f.action="/reus/condusef";var b=document.createElement('button');b.innerText = 'clicky';f.appendChild(b); | |
//para el segundo paso | |
var f=document.forma1;f.action="/reus/Alta";b = document.createElement('button');b.innerText = 'clicky';f.appendChild(b); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment