Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1.  
  2.  
  3. ParentCONNECTxp Sign In - Welcome to Prince William County Schools Parent Portal
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. alertProperties.buttonTxt = 'OK'
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. ParentCONNECTxp
  18. Welcome to Prince William County Schools Parent Portal
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. Proudly Sponsored by:
  28. Advertisement - Clicking ad below exits the PWCS Web site.
  29.  
  30.  
  31.  
  32. <script type="text/javascript">var rotate="";var processLink="";
  33.  
  34. Users are currently experiencing unusually slow response times throughout the Parent Portal application. Information Technology Services is working with the software provider to identify and correct the issue. Thank you for your patience.
  35.  
  36.  
  37.  
  38.  
  39. Member Sign In
  40.  
  41.  
  42.  
  43.  
  44. Please enter your username and password.
  45.  
  46.  
  47.  
  48.  
  49. Username:
  50.  
  51.  
  52.  
  53. Password:
  54.  
  55.  
  56.  
  57. Forgot your password?
  58.  | 
  59.  
  60.  
  61. $(document).ready(function() {
  62.  
  63. pwdRecInfo.websvc = "/WebService/OCE_ws.asmx/ProcPasswordRecovery";
  64.  
  65. pwdRecInfo.dlgTitle="Reset your password?";pwdRecInfo.lcid=1033;pwdRecInfo.btnCancel="Cancel";pwdRecInfo.btnNext="Next";pwdRecInfo.btnSubmit="Submit";pwdRecInfo.btnClose="Close";pwdRecInfo.panel1Instr="<p>If you have forgotten your username, you must <a onclick=\"javascript:window.open('/SupportInfo.asp', '_blank', 'width=1100, height=600, alwaysRaised=yes, scrollbars=yes, titlebar=yes, menubar=no, toolbars=no, location=no, resizable=yes')\"><span class='crBlueText'>contact your district</span></a> for help resolving this.</p><p>If you have forgotten your password please provide your username below and follow the steps to have a new password emailed to you.</p>";pwdRecInfo.panel2Instr="<p>Answer the following security question to reset your password.</p>";pwdRecInfo.panel3Instr="<p>A new password will be emailed to the email address associated with this account.</p><p>It is recommended that you change this password once you successfully sign into the system.</p>";pwdRecInfo.labelUsername="Username";pwdRecInfo.labelSecQuest="Security Question";pwdRecInfo.errUserNotFound="Username cannot be found";pwdRecInfo.errNoSecAnswer="<p>You have not selected a security question for the password reset functionality.</p><p>Please <a onclick=\"javascript:window.open('/SupportInfo.asp', '_blank', 'width=1100, height=600, alwaysRaised=yes, scrollbars=yes, titlebar=yes, menubar=no, toolbars=no, location=no, resizable=yes')\"><span class='crBlueText'>contact your district</span></a> to reset your password.</p>";pwdRecInfo.errNoEmail="<p>Your account does not have an email address associated to it.</p><p>Please <a onclick=\"javascript:window.open('/SupportInfo.asp', '_blank', 'width=1100, height=600, alwaysRaised=yes, scrollbars=yes, titlebar=yes, menubar=no, toolbars=no, location=no, resizable=yes')\"><span class='crBlueText'>contact your district</span></a> to reset your password.</p>";pwdRecInfo.errBadSecAnswer="The question was not answered correctly.";pwdRecInfo.statusTitle="Web Site Error";pwdRecInfo.statusButton="OK";
  66.  
  67.  
  68.  
  69.  
  70.  
  71. });
  72.  
  73.  
  74. Need help signing in?
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81. Note: You may only sign in here if you have registered to use ParentCONNECTxp with this school district.
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90. $(document).ready(function() {
  91.  
  92. acctSettingsInfo.wsmGetInfo = "/WebService/OCE_ws.asmx/CheckUpdateAccountInfo";
  93.  
  94. acctSettingsInfo.wsmSetInfo = "/WebService/OCE_ws.asmx/SetAccountInfo";
  95.  
  96.  
  97.  
  98. currLCID = 1033;
  99.  
  100.  
  101.  
  102. $("#UserID").keypress(function(e) {
  103.  
  104. if ((e.which && e.which == 13) || (e.keyCode && e.keyCode == 13)) {
  105.  
  106. $('#LoginButton').click();
  107.  
  108. return true;
  109.  
  110. }
  111.  
  112. });
  113.  
  114.  
  115.  
  116. $("#UserPwd").keypress(function(e) {
  117.  
  118. if ((e.which && e.which == 13) || (e.keyCode && e.keyCode == 13)) {
  119.  
  120. $('#LoginButton').click();
  121.  
  122. return true;
  123.  
  124. }
  125.  
  126. });
  127.  
  128.  
  129.  
  130. BuildLanguageSelector();
  131.  
  132. });
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147. Copyright© 1992-2014 Pearson Education, Inc., or its affiliate(s). All rights reserved.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement