/** * ANSItex definitions */ var ACTION_EXIT =99; /* Exit the script */ var ACTION_RELOAD =1; /* Reload the current frame */ var ACTION_GOTO =2; /* Goto a specific frame */ var ACTION_BACKUP =3; /* Goto previous frame */ var ACTION_NEXT =4; /* Goto next frame */ var ACTION_TERMINATE =5; /* Terminate the session */ var ACTION_SUBMITRF =6; /* Submit form contents */ var ACTION_STAR =7; /* Star command entry */ var ACTION_EDIT =8; /* Edit a frame */ var MODE_BL =1; /* Typing * command on baseline */ var MODE_FIELD =2; /* Field Input */ var MODE_SUBMITRF =3; /* Asking if form should be submitted */ var MODE_RFNOTSENT =4; /* Response frame not sent */ var MODE_RFSENT =5; /* Response frame sent */ var MODE_RFERROR =6; /* Response frame error */ var FRAME_COSTUNIT ='c'; /* Unit of cost */ var FRAME_TYPE_INFO ='i'; // Information Frame, requires no response after viewed var FRAME_TYPE_TERMINATE ='t'; // Terminate Frame, contents displayed and then carrier dropped var FRAME_TYPE_EXTERNAL ='x'; // Frame the calls an External Method // Contents indicate the method to be called with arguments var FRAME_TYPE_RESPONSE ='r'; // Response frame, input fields are embedded in the frame and after input the // response will be submitted to the Service Provider, or to a method var FRAME_TYPE_LOGIN ='l'; // Login frame, enables the user to authenticate to the system, or to a CUG var MSG_SENDORNOT ='\1n\1h\1GKEY 1 TO SEND, 2 NOT TO SEND'; var MSG_LOGON ='\1n\1h\1GKEY 1 TO LOGON, 2 TO RETURN'; var MSG_SENT ='\1n\1h\1GMESSAGE SENT - KEY # TO CONTINUE'; var MSG_NOTSENT ='\1n\1h\1GMESSAGE NOT SENT - KEY # TO CONTINUE'; var ERR_NO_PARENT ='\1n\1h\1RPARENT FRAME DOESNT EXIST'; var ERR_NOT_IMPLEMENTED ='\1n\1h\1RNOT IMPLEMENTED YET?'; var ERR_ROUTE ='\1n\1h\1WMISTAKE? \1GTRY AGAIN OR TELL US ON *08'; var ERR_METHOD_NOT_EXIST ='\1n\1h\1WMISTAKE? \1GTRY AGAIN OR TELL US ON *08'; var ACCESS_DENIED ='\1n\1h\1RACCESS DENIED. \1RMISTAKE? TRY AGAIN OR TELL US *08'; var ALREADY_MEMBER ='\1n\1h\1RALREADY MEMBER OF CUG' var INACTIVITY ='\1n\1h\1RINACTIVITY ALERT, DISCONNECT PENDING...'; var INACTIVE ='\1n\1h\1RINACTIVITY DISCONNECT'; var NO_HISTORY_FRAMES =['980a','98b','981a']; var SYSTEM_OWNER =9; var INKEY_TIMEOUT =10000; var INACTIVE_NOLOGIN =1000; var INACTIVE_LOGIN =5*60000; this;