Vous êtes sur la page 1sur 4

var hook = true; window.onbeforeunload = function (e) { if (hook) { if (navigator.appName == 'Netscape' && parseInt(navigator.appVersion) >= 4) { } else { e = e || window.

event; // For IE and Firefox prior to version 4 if (e) { return 'If you navigate away from this page without printing or saving this document you will not be able to return.' } else { // For Safari return 'If you navigate away from this page without printing or saving this document you will not be able to return.' } } } } window.onunload = function () { PageMethods.ClearSession(); } function unhook() { hook = false; } //<![CDATA[ var theForm = document.forms['form1']; if (!theForm) { theForm = document.form1; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> //<![CDATA[ var PageMethods = function() { PageMethods.initializeBase(this); this._timeout = 0; this._userContext = null; this._succeeded = null; this._failed = null; } PageMethods.prototype = { _get_path:function() { var p = this.get_path(); if (p) return p; else return PageMethods._staticInstance.get_path();}, ClearSession:function(succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'ClearSession',false,{},succeededCallback,failedCallback,userContext); }} PageMethods.registerClass('PageMethods',Sys.Net.WebServiceProxy); PageMethods._staticInstance = new PageMethods(); PageMethods.set_path = function(value) { PageMethods._staticInstance.set_path(value); } PageMethods.get_path = function() { return PageMethods._staticInstance.get_path(); } PageMethods.set_timeout = function(value) { PageMethods._staticInstance.set_timeout(value); } PageMethods.get_timeout = function() { return PageMethods._staticInstance.get_timeout(); } PageMethods.set_defaultUserContext = function(value) { PageMethods._staticInstance.set_defaultUserContext(value); } PageMethods.get_defaultUserContext = function() { return PageMethods._staticInstance.get_defaultUserContext(); } PageMethods.set_defaultSucceededCallback = function(value) { PageMethods._staticInstance.set_defaultSucceededCallback(value); } PageMethods.get_defaultSucceededCallback = function() { return PageMethods._staticInstance.get_defaultSucceededCallback(); } PageMethods.set_defaultFailedCallback = function(value) { PageMethods._staticInstance.set_defaultFailedCallback(value); } PageMethods.get_defaultFailedCallback = function() { return PageMethods._staticInstance.get_defaultFailedCallback(); } PageMethods.set_enableJsonp = function(value) { PageMethods._staticInstance.set_enableJsonp(value); } PageMethods.get_enableJsonp = function() { return PageMethods._staticInstance.get_enableJsonp(); } PageMethods.set_jsonpCallbackParameter = function(value) { PageMethods._staticInstance.set_jsonpCallbackParameter(value); } PageMethods.get_jsonpCallbackParameter = function() { return PageMethods._staticInstance.get_jsonpCallbackParameter(); } PageMethods.set_path("Drvr_Hs_Rpt_2.aspx"); PageMethods.ClearSession= function(onSuccess,onFailed,userContext) {PageMethods._staticInstance.ClearSession(onSuccess,onFailed,userContext); } //]]> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ScriptMgr', 'form1', [], [], [], 90, ''); //]]>

STATE OF NEVADA DEPARTMENT OF MOTOR VEHICLES 555 WRIGHT WAY CARSON CITY, NEVADA 89711 (775) 684-4368

RECORD REQUEST 11/18/2013 Web Transaction Confirmation Number: 0081614155

DLN/ID: 1704684866 State of Record: Name: FISHER, BRIAN DANIEL DOB: 06-16-1985 Sex: MALE Height: 6 feet 1 inches Weight: 230 lbs. Eye: BLUE Hair: BROWN Medical Certification Expiry Date: N/A Certificate Status: N/A

Self Certification: None

Mailing Address: 2675 WINDMILL PKWY APT 2424, HENDERSON, NV, 890741943 Physical Address: 2675 WINDMILL PKWY APT 2424, HENDERSON, NV, 890741943

License Listing: Report Type: 3 Years.

Licn Type Class Status Permit Issue Date Exp date Endorsement 1NCDLCVALIDNORMAL08-22-201306-16-2017 Restriction Details: B - Corrective lenses

Conviction Listing: Demerit Points: Cite DateConv DateStateCourtViol CodeOff TyCMV OffHaz MatCitation NumberDemerit Points

NO CONVICTIONS ON FILE End of the Driver History Printout

var ErrMsg = "Sorry! Right Click is disabled. Please use your browser menu options."; function disableRightClick(btnClick) { if (navigator.appName == "Netscape" && btnClick.which == 3) // check for netscape and right click { alert(ErrMsg); return false; } else if (navigator.appName == "Microsoft Internet Explorer" && event.button == 2) // for IE and Right Click { alert(ErrMsg); return false; } } document.onmousedown = disableRightClick; //Disable Ctrl+A and Ctrl+C document.onkeydown = checkKeys function checkKeys() { //To disable the ctrl+A if (event.ctrlKey && event.keyCode == 65) { event.keyCode = 0; return false; } //To disable the ctrl+C if (event.ctrlKey && event.keyCode == 67) { event.keyCode = 0; return false; } } function WarnPDF() { var where_to = confirm("Make sure you print the following page!\n\nYou will not be able to return to this page if you click 'Ok'. \n\nClick 'Cancel' if you want to print this page using your browser print button. \n\nClick 'Ok' to proceed to the PDF Page and print from there."); if (where_to == true) { return true; } else { return false; } } function WarnHTML() { var where_to = confirm("Make sure you print the following page!\n\nYou will not be able to return to this page if you click 'Ok'. \n\nClick 'Cancel' if you want to print this page using your browser print button. \n\nClick 'Ok' to proceed to the HTML Page and print the report using your browser print button."); if (where_to == true) { return true; } else { return false; } }

Vous aimerez peut-être aussi