Created
June 26, 2015 16:41
-
-
Save audiodude/54213dd9831c96806888 to your computer and use it in GitHub Desktop.
PACER site using onclick handler to send user to a different "ShowDoc" URL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <a HREF="https://ecf.ca9.uscourts.gov/docs1/009027142706" ONCLICK="return doDocPostURL('009027142706','269610');" title="Open Document"> 1 </a> | |
| <SCRIPT type='text/javascript'> | |
| function doDocPostURL(dls, caseIdStr){ | |
| aWin = window.open("TransportRoom?servlet=ShowDoc&dls_id="+dls+"&caseId="+caseIdStr+"&dktType=dktPublic","_blank","location=no,resizable,toolbar,status,scrollbars",false); | |
| return false; | |
| } | |
| </SCRIPT> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment