Skip to content

Instantly share code, notes, and snippets.

@unRob
Created April 23, 2013 22:44
Show Gist options
  • Save unRob/5448050 to your computer and use it in GitHub Desktop.
Save unRob/5448050 to your computer and use it in GitHub Desktop.
Condusef es una mierda
//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