OLD | NEW |
---|---|
1 <!-- https://www.jbox.com/checkout/payment# --> | 1 <!-- https://www.jcpenney.com/dotcom/jsp/checkout/secure/checkout.jsp --> |
Ilya Sherman
2014/10/16 03:19:18
Why did you choose jcpenney.com? I think that it'
Evan Stade
2014/10/16 16:28:13
this is the URL the test came from. The jbox url w
Ilya Sherman
2014/10/16 18:30:54
Oh, wow. Good catch, then. Still, I'm guessing t
Evan Stade
2014/10/16 18:47:20
nope, jcpenney
| |
2 <form name="frmAddCreditCard" method="post" action="#" id="frmAddCreditCard"> | 2 <form name="frmAddCreditCard" method="post" action="#" id="frmAddCreditCard"> |
3 <div> | 3 <div> |
4 <!-- Display bread crumb --> | 4 <!-- Display bread crumb --> |
5 <div id="pnlBreadCrumb"> | 5 <div id="pnlBreadCrumb"> |
6 <table border="0" cellpadding="0" cellspacing="0"> | 6 <table border="0" cellpadding="0" cellspacing="0"> |
7 <tr> | 7 <tr> |
8 <td valign="bottom"> | 8 <td valign="bottom"> |
9 <a href="#"><img border="0" height="60" width="172" src="#" alt="jcp enney.com" /><img border="0" width="4" src="#" alt="" /><br /> | 9 <a href="#"><img border="0" height="60" width="172" src="#" alt="jcp enney.com" /><img border="0" width="4" src="#" alt="" /><br /> |
10 <img border="0" width="4" src="#" alt="" /></a> | 10 <img border="0" width="4" src="#" alt="" /></a> |
11 </td> | 11 </td> |
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
413 </tr> | 413 </tr> |
414 </table> | 414 </table> |
415 </td> | 415 </td> |
416 </tr> | 416 </tr> |
417 </table> | 417 </table> |
418 </td> | 418 </td> |
419 </tr> | 419 </tr> |
420 </table> | 420 </table> |
421 </div> | 421 </div> |
422 </form> | 422 </form> |
OLD | NEW |