Home Trading Cards & Memorabilia Forum

Fun with HTML...

I don't know if anyone here knows HTML, but I think this is rather useful for quickly checking for your grades. Its like PSA's "enter your sub # and zip" page, except you can save this page locally to your desktop, and edit the fields so that you don't have to enter your info every time. When you click "check grades" it sends your info to PSA's site and brings up the screen for your submission. Welcome to HTML 101.

In Windows, right click on the desktop, move the mouse to "new", then click on "Text Document" then double click on this new text document you just created.

Copy and paste all the stuff from "<html>" down to "</html>" and paste it in your new document, then click on "file" and "save as". Change "Save as type" to "all files" and type "subcheck.html" in the "file name" field. Click "Save", then close. Double click your new file and bam, your submission screen. Enter your sub number and your zip code, and you're off to PSA's site to check your grades.

To customize it more, replace "SUB - EDIT ME" and "ZIP - EDIT ME" in the code below with your actual submission number and zip code. They'll pre-populate the fields so you don't have to enter them.

<!-- ********************** -->
<html><body><font face="Arial, Helvetica, sans-serif" size=3>

<FORM name=orderstatus01 action=http://www.psacard.com/order.chtml?requesttimeout=99999&task=do_order method=post>
Submission Number <INPUT size=15 name=orderno value="SUB - EDIT ME">
Zip Code: <INPUT size=15 name=zipcode value="ZIP - EDIT ME">
<INPUT type="submit" value="Check Grades"></FORM>

</font></body></html>
<!-- ********************** -->
My Giants collection want list

WTB: 2001 Leaf Rookies & Stars Longevity: Ryan Jensen #/25

Comments

Sign In or Register to comment.