Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- </title><meta name="viewport" content="width=device-width, initial-scale=1" /><meta name="description" /><meta content="themes-lab" name="author" /><link rel="shortcut icon" href="../assets/img/favicon.png" /><link href="../assets/css/style.css" rel="stylesheet" /><link href="../assets/css/ui.css" rel="stylesheet" /><link href="../assets/plugins/icheck/skins/all.css" rel="stylesheet" /><link href="../assets/plugins/bootstrap-loading/lada.min.css" rel="stylesheet" /></head>
- <body class="account2 signup" data-page="signup">
- <form method="post" action="./SignupAccount" id="form1">
- <div class="aspNetHidden">
- <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
- <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
- <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="Y8PWCd9QmSDoAfauwXR9cjlbvfL0MxaHeQbMR6WdLCdGhIfL6yIRo+AJvhdfXbDF6pWCynZVLSkUTa4Cp4ugmQ0iyvKmYzzl0St9slFiyms=" />
- </div>
- <script type="text/javascript">
- //<![CDATA[
- var theForm = document.forms['form1'];
- if (!theForm) {
- theForm = document.form1;
- }
- function __doPostBack(eventTarget, eventArgument) {
- if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
- theForm.__EVENTTARGET.value = eventTarget;
- theForm.__EVENTARGUMENT.value = eventArgument;
- theForm.submit();
- }
- }
- //]]>
- </script>
- <script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZCY--w1s0nGb-ijrzJ8Ib7YXMzuW_VD1892al5MRHXy0N9oUYzRpnO_iSWK4dGFIBg2&t=635973540379903888" type="text/javascript"></script>
- <script src="../Scripts/WebForms/MsAjax/MicrosoftAjax.js" type="text/javascript"></script>
- <script type="text/javascript">
- //<![CDATA[
- if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
- //]]>
- </script>
- <script src="../Scripts/WebForms/MsAjax/MicrosoftAjaxWebForms.js" type="text/javascript"></script>
- <script type="text/javascript">
- //<![CDATA[
- var PageMethods = function() {
- PageMethods.initializeBase(this);
- this._timeout = 0;
- this._userContext = null;
- this._succeeded = null;
- this._failed = null;
- }
- PageMethods.prototype = {
- _get_path:function() {
- var p = this.get_path();
- if (p) return p;
- else return PageMethods._staticInstance.get_path();},
- SignupAccount:function(fname,lname,email,password,succeededCallback, failedCallback, userContext) {
- /// <param name="fname" type="String">System.String</param>
- /// <param name="lname" type="String">System.String</param>
- /// <param name="email" type="String">System.String</param>
- /// <param name="password" type="String">System.String</param>
- /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
- /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
- /// <param name="userContext" optional="true" mayBeNull="true"></param>
- return this._invoke(this._get_path(), 'SignupAccount',false,{fname:fname,lname:lname,email:email,password:password},succeededCallback,failedCallback,userContext); }}
- PageMethods.registerClass('PageMethods',Sys.Net.WebServiceProxy);
- PageMethods._staticInstance = new PageMethods();
- PageMethods.set_path = function(value) {
- PageMethods._staticInstance.set_path(value); }
- PageMethods.get_path = function() {
- /// <value type="String" mayBeNull="true">The service url.</value>
- return PageMethods._staticInstance.get_path();}
- PageMethods.set_timeout = function(value) {
- PageMethods._staticInstance.set_timeout(value); }
- PageMethods.get_timeout = function() {
- /// <value type="Number">The service timeout.</value>
- return PageMethods._staticInstance.get_timeout(); }
- PageMethods.set_defaultUserContext = function(value) {
- PageMethods._staticInstance.set_defaultUserContext(value); }
- PageMethods.get_defaultUserContext = function() {
- /// <value mayBeNull="true">The service default user context.</value>
- return PageMethods._staticInstance.get_defaultUserContext(); }
- PageMethods.set_defaultSucceededCallback = function(value) {
- PageMethods._staticInstance.set_defaultSucceededCallback(value); }
- PageMethods.get_defaultSucceededCallback = function() {
- /// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
- return PageMethods._staticInstance.get_defaultSucceededCallback(); }
- PageMethods.set_defaultFailedCallback = function(value) {
- PageMethods._staticInstance.set_defaultFailedCallback(value); }
- PageMethods.get_defaultFailedCallback = function() {
- /// <value type="Function" mayBeNull="true">The service default failed callback.</value>
- return PageMethods._staticInstance.get_defaultFailedCallback(); }
- PageMethods.set_enableJsonp = function(value) { PageMethods._staticInstance.set_enableJsonp(value); }
- PageMethods.get_enableJsonp = function() {
- /// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
- return PageMethods._staticInstance.get_enableJsonp(); }
- PageMethods.set_jsonpCallbackParameter = function(value) { PageMethods._staticInstance.set_jsonpCallbackParameter(value); }
- PageMethods.get_jsonpCallbackParameter = function() {
- /// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
- return PageMethods._staticInstance.get_jsonpCallbackParameter(); }
- PageMethods.set_path("SignupAccount");
- PageMethods.SignupAccount= function(fname,lname,email,password,onSuccess,onFailed,userContext) {
- /// <param name="fname" type="String">System.String</param>
- /// <param name="lname" type="String">System.String</param>
- /// <param name="email" type="String">System.String</param>
- /// <param name="password" type="String">System.String</param>
- /// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
- /// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
- /// <param name="userContext" optional="true" mayBeNull="true"></param>
- PageMethods._staticInstance.SignupAccount(fname,lname,email,password,onSuccess,onFailed,userContext); }
- //]]>
- </script>
- <script type="text/javascript">
- //<![CDATA[
- Sys.WebForms.PageRequestManager._initialize('ScriptManager1', 'form1', [], [], [], 90, '');
- //]]>
- </script>
- <div class="aspNetHidden">
- <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="36F90C25" />
- </div></form>
- <!-- Visual Studio Browser Link -->
- <script type="application/json" id="__browserLink_initializationData">
- {"appName":"Chrome","requestId":"342253a65de44c9ca30eea45708d4d0a"}
- </script>
- <script type="text/javascript" src="http://localhost:8396/a3698d8979324105aca0f49ec5f2612c/browserLink" async="async"></script>
- <!-- End Browser Link -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement