Fun with HTML...
digicat
Posts: 8,551 ✭✭
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>
<!-- ********************** -->
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>
<!-- ********************** -->
0
Comments
Each time you click on "Check Grades", a new window will pop up with PSA's screen for that particular submission.
Again, change the "SUB-EDIT ME" and "ZIP-EDIT ME" to your sub info and you don't have to enter it every time.
If you need to check more than 5 submissions, duplicate one of the "<form .... </form>" groups and change the part that says "orderstatus01" to "orderstatus06" etc.
Oh, if you don't want multiple windows opening, remove the "target="_blank" " part of the code from each of the groups below. Then you can just click on the "back" button on your browser to go back to this page.
<!-- ********************** -->
<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 target="_blank">
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>
<FORM name=orderstatus02 action=http://www.psacard.com/order.chtml?requesttimeout=99999&task=do_order method=post target="_blank">
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>
<FORM name=orderstatus03 action=http://www.psacard.com/order.chtml?requesttimeout=99999&task=do_order method=post target="_blank">
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>
<FORM name=orderstatus04 action=http://www.psacard.com/order.chtml?requesttimeout=99999&task=do_order method=post target="_blank">
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>
<FORM name=orderstatus05 action=http://www.psacard.com/order.chtml?requesttimeout=99999&task=do_order method=post target="_blank">
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>
<!-- ********************** -->
WTB: 2001 Leaf Rookies & Stars Longevity: Ryan Jensen #/25
file > save as
In the area that says "save type as" change it to say "all files", then type "subcheck.html" in the "file name" area.
WTB: 2001 Leaf Rookies & Stars Longevity: Ryan Jensen #/25
You could also cut and paste this into your browser:
http://www.psacard.com/do_order.chtml?requesttimeout=99999&orderno=your sub here
so if my sub were #586097 I would cut and paste:
http://www.psacard.com/do_order.chtml?requesttimeout=99999&orderno=586097
Then you can bookmark that page.[
My Auctions
WTB: 2001 Leaf Rookies & Stars Longevity: Ryan Jensen #/25
edit:
Ok, that got old fast.
WTB: 2001 Leaf Rookies & Stars Longevity: Ryan Jensen #/25
<< <i>Now I'm being a nerd and surfing through all the different submission numbers.
edit:
Ok, that got old fast. >>
I do it from time to time. Especially to see how many orders after mine have been graded
My Auctions