Make a web site - JavaScript Programmer’s Reference atob() (Method) Decode some base-64
JavaScript Programmer’s Reference atob() (Method) Decode some base-64 encoded data. JavaScript 1.2 Availability: Netscape 4.0 Property/method value type: String primitive JavaScript syntax: N atob(aBase64String) N myWindow.atob(aBase64String) Argument list: aBase64String A string containing base 64 encoded data See also: Window.btoa() attachEvent() (Method) A means of attaching events to windows and documents. JScript 5.0 Availability: Internet Explorer 5.0 Property/method value type: Boolean primitive JavaScript syntax: attachEvent(anEventName, anEventHandler) IE myWindow.attachEvent(anEventName, IE anEventHandler) Argument list: anEventHandler A reference to an event handler function anEventName The name of an event to be handled .htc,