Created
February 15, 2013 16:47
-
-
Save reedlaw/4961645 to your computer and use it in GitHub Desktop.
This file contains 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
<a href='javascript:(function(){$("#user_first_name").val("John");$("#user_last_name").val("Doe");$("#user_address_1").val("123 Somewhere Ln.");$("#user_city").val("Someplace");$("#user_zip").val("12345");$("#user_phone").val("1-234-567-8901");rand=randomnumber=Math.floor(Math.random()*111111);$("#user_email").val("testing"+rand+"@example.com");$("#billingAddressInput").attr("checked","true");$("input[name=agreements]").attr("checked","true");$("#user_password").val("password");$("#user_password_confirmation").val("password");})();'>DGN Reg</a> | |
<a href="javascript:(function(){$("#order_card_name").val("John Doe");$("#order_card_number").val("4904202183894535");$(".selectMonth option:eq(3)").attr('selected','selected');$(".selectYear option:eq(3)").attr('selected','selected');$(".securityCode").val('123');})();">DGN CC#</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment