KR100897923B1 - Screen saving and loading method for web terminal - Google Patents

Screen saving and loading method for web terminal Download PDF

Info

Publication number
KR100897923B1
KR100897923B1 KR1020020082991A KR20020082991A KR100897923B1 KR 100897923 B1 KR100897923 B1 KR 100897923B1 KR 1020020082991 A KR1020020082991 A KR 1020020082991A KR 20020082991 A KR20020082991 A KR 20020082991A KR 100897923 B1 KR100897923 B1 KR 100897923B1
Authority
KR
South Korea
Prior art keywords
screen
data
ocx
html
web terminal
Prior art date
Application number
KR1020020082991A
Other languages
Korean (ko)
Other versions
KR20040056498A (en
Inventor
김지호
Original Assignee
엘지엔시스(주)
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 엘지엔시스(주) filed Critical 엘지엔시스(주)
Priority to KR1020020082991A priority Critical patent/KR100897923B1/en
Publication of KR20040056498A publication Critical patent/KR20040056498A/en
Application granted granted Critical
Publication of KR100897923B1 publication Critical patent/KR100897923B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/986Document structures and storage, e.g. HTML extensions

Abstract

본 발명에 따른 웹단말에서의 화면 세이브 및 로드 방법은 화면과 각종 데이터를 출력하는 OCX 영역과 상기 OCX 영역을 통해 출력되는 화면과 각종 데이터를 저장하거나, 상기 OCX를 통해 출력될 데이터가 저장되는 HTML 사이의 데이터를 별도의 인터페이스를 사용하여 처리함으로써, 단말 사용자가 자주 사용하는 단말 화면을 세이브 및 로드할 수 있어 웹 환경 바탕의 단말 사용자에게 편의를 제공할 수 있다.Screen saving and loading method in a web terminal according to the present invention is an OCX area for outputting the screen and various data and the HTML and the screen and various data output through the OCX area or the data to be output through the OCX is stored By processing data using a separate interface, a terminal screen frequently used by a terminal user can be saved and loaded, thereby providing convenience to a terminal user based on a web environment.

Description

웹 단말에서의 화면 세이브 및 로드 방법{Screen saving and loading method for web terminal}Screen saving and loading method for web terminal

도 1은 일반적인 어플리케이션에서 구현되는 세이브 및 로딩 동작을 나타낸 개략도.1 is a schematic diagram illustrating save and load operations implemented in a typical application.

도 2는 본 발명의 바람직한 일실시예에 따른 웹 단말 프로그램의 화면 구성을 나타낸 개략도.2 is a schematic diagram showing a screen configuration of a web terminal program according to an embodiment of the present invention.

도 3, 4 및 5는 본 발명의 바람직한 일실시예에 따른 웹 단말에서의 화면 세이브 및 로드 방법을 나타낸 흐름도.3, 4 and 5 is a flow chart illustrating a screen save and load method in a web terminal according to an embodiment of the present invention.

도 6은 본 발명의 바람직한 일실시예에 따른 웹 단말에서의 화면 세이브 및 로드 방법에서 저장 화면에 관한 내부구조 및 동작을 나타낸 개략도.Figure 6 is a schematic diagram showing the internal structure and operation of the storage screen in the screen save and load method in a web terminal according to an embodiment of the present invention.

도 7은 본 발명의 바람직한 일실시예에 따른 웹 단말에서의 화면 세이브 및 로드 방법에서 사용되는 세이프 파일의 구조를 나타낸 개략도.7 is a schematic diagram showing the structure of a safe file used in a screen save and load method in a web terminal according to an embodiment of the present invention.

본 발명은 웹단말에서의 화면 세이브 및 로드 방법에 관한 것으로서, 보다 상세하게 설명하면 단말 사용자가 자주 사용하는 단말 화면을 세이브 및 로드할 수 있어 웹 환경 바탕의 단말 사용자에게 편의를 제공할 수 있는 웹 단말에서의 화면 세이브 및 로드 방법에 관한 것이다.
The present invention relates to a method for saving and loading a screen in a web terminal. More specifically, the present invention relates to a web that can provide a convenience to a terminal user based on a web environment by saving and loading a terminal screen frequently used by a terminal user. It relates to a screen save and load method in the terminal.

각종 어플리케이션을 운용하게 되는 단말에서 현재 화면 내용의 세이브 및 로드는 중요한 기능이다. 이를 통하여 단말 사용자는 자기가 원하는 작업을 긴 시간동안 연속적으로 수행할 수 있으며, 또 필요한 경우 언제든지 로드하여 사용할 수 있게 된다.In the terminal operating various applications, the saving and loading of the current screen content is an important function. Through this, the terminal user can continuously perform a desired task for a long time, and can be loaded and used at any time if necessary.

이와 같이 일반적인 어플리케이션에서 구현되는 세이브 및 로드는 파일 I/O(file input/output)를 이용하여 이루어지고 있다. 이와 같은 어플리케이션에서의 화면 세이브 및 로드는 오랜 기간동안 이루어져 왔으며 그 방법 또한 다양하다.As described above, save and load in a general application are performed using file input / output (I / O). Screen saves and loads in such applications have been around for a long time, and the methods vary.

간략하게 그 방법을 설명하면, 도 1에 도시된 바와 같이 어플리케이션에서 파일을 오픈하고 세이브 단축키를 누를 때 파일에 쓰기 동작을 수행하고 싶은 저장 화면을 클릭하거나 단축키를 누를 때 저장한 내용을 화면으로 보여주게 된다.Briefly, as shown in FIG. 1, when a file is opened in an application and a save hotkey is pressed, the user can click a save screen to perform a write operation on the file or press the hotkey to display the saved content as a screen. Given.

보다 상세하게 설명하며, 어플리케이션이 파일에 직접 억세스(Access)가 가능하여 원하는 때에 읽고 쓰기가 편리한 구조로 되어 있다. 즉, 텍스트 파일이나, 실행 파일 등과 같은 이진 파일에 직접 억세스 하여, 상기 파일로 새로운 테이터를 삽입 갱신하거나, 상기 파일을 실행시켜 원하는 목적을 이루게 된다.In more detail, the application can directly access the file (Access), the structure is convenient to read and write when desired. That is, a binary file such as a text file or an executable file is directly accessed to insert and update new data into the file, or the file is executed to achieve a desired purpose.

그러나, 웹 단말에서는 파일을 세이브 및 로드하는 과정에 문제가 발생되는데, 이는 웹 단말에서의 시스템 관련 제어가 일반 어플리케이션의 시스템 관련 제어보다 난이하기 때문이다. However, a problem occurs in a process of saving and loading a file in a web terminal, since system-related control in the web terminal is more difficult than system-related control in a general application.                         

일예로, 은행 단말의 대부분의 업무는 서비스를 이용하고자 하는 고객의 업무를 처리하는 계정계 프로그램에 의하여 이루어진다. 그러나, 다양해진 고객의 요구에 따라 은행 단말에서는 계정계 업무 뿐만 아니라 정보계, 인사계, 내부 인트라넷(Intranet), 인터넷(Internet), 기타 OA 업무 등 다양한 형태의 프로그램을 사용하게 되었으며, 이와 같은 다양한 프로그램의 지원을 위해서 웹을 사용하고 있는데, 웹은 일반 어플리케이션과 그 환경이 다르므로 화면 내용의 세이브 및 로드가 상당히 난이한 문제가 발생되고 있다.For example, most of the work of the bank terminal is performed by an accounting program that handles the work of the customer who wants to use the service. However, according to the diversified customer demands, bank terminals have used various types of programs such as information system, human resources, internal intranet, internet, and other OA tasks. The web is being used for support. However, since the web is different from general applications, it is difficult to save and load screen contents.

따라서, 웹 환경에서도 화면 내용의 세이브 및 로드가 이루어질 수 있도록 하는 인터페이스와 알고리즘의 개발 및 공급이 시급한 실정이다.Therefore, it is urgent to develop and supply an interface and an algorithm for saving and loading screen contents in a web environment.

본 발명은 상기와 같은 문제점을 개선하기 위하여 창출된 것으로서, 단말 사용자가 자주 사용하는 단말 화면을 세이브 및 로드할 수 있어 웹 환경 바탕의 단말 사용자에게 편의를 제공할 수 있는 웹 단말에서의 화면 세이브 및 로드 방법을 제공하는 것을 목적으로 한다.The present invention has been created to improve the above problems, and can save and load the terminal screen frequently used by the terminal user screen save in the web terminal that can provide convenience to the terminal user based on the web environment and It is an object to provide a loading method.

상기한 목적을 달성하기 위하여 본 발명에 따른 웹 단말에서의 화면 세이브 및 로드 방법은 화면과 데이터를 출력하는 오시엑스(OCX) 부분과 사용자 영역의 에이치티엠엘(HTML) 부분으로 이루어진 웹 단말에서의 화면 세이브 및 로드 방법에 있어서,In order to achieve the above object, a screen save and load method in a web terminal according to the present invention is a web terminal including an oscillation (OCX) portion for outputting a screen and data and an HTML portion of a user area. In the screen save and load method,

화면과 각종 데이터를 출력하는 OCX 영역과; 상기 OCX 영역을 통해 출력되는 화면과 각종 데이터를 저장하거나, 상기 OCX를 통해 출력될 데이터가 저장되는 HTML 영역과; 상기 HTML의 데이터를 상기 OCX에 적합하도록 변환처리하는 제 1 인터페이스와; 상기 OCX에서 전송된 데이터를 상기 HTML에 적합하도록 변환처리하는 제 2 인터페이스를 포함하는 것을 특징으로 한다.An OCX area for outputting a screen and various data; An HTML area for storing a screen and various data output through the OCX area or storing data to be output through the OCX; A first interface for converting the HTML data to conform to the OCX; And a second interface for converting the data transmitted from the OCX to conform to the HTML.

이와 같은 제 1 및 제 2 인터페이스를 사용하여 상기 HTML에서 저장된 화면번호를 클릭했을 경우, 클릭 이벤트가 발생하는 단계와; 상기 이벤트를 자바 스크립트가 전송받는 단계와; 상기 전송된 이벤트에 해당하는 인덱스 번호를 OCX 측의 제 1 인터페이스가 넘겨 받게 되는 단계와; 상기 인덱스 번호를 전송받은 제 1 인터페이스가 파일의 내용을 읽어들여 화면에 출력하는 단계를 포함하는 것을 다른 특징으로 한다.Generating a click event when the screen number stored in the HTML is clicked using the first and second interfaces as described above; Receiving the event by a java script; Receiving, by the first interface of the OCX, an index number corresponding to the transmitted event; The first interface receiving the index number is characterized in that it comprises the step of reading the content of the file and output to the screen.

또한, 상기 OCX에서 저장 관련 키입력이 발생된 경우 화면 내용이 저장되는 단계와; HTML 쪽으로 출력될 정보를 제 2 인터페이스에서 넘겨 받아 자바 스크립트로 전송하는 단계와; 상기 전송된 정보를 기초로 자바 스크립트가 HTML 영역에 저장된 내용을 출력하는 단계를 포함하는 것을 또다른 특징으로 한다.The method may further include: storing screen contents when a storage related key input is generated in the OCX; Receiving information to be outputted toward the HTML from the second interface and transmitting the received information to the JavaScript; In another aspect, the method may further include outputting, by the JavaScript, the content stored in the HTML area based on the transmitted information.

또한, 상기 HTML에서 일정 저장 화면의 삭제 버튼을 누르는 단계와; 상기 삭제 버튼이 눌려진 저장 화면의 데이터를 제 1 인터페이스가 전송받아 OCX가 삭제 동작을 수행할 수 있도록 변환하는 단계와; OCX에서 상기 데이터를 세이브 버퍼에서 삭제하는 단계와; 상기 데이터의 삭제 여부를 HTML로 전송하여 출력하는 단계를 포함하는 것을 또다른 특징으로 한다.In addition, pressing the delete button of the schedule storage screen in the HTML; Converting data of the storage screen on which the delete button is pressed so that a first interface receives the OCX to perform a delete operation; Deleting the data from the save buffer in the OCX; In another aspect, the method includes a step of transmitting the HTML data and outputting the deleted data.

이하 첨부된 도면을 참조하면 본 발명의 바람직한 실시예를 상세히 설명하도 록 한다.
Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 2는 본 발명의 바람직한 일실시예에 따른 웹 단말 프로그램의 화면 구성을 나타낸 개략도이다.Figure 2 is a schematic diagram showing the screen configuration of a web terminal program according to an embodiment of the present invention.

도 2를 참조하면, 왼쪽은 각종 데이터의 처리가 이루어지는 OCX(OLE custom control) 영역이며, 우측은 상기 OCX 영역에서 처리된 데이터가 저장된 경우의 그 파일과, 각종 유저가 필요로 하는 프로그램이 링크되어 있는 HTML 영역이다.Referring to FIG. 2, the left side is an OCX (OLE custom control) area in which various data are processed, and the right side is linked with the file when the data processed in the OCX area is stored, and programs required by various users. Is an HTML area.

참고로, OCX는 하나의 개체 연결 및 포함(OLE) 맞춤형 컨트롤로, 마이크로소프트 윈도우에서 수행되는 응용 프로그램에서 사용되기 위해 만들어질 수 있는 특수 목적 프로그램을 말한다.For reference, an OCX is an object linking and embedding (OLE) custom control. It is a special purpose program that can be created for use in an application running on Microsoft Windows.

이와 같은 OCX 영역과, HTML 사이의 관계를 간략하게 설명하면, 오른쪽의 HTML 영역에 세이브된 데이터를 디스플레이하게 되며, 내부적으로는 전체 프로그램이 로딩시에 파일로부터 읽어들여 버퍼(Buffer)에 저장하게 된다. HTML의 GUI를 제공하고, 마우스 클릭시 OCX(OLE custom control) 영역에서 데이터를 읽어들여 디스플레이하게 된다. 또한, 프로그램에서 세이브 버튼을 클릭하게 되면, OCX에서 메시지를 스크립트(Script)가 전달받아 실시간으로 HTML에 디스플레이되도록 한다.Briefly describing the relationship between the OCX area and the HTML, the saved data is displayed in the HTML area on the right side, and the entire program reads from the file at the time of loading and stores it in the buffer. . It provides HTML GUI and displays data by reading data from OCX (OLE custom control) area when mouse is clicked. In addition, when the save button is clicked in the program, a message is received from the OCX and displayed in HTML in real time.

이와 같이 HTML 영역과, OCX 영역을 구분하여 사용하며, 또한 상기 두 영역 사이에 데이터 교환을 위하여는 별도의 인터페이스가 필요한데, 본 실시예에서는 상기 HTML의 데이터를 상기 OCX 내부의 함수에서 사용 가능한 형태의 데이터 포맷으로 변환처리하는 제 1 인터페이스로서 Automation을, 상기 OCX에서 전송된 데이터를 상기 HTML 내부의 함수에서 사용 가능한 형태의 데이터 포맷으로 변환처리하는 제 2 인터페이스로서 ActiveX 이벤트를 사용한다.As such, the HTML area and the OCX area are used separately, and a separate interface is required for data exchange between the two areas. In this embodiment, the HTML data can be used in a function inside the OCX. Automation is used as a first interface for converting to a data format, and ActiveX event is used as a second interface for converting data transmitted from the OCX to a data format of a form usable in a function inside the HTML.

이와 같이 별도의 인터페이스를 이용한 상기 두 영역에서의 데이터 처리를 도 3, 4 및 5를 참조하여 설명하도록 한다.As described above, data processing in the two areas using separate interfaces will be described with reference to FIGS. 3, 4, and 5.

데이터 처리의 중요한 부분을 차지하는 것이 데이터의 세이브와 로드 및 삭제인데, 먼저, 로딩 과정은 도 3에 도시된 바와 같이 상기 HTML에서 저장된 화면번호를 클릭(S 110)했을 경우, 클릭 이벤트가 발생하게 되고, 상기 이벤트를 자바 스크립트가 전송(S 120)받게 된다.An important part of data processing is saving, loading, and deleting of data. First, in the loading process, when a screen number stored in the HTML is clicked (S110) as shown in FIG. 3, a click event is generated. The event is received by the JavaScript (S 120).

상기 전송된 이벤트에 해당하는 인덱스 번호를 OCX 측의 Automation이 넘겨 받게(S 130) 되어, 상기 Automation이 파일의 내용을 읽어들여 화면에 출력(S 140)하게 된다.The automation number of the OCX side receives the index number corresponding to the transmitted event (S 130), and the Automation reads the content of the file and outputs it to the screen (S 140).

다음으로 세이브 과정은 도 4에 도시된 바와 같이 상기 OCX에서 저장 관련 키입력이 발생(S 210)된 경우 화면 내용이 저장(S 220)되며, HTML 쪽으로 출력될 정보를 ActiveX event에서 넘겨 받아 자바 스크립트로 전송(S 230)하게 된다.Next, in the save process, as shown in FIG. 4, when a storage-related key input is generated in the OCX (S 210), the screen content is stored (S 220). Is transmitted (S 230).

상기 전송된 정보를 기초로 자바 스크립트가 HTML 영역에 저장된 내용을 출력(S 240)하게 된다.Based on the transmitted information, the JavaScript outputs the content stored in the HTML region (S240).

한편, 상기 화면 내용의 저장은 인터페이스의 부하를 저감시키기 위하여 저장될 데이터를 세이브 버퍼에 먼저 저장해 둔 다음에 프로그램이 종료할 때 실제 파일로 저장하는 것이 바람직하다.On the other hand, in order to reduce the load on the screen, it is preferable to first store the data to be stored in the save buffer, and then save the screen content as an actual file when the program terminates.

다음으로 삭제 과정은 도 5에 도시된 바와 같이 상기 HTML에서 일정 저장 화면의 삭제 버튼을 누르게(S 310) 되면, 상기 삭제 버튼이 눌려진 저장 화면의 데이 터를 Automation이 전송받아 OCX가 삭제 동작을 수행할 수 있도록 변환하게 된다(S 320).Next, as shown in FIG. 5, when the delete button of the schedule storage screen is pressed in the HTML as shown in FIG. 5 (S 310), Automation receives data of the storage screen on which the delete button is pressed, and the OCX performs a delete operation. The conversion may be performed (S 320).

그 후 OCX에서 상기 데이터를 세이브 버퍼에서 삭제하게(S 330) 되며, 상기 데이터의 삭제 여부를 HTML로 전송하여 출력(S 340)하게 된다.
Thereafter, the data is deleted from the save buffer in the OCX (S 330), and whether or not the data is deleted is transmitted to HTML and output (S 340).

정리하면, OCX 영역에 활성화되어 있는 어플리케이션에서 화면 저장을 하게 되면 세이브 구조에 맞게 파일을 라이트(Write)하게 되고, HTML로 저장된 화면의 정보를 전달하여 세이브 화면 프레임 쪽의 내용을 변경하게 된다.In summary, when the screen is saved in the application activated in the OCX area, the file is written according to the save structure, and the contents of the saved screen frame are changed by transferring the information of the screen stored in HTML.

삭제는 HTML의 세이브 화면 탭을 누르게 되면 나타나는 삭제 항목을 선택하게 되면, 해당 파일을 지우고, HTML 부분의 정보를 변경해 줌으로써 이루어진다.
Deletion is done by selecting the Delete item that appears when you tap the Save Screen tab in HTML, deleting the file, and changing the information in the HTML section.

도 6은 본 발명의 바람직한 일실시예에 따른 웹 단말에서의 화면 세이브 및 로드 방법에서 저장 화면에 관한 내부구조 및 동작을 나타낸 개략도이다.6 is a schematic diagram showing the internal structure and operation of a storage screen in the screen save and load method in a web terminal according to an embodiment of the present invention.

도 6을 참조하면, 먼저, 오른쪽에 위치하는 HTML 영역에서 로딩할 저장 화면을 마우스로 클릭하게 되면, 내부적으로 Script는 OCX에게 세이브 버퍼의 인덱스 번호를 반환한다. 상기 인덱스 번호는 Automation으로 전송되며 인덱스 번호로 저장 데이터를 검색하게 된다. 상기 검색 결과 화면 번호를 추출하게 되고, 상기 화면 번호에 해당하는 어플리케이션인 XML 화면을 로드하게 된다. 화면이 로드된 후 세이브 버퍼의 데이터 내용을 집어 넣게 된다.Referring to FIG. 6, first, when a mouse clicks a storage screen to be loaded in an HTML region located on the right side, the script internally returns an index number of a save buffer to the OCX. The index number is sent to Automation and the stored data is retrieved by the index number. The search result screen number is extracted and an XML screen which is an application corresponding to the screen number is loaded. After the screen loads, it inserts the data contents of the save buffer.

모든 데이터 내용의 삽입이 완료되면 화면과 내용이 모두 로딩된 상태이므로 사용자의 편의를 위하여 맨 첫번째 필드로 커서를 위치시키는 것으로 모든 로딩 동작을 완료하게 된다.When the insertion of all data contents is completed, both the screen and the contents are loaded, so for the convenience of the user, all loading operations are completed by placing the cursor in the first field.

도 7은 본 발명의 바람직한 일실시예에 따른 웹 단말에서의 화면 세이브 및 로드 방법에서 사용되는 세이프 파일의 구조를 나타낸 개략도이다.7 is a schematic diagram illustrating a structure of a safe file used in a screen save and load method in a web terminal according to an exemplary embodiment of the present invention.

살펴보면, 전체적으로 INI 형태의 파일로 되어 있으며, [SAVENUM]은 세이브된 파일의 갯수를, [SAVE0]은 화면 분류로 0 - 9 까지이며, 총 10개가 가능하도록 설계되었다.As a whole, it is composed of INI file. [SAVENUM] is the number of saved files and [SAVE0] is 0-9 by screen classification, and it is designed to allow a total of 10 files.

SaveGmno는 화면 번호를, SaveGmVer은 화면 버전, KeyField0=[]는 Field의 내용으로 KeyField0 - 필드의 갯수만큼 저장된다.SaveGmno is the screen number, SaveGmVer is the screen version, and KeyField0 = [] is the contents of the Field, where KeyField0-the number of fields.

물론, 일예이긴 하지만 일반적으로 이정도의 구조를 갖게 된다.Of course, it is an example, but in general, this structure.

이상에서 설명된 바와 같이 본 발명에 따른 웹단말에서의 화면 세이브 및 로드 방법은 화면과 각종 데이터를 출력하는 OCX 영역과 상기 OCX 영역을 통해 출력되는 화면과 각종 데이터를 저장하거나, 상기 OCX를 통해 출력될 데이터가 저장되는 HTML 사이의 데이터를 별도의 인터페이스를 사용하여 처리함으로써, 단말 사용자가 자주 사용하는 단말 화면을 세이브 및 로드할 수 있어 웹 환경 바탕의 단말 사용자에게 편의를 제공할 수 있다.As described above, the screen save and load method in the web terminal according to the present invention stores an OCX area for outputting a screen and various data, a screen and various data output through the OCX area, or outputs the data through the OCX. By processing data between HTML where data to be stored using a separate interface, a terminal screen frequently used by a terminal user can be saved and loaded, thereby providing convenience to a terminal user based on a web environment.

Claims (6)

화면과 데이터를 출력하는 오시엑스(OCX) 부분과 사용자 영역의 에이치티엠엘(HTML) 부분으로 이루어진 웹 단말에서의 화면 세이브 및 로드 방법에 있어서,In the screen saving and loading method of the web terminal consisting of the oscilloscope (OCX) portion for outputting the screen and data and the HTML portion of the user area, 화면과 각종 데이터를 출력하는 OCX 영역과;An OCX area for outputting a screen and various data; 상기 OCX 영역을 통해 출력되는 화면과 각종 데이터를 저장하거나, 상기 OCX를 통해 출력될 데이터가 저장되는 HTML 영역과;An HTML area for storing a screen and various data output through the OCX area or storing data to be output through the OCX; 상기 HTML의 데이터를 상기 OCX에서 사용 가능한 데이터 포맷으로 변환처리하는 제 1 인터페이스와;A first interface for converting the HTML data into a data format usable in the OCX; 상기 OCX에서 전송된 데이터를 상기 HTML에서 사용 가능한 데이터 포맷으로 변환처리하는 제 2 인터페이스A second interface for converting data transmitted from the OCX into a data format usable in the HTML 를 포함하는 것을 특징으로 하는 웹 단말에서의 화면 세이브 및 로드 시스템.Screen save and load system in a web terminal comprising a. 화면과 데이터를 출력하는 오시엑스(OCX) 부분과 사용자 영역의 에이치티엠엘(HTML) 부분으로 이루어진 웹 단말에서의 화면 세이브 및 로드 방법에 있어서,In the screen saving and loading method of the web terminal consisting of the oscilloscope (OCX) portion for outputting the screen and data and the HTML portion of the user area, 상기 HTML에서 저장된 화면번호를 클릭했을 경우, 클릭 이벤트가 발생하는 단계와;Generating a click event when the screen number stored in the HTML is clicked; 상기 이벤트를 자바 스크립트가 전송받는 단계와;Receiving the event by a java script; 상기 전송된 이벤트에 해당하는 인덱스 번호를 OCX 측의 제 1 인터페이스가 넘겨 받게 되는 단계와;Receiving, by the first interface of the OCX, an index number corresponding to the transmitted event; 상기 인덱스 번호를 전송받은 제 1 인터페이스가 파일의 내용을 읽어들여 화면에 출력하는 단계Reading, by the first interface receiving the index number, the contents of the file and outputting the contents to the screen; 를 포함하는 것을 특징으로 하는 웹 단말에서의 화면 세이브 및 로드 방법.Screen saving and loading method in a web terminal comprising a. 화면과 데이터를 출력하는 오시엑스(OCX) 부분과 사용자 영역의 에이치티엠엘(HTML) 부분으로 이루어진 웹 단말에서의 화면 세이브 및 로드 방법에 있어서,In the screen saving and loading method of the web terminal consisting of the oscilloscope (OCX) portion for outputting the screen and data and the HTML portion of the user area, 상기 OCX에서 저장 관련 키입력이 발생된 경우 화면 내용이 저장되는 단계와;Storing screen contents when a storage related key input is generated in the OCX; HTML 쪽으로 출력될 정보를 제 2 인터페이스에서 넘겨 받아 자바 스크립트로 전송하는 단계와;Receiving information to be outputted toward the HTML from the second interface and transmitting the received information to the JavaScript; 상기 전송된 정보를 기초로 자바 스크립트가 HTML 영역에 저장된 내용을 출력하는 단계Outputting, by the JavaScript, content stored in an HTML area based on the transmitted information; 를 포함하는 것을 특징으로 하는 웹 단말에서의 화면 세이브 및 로드 방법.Screen saving and loading method in a web terminal comprising a. 제 3 항에 있어서,The method of claim 3, wherein 상기 화면 내용이 저장되는 단계는 인터페이스의 부하를 저감시키기 위하여 저장될 데이터를 세이브 버퍼에 저장하는 단계와;The storing of the screen content may include storing data to be stored in a save buffer to reduce an load on an interface; 상기 세이브 버퍼에 저장된 데이터를 프로그램이 종료할 때 실제 파일로 저장하는 단계Storing the data stored in the save buffer as a real file when the program ends; 로 이루어지는 것을 특징으로 하는 웹 단말에서의 화면 세이브 및 로드 방법.Screen saving and loading method in a web terminal, characterized in that consisting of. 화면과 데이터를 출력하는 오시엑스(OCX) 부분과 사용자 영역의 에이치티엠엘(HTML) 부분으로 이루어진 웹 단말에서의 화면 세이브 및 로드 방법에 있어서,In the screen saving and loading method of the web terminal consisting of the oscilloscope (OCX) portion for outputting the screen and data and the HTML portion of the user area, 상기 HTML에서 일정 저장 화면의 삭제 버튼을 누르는 단계와;Pressing the delete button of the schedule storage screen in the HTML; 상기 삭제 버튼이 눌려진 저장 화면의 데이터를 제 1 인터페이스가 전송받아 OCX가 삭제 동작을 수행할 수 있도록 변환하는 단계와;Converting data of the storage screen on which the delete button is pressed so that a first interface receives the OCX to perform a delete operation; OCX에서 상기 데이터를 세이브 버퍼에서 삭제하는 단계와;Deleting the data from the save buffer in the OCX; 상기 데이터의 삭제 여부를 HTML로 전송하여 출력하는 단계Transmitting whether to delete the data in HTML and outputting the same; 를 포함하는 것을 특징으로 하는 웹 단말에서의 화면 세이브 및 로드 방법.Screen saving and loading method in a web terminal comprising a. 화면과 데이터를 출력하는 오시엑스(OCX) 부분과 사용자 영역의 에이치티엠엘(HTML) 부분으로 이루어진 웹 단말에서의 화면 세이브 및 로드 방법에 있어서,In the screen saving and loading method of the web terminal consisting of the oscilloscope (OCX) portion for outputting the screen and data and the HTML portion of the user area, 제 2 항의 데이터 로딩 방법과, 제 3 항의 데이터 세이브 방법과, 제 5 항의 데이터 삭제 방법The data loading method of claim 2, the data save method of claim 3, and the data deletion method of claim 5. 을 포함하는 것을 특징으로 하는 웹 단말에서의 화면 세이브 및 로드 방법.Screen saving and loading method in a web terminal comprising a.
KR1020020082991A 2002-12-24 2002-12-24 Screen saving and loading method for web terminal KR100897923B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020020082991A KR100897923B1 (en) 2002-12-24 2002-12-24 Screen saving and loading method for web terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020020082991A KR100897923B1 (en) 2002-12-24 2002-12-24 Screen saving and loading method for web terminal

Publications (2)

Publication Number Publication Date
KR20040056498A KR20040056498A (en) 2004-07-01
KR100897923B1 true KR100897923B1 (en) 2009-05-18

Family

ID=37349166

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020020082991A KR100897923B1 (en) 2002-12-24 2002-12-24 Screen saving and loading method for web terminal

Country Status (1)

Country Link
KR (1) KR100897923B1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100718341B1 (en) * 2005-03-29 2007-05-16 (주)펄스미디어 File Security System Based on Capturing of User Computer Screen

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6163779A (en) 1997-09-29 2000-12-19 International Business Machines Corporation Method of saving a web page to a local hard drive to enable client-side browsing
US6189024B1 (en) 1998-01-06 2001-02-13 Netscape Communications Corporation Browsing session recording playback and editing system for generating user defined paths and allowing users to mark the importance of items in the paths
WO2002059734A1 (en) 2001-01-24 2002-08-01 Firespout, Inc. Interactive marking and recall of a document
KR20020082347A (en) * 2001-04-23 2002-10-31 주식회사 에이시스커뮤니케이션스 Method of Composition HTML/OCX Based Virtual Keyboard

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6163779A (en) 1997-09-29 2000-12-19 International Business Machines Corporation Method of saving a web page to a local hard drive to enable client-side browsing
US6189024B1 (en) 1998-01-06 2001-02-13 Netscape Communications Corporation Browsing session recording playback and editing system for generating user defined paths and allowing users to mark the importance of items in the paths
WO2002059734A1 (en) 2001-01-24 2002-08-01 Firespout, Inc. Interactive marking and recall of a document
KR20020082347A (en) * 2001-04-23 2002-10-31 주식회사 에이시스커뮤니케이션스 Method of Composition HTML/OCX Based Virtual Keyboard

Also Published As

Publication number Publication date
KR20040056498A (en) 2004-07-01

Similar Documents

Publication Publication Date Title
US6446096B1 (en) Method and system for providing device-specific key control using role-based HTML element tags
US6590589B1 (en) Automatic generation of fastpath applications
AU2005202293B2 (en) Method and apparatus for viewing and interacting with a spreadsheet from within a Web browser
US6249283B1 (en) Using OCR to enter graphics as text into a clipboard
US6493758B1 (en) Offline viewing of internet content with a mobile device
EP2350812B1 (en) Modal-less interface enhancements
US8689125B2 (en) System and method for automatic information compatibility detection and pasting intervention
Weinschenk et al. GUI design essentials: for Windows 95, Windows 3.1, World Wide Web
US7464328B2 (en) Method and system for packing and unpacking web pages
US20070061486A1 (en) Systems and methods for creating customized applications
US7823060B2 (en) Undo/redo architecture across multiple files
US9727900B2 (en) Multiple UI paradigms within a single application
US20070136268A1 (en) Just in time loading list
US7707496B1 (en) Method, system, and apparatus for converting dates between calendars and languages based upon semantically labeled strings
US6766350B1 (en) Shared management of data objects in a communication network
US7155666B2 (en) Creating and displaying document undo configuration using nested test modes
US20050198568A1 (en) Table display switching method, text data conversion program, and tag program
KR100897923B1 (en) Screen saving and loading method for web terminal
US8381183B2 (en) Navigation in computer software applications developed in a procedural language
JP2003256627A (en) Workflow extract method and device
CN111736833A (en) Method and system for generating popup component, electronic device and storage medium
KR0133411B1 (en) Automatic generation method of command dialog box in basestation subsystem manager
JPH1131145A (en) Method for changing view based on self-reproduction of document
AU5659099A (en) Function key for computer data handling
JP2024004738A (en) Browser application software and add-on program for adding browser application software

Legal Events

Date Code Title Description
A201 Request for examination
N231 Notification of change of applicant
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20130410

Year of fee payment: 5

FPAY Annual fee payment

Payment date: 20140326

Year of fee payment: 6

FPAY Annual fee payment

Payment date: 20160411

Year of fee payment: 8

FPAY Annual fee payment

Payment date: 20170403

Year of fee payment: 9

LAPS Lapse due to unpaid annual fee