WO2015016623A1 - Web browser screen display method - Google Patents

Web browser screen display method Download PDF

Info

Publication number
WO2015016623A1
WO2015016623A1 PCT/KR2014/007023 KR2014007023W WO2015016623A1 WO 2015016623 A1 WO2015016623 A1 WO 2015016623A1 KR 2014007023 W KR2014007023 W KR 2014007023W WO 2015016623 A1 WO2015016623 A1 WO 2015016623A1
Authority
WO
WIPO (PCT)
Prior art keywords
page
web browser
client
screen
information
Prior art date
Application number
PCT/KR2014/007023
Other languages
French (fr)
Korean (ko)
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 주식회사 갈렙에이비씨
Publication of WO2015016623A1 publication Critical patent/WO2015016623A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • 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
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2320/00Control of display operating conditions
    • G09G2320/02Improving the quality of display appearance
    • G09G2320/0252Improving the response speed
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2370/00Aspects of data communication
    • G09G2370/02Networking aspects
    • G09G2370/022Centralised management of display operation, e.g. in a server instead of locally
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2370/00Aspects of data communication
    • G09G2370/02Networking aspects
    • G09G2370/027Arrangements and methods specific for the display of internet documents

Definitions

  • the present invention relates to a screen display method of a web browser, and more particularly, to a screen display method of a web browser that can quickly and effectively display the movement of the page displayed on the screen of the web browser.
  • a client using a web browser accesses a server corresponding to a web address input by a user, receives page data corresponding to the address through a network, and displays the same on a screen of the web browser.
  • a user clicks a hyperlink of a page displayed on the current screen with a mouse the user accesses the address connected to the link and receives a network of code and related resources (objects) of the web page and displays it on the screen of the web browser.
  • the user enters the keyword or data range that the user wants to search or search through the web browser page, and when the user clicks the search button or the execute button, the client connects to the server and the data of the condition checked by the user Is received through the network and the configured page is displayed on the screen of the browser using the received data.
  • the conventional web browser displays the previous page on the screen by reconnecting the address of the previously stored previous page through the network. That is, the address of the previous page is accessed through the network, and the text, image, audio or video data of the page is received again and displayed on the screen.
  • the conventional web browser downloads resource information such as test, image, audio, or video data of the page again every time through the network to display the page.
  • This method generates a load on the network every time, which causes a problem in that the display speed of the web browser is reduced.
  • the page display speed of the web browser is significantly reduced.
  • the above-mentioned slowdown problem is further increased. If you set a condition for statistical data stored on the server, and filter only the data that meets the condition and display it in the client's web browser, you need to perform the operation to filter the data every time. Many times. In addition, you can use a combo box, check box, radio button, etc. in your web browser to set conditions on statistical data stored on the server, and extract the data in several steps. If you click the 'back' button of the web browser during the search process, most of the conditions for the data set by the user up to the process are lost and return to the initial state.
  • the processing load of the server or client as well as the network is generated in the process of extracting and organizing the data.
  • the computational load causes a problem of delaying the page display time of the web browser.
  • the present invention has been made to solve the above-described problems, the web that can display the page quickly and efficiently without incurring network load or computational load when displaying the page displayed once in a web browser
  • An object of the present invention is to provide a browser screen display method.
  • a method for displaying a screen of a web browser of the present invention comprising: (a) receiving, by a client, a user's information inquiry command for page information that a user wants to inquire among server stored information stored in a server ; (b) the client accessing the server, inquiring page information according to the information inquiry command, and receiving the information through the network to the client; (c) generating a page to be displayed on the web browser screen of the client using the page information received in step (b); (d) displaying the page generated in the step (c) on the web browser screen of the client; (e) assigning an identification number to the page generated in step (d) and storing it in a storage unit of the client together with the page information received in step (c); (f) receiving a page moving command of a user who wants to re-display a previous page displayed on the web browser on the screen through the web browser of the client; And (g) when the page move command is received by step (
  • the screen display method of the web browser of the present invention has the effect of displaying the previous page of the web browser at a high speed again.
  • the screen display method of the web browser of the present invention has an advantage of improving the page display speed of the web browser by reducing the computational load of the web browser to query and process statistical data from the server.
  • FIG. 1 is a flowchart showing an example of a screen display method of a web browser according to the present invention.
  • FIG. 2 is a schematic diagram of a system for implementing a screen display method of a web browser according to an embodiment of the present invention.
  • FIG. 3 is a block diagram of a client of the system shown in FIG.
  • FIG. 1 is a flow chart showing an example of a screen display method of the web browser according to the present invention
  • Figure 2 is a schematic diagram of a system for performing the screen display method of the web browser according to an embodiment of the present invention
  • Figure 3 A block diagram of a client of the system shown in FIG.
  • the client 30 receives the user's information inquiry command for the page information that the user wants to inquire among the server stored information stored in the server 10 (step (a), S100).
  • the client 30 is a personal computer or mobile device in which the user uses a web browser.
  • the user inquires the server storage information stored in the server 10 using a web browser running on the client 30.
  • the user inquires page information to be searched among server storage information stored in the server 10 through a web browser.
  • a command (information inquiry command) that a user wants to inquire page information is input to a web browser using an input device of the client 30, and the client 30 sends an information inquiry command of the user through the input device of the client and the web browser. Receive.
  • a user inputs an information retrieval command to the client 30 by inputting a web address (url) to be inquired in the address bar of the web browser or by clicking an icon or hyperlink linked with the web address.
  • the server storage information may be text, images, audio, video, statistical data, or the like stored in the server 10, or a web page for interlocking data corresponding to a web address.
  • the page may be a web page corresponding to a web address input by a user through a web browser of the client 30 among server stored information.
  • the user's information inquiry command may be a setting condition for extracting or sorting data satisfying a specific condition among statistical data stored in the server 10.
  • the in-house accounting data stored in the server 10 may be an inquiry command for sales by specific department and period.
  • the user's information inquiry command for the statistical data can display tools such as combo boxes, checkboxes, and radio buttons on the page displayed on the current screen 31 of the web browser to receive ranges and conditions from the user. have.
  • the page corresponding to the information inquiry command is a report (which may be in the form of a web page) displaying data extracted or cleaned up by a condition set by the user to the user.
  • the client 30 when the client 30 receives the information inquiry command inputted by the user by inputting a web address or clicking a link, the client 30 next accesses the server 10 to display page information according to the information inquiry command.
  • Search and receive to the client 30 via the network 20 step (b), S200).
  • the web browser may receive a resource of the corresponding page from the server 10 according to the web page source code such as html, or an application (eg, an accounting program or a search program) using the web browser as a platform.
  • the data according to the information inquiry command received in step (a) may be received from the server 10 in the form of page information according to the internal command of FIG.
  • the client 30 generates a page to be displayed on the web browser screen 31 of the client 30 using the page information received from the server 10 (step (c), S300).
  • This step is a step in which the client 30 prepares to display a page on the screen 31 of the web browser.
  • the page generated in this step may be a web page stored in the server 10, or may be a report displaying data extracted by a setting condition for statistical data in step (a) to the user.
  • the client 30 displays the page generated in the step (c) on the web browser screen 31 of the client 30 (step (d), S410).
  • the above-described process is the same as the process of displaying the web page on the screen 31 by accessing the server 10 according to a user's command in a general web browser.
  • the screen display method of the web browser of the present invention improves the display speed of the screen 31 of the web browser by processing the page data in a manner different from that of the conventional web browser.
  • the client 30 assigns an identification number to the page generated in step (d) and stores it in the storage unit 33 of the client 30 together with the page information received in step (c) (step S430). ).
  • resource information such as text, images, audio, etc. displayed on the page along with the format (html source code, etc.) of the page displayed on the screen 31 of the web browser is assigned to the identification number of the page.
  • all of them are stored in the storage unit 33 of the client 30.
  • a task to be performed is to click a link of a page displayed on the screen 31 to display the next page on the screen 31 and confirm the corresponding page.
  • an additional processing command for data displayed on the current screen 31 is input.
  • an additional processing command of a user may be input to display a report showing a histogram by dividing the monthly sales by adding a condition in the page for confirming the sales by the doctor of the otolaryngology in the first half. In this way, the user inquires the necessary information while operating the web browser by inputting various commands.
  • the user may input a command to re-display the previous page displayed on the web browser on the screen 31 by clicking the 'previous button' of the web browser while operating the web browser.
  • the client 30 corresponds to a case where a page moving instruction of a user who wants to display the previous page displayed on the web browser on the screen 31 again through the web browser of the client 30 is received (step f). , S500).
  • a user's command to move to the previous page is referred to as a page move command.
  • the client 30 moves the page previously displayed on the screen 31 to the invisible area of the screen 31 of the client 30 as a virtual page 35.
  • the previous page which is already waiting as the virtual page 35, is moved to the screen 31 and displayed to be visible to the user ((g) step S600). That is, when the client 30 receives the page move command, the client 30 does not access the server 10 again to receive the page information, but is stored in the storage unit 33 and the client 30 as the virtual page 35.
  • a previous page waiting on an invisible area of the screen 31 is displayed on the screen 31.
  • the speed is significantly faster than the conventional method.
  • the advantage is that the previous page can be displayed on the screen.
  • a page which is already stored in the storage unit 33 of the client 30 itself and displayed in the virtual area is moved to the visible area of the screen 31 without generating a network load.
  • the display speed of the screen 31 of the web browser is remarkably improved. According to the screen display method of the web browser of the present invention, even if the network 20 is down due to a power failure or a failure, the page viewed once can be displayed again.
  • the page information is stored in the storage unit 33 together with the corresponding page every time a page is generated by a user's web browser operation, the computational load according to the network load or statistical processing as described above is not generated. .
  • the stored page (conditions set by the user) along with the page information (statistical data) stored in the storage unit 33 is retrieved and displayed on the screen 31. There is an advantage that can be displayed again.
  • each time a page is generated the previous page is a virtual page 35 waiting in an area not visible on the screen 31 of the client 30, and then the user moves the page.
  • the control unit 32 of the client 30 operates in such a manner that the virtual page 35 corresponding thereto is displayed on the screen 31 of the client 30 so that the user can visually confirm it.
  • the operating system of the web browser or the client 30 mostly manages the main memory or the virtual memory to operate the client 30. It is possible to manage without difficulty.
  • the number of pages stored in the storage unit 33 is limited in the following manner. can do. That is, the upper limit of the number of pages that can be stored in the storage unit 33 of the client 30 is set in advance.
  • the client when setting to limit the storage of more than 10 pages, if the number of pages stored in the storage unit 33 of the client 30 exceeds 10 by the step (e), the client The first page stored in the storage unit 33 of page 30 and the page information corresponding thereto may be sequentially deleted from the storage unit 33 (step (h)).
  • the first stored page is less likely to be viewed by the user, and the most recently viewed page is more likely to be viewed again. Therefore, by first deleting pages and page information in the stored order, the storage capacity of the storage can be effectively managed and the client (30) ) Also has the advantage of improving the operating speed.
  • step (i) the history of the page is displayed in the web browser of the client 30 (step (i)).
  • the user inputs a page move command by the user clicking the path of the page displayed in step (i), and the client 30 receives the user's page move command.
  • the client 30 that receives the page move command performs step (g) in the same manner as described above.
  • the page information described above is an example of a general web page and a report that processes statistical data.
  • all pages by various data processed using a web browser as a platform may be examples of page information. .
  • the web browser described above may provide an environment that operates in the form of an application of the web browser based on a browser that is commonly used, such as Explorer or Chrome, or may be developed for a specific purpose and may be used between a server and a client. It may also mean a web browser in the form of a dedicated program that exchanges information and visually displays the result on the screen of the client.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • Mathematical Physics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present invention relates to a web browser screen display method, and more specifically relates to a web browser screen display method whereby it is possible to both rapidly and effectively display movement of a page displayed in the web browser screen. The web browser screen display method of the present invention has the advantage of making it possible to re-display a previous page of the web browser at a rapid rate. The web browser screen display method of the present invention has the advantage of improving the web browser page display rate by referring to statistical data on a server and thereby reducing the computational load on the web browser being processed.

Description

웹 브라우저의 화면 표시 방법How to display the screen of a web browser
본 발명은 웹 브라우저의 화면 표시 방법에 관한 것으로서, 더욱 상세하게는 웹 브라우저의 화면에 표시되는 페이지의 이동을 빠르고 효과적으로 표시할 수 있는 웹 브라우저의 화면 표시 방법에 관한 것이다.The present invention relates to a screen display method of a web browser, and more particularly, to a screen display method of a web browser that can quickly and effectively display the movement of the page displayed on the screen of the web browser.
일반적으로 웹 브라우저가 사용되는 클라이언트는 사용자가 입력하는 웹 주소에 대응하는 서버에 접속하여 해당 주소에 대응하는 페이지 데이터를 네트워크를 통해 수신하여 이를 웹 브라우저의 화면에 표시한다. 또한, 현재 화면에 표시되는 페이지의 하이퍼 링크를 사용자가 마우스로 클릭하면 해당 링크에 연결된 주소에 접속하여 웹 페이지의 코드와 관련 리소스(오브젝트)를 네트워크를 수신하고 이를 웹 브라우저의 화면에 표시한다. 웹 페이지의 종류에 따라서는 사용자가 검색하거나 조회하고자 하는 키워드나 데이터 범위를 웹 브라우저의 페이지를 통해 입력하고 조회 버튼 또는 실행 버튼을 사용자가 클릭하면 클라이언트가 서버에 접속하여 사용자가 조회한 조건의 데이터를 네트워크를 통해 수신하고 수신된 데이터를 이용하여 구성된 페이지를 브라우저의 화면에 표시하게 된다.In general, a client using a web browser accesses a server corresponding to a web address input by a user, receives page data corresponding to the address through a network, and displays the same on a screen of the web browser. In addition, when a user clicks a hyperlink of a page displayed on the current screen with a mouse, the user accesses the address connected to the link and receives a network of code and related resources (objects) of the web page and displays it on the screen of the web browser. Depending on the type of web page, the user enters the keyword or data range that the user wants to search or search through the web browser page, and when the user clicks the search button or the execute button, the client connects to the server and the data of the condition checked by the user Is received through the network and the configured page is displayed on the screen of the browser using the received data.
대부분의 웹 브라우저는 현재 화면에 표시되고 있는 페이지 이전의 페이지로 되돌아 가는 기능을 가지고 있다. 대부분의 경우 '이전'(back) 버튼을 사용자가 클릭하면 직전 페이지로 되돌아가게 된다. 이때, 종래의 웹 브라우저는 미리 저장된 이전 페이지의 주소에 네트워크를 통해 다시 접속하는 방법으로 이전 페이지를 화면에 표시하게 된다. 즉, 이전 페이지의 주소를 네트워크를 통해 접속하여 해당 페이지의 텍스트, 이미지, 오디오 또는 비디오 데이터를 다시 수신한 후 화면에 표시한다. 이와 같이 종래의 웹 브라우저는 이미 조회한 바 있는 페이지를 다시 화면에 표시하는 경우에도 해당 페이지의 테스트, 이미지, 오디오 또는 비디오 데이터와 같은 리소스 정보를 네트워크를 통하여 매번 다시 다운로드하여 페이지를 표시한다. 이와 같은 방법은 매번 네트워크의 부하를 발생시키므로 웹 브라우저의 화면 표시 속도가 떨어지는 문제점이 있다. 특히, 텍스트에 비해 데이터 용량이 큰 이미지, 오디오, 비디오 정보를 다운로드하는 경우에 웹 브라우저의 페이지 표시 속도가 현저하게 떨어진다.Most web browsers have the ability to return to the page before the page currently being displayed. In most cases, when the user clicks the back button, they will return to the previous page. In this case, the conventional web browser displays the previous page on the screen by reconnecting the address of the previously stored previous page through the network. That is, the address of the previous page is accessed through the network, and the text, image, audio or video data of the page is received again and displayed on the screen. As described above, even when a web page which has already been viewed is displayed on the screen again, the conventional web browser downloads resource information such as test, image, audio, or video data of the page again every time through the network to display the page. This method generates a load on the network every time, which causes a problem in that the display speed of the web browser is reduced. In particular, when the image, audio, and video information having a larger data capacity than text is downloaded, the page display speed of the web browser is significantly reduced.
또한, 서버에 저장된 통계적 데이터를 네트워크를 통해 접속하여 웹 브라우저의 화면을 통해 표시하는 경우에는 위와 같은 속도 저하 문제가 더욱 커진다. 서버에 저장된 통계적 데이터에 대해 조건을 설정하고 해당 조건을 만족하는 데이터만 필터링하여 클라이언트의 웹 브라우저에 표시하는 경우에는 매번 해당 데이터를 필터링하는 연산을 수행해야 하므로 웹 브라우저의 페이지 표시에 긴 시간을 요하는 경우가 많다. 또한, 웹 브라우저에서 콤보박스(combo box), 체크박스(check box), 라디오 버튼(radio button) 등을 사용하여 서버에 저장된 통계적 데이터에 조건을 설정하고 여러 단계(step)를 거쳐서 데이터를 추출하거나 조회하는 과정에서 웹 브라우저의 '이전(back)' 버튼을 클릭하면, 해당 과정까지 사용자가 설정하였던 데이터에 대한 조건이 모두 없어지고 초기상태로 되돌아 가는 경우가 대부분이다. 매우 큰 용량의 통계적 데이터를 사용하여 필터링, 정렬, 히스토그램 추출 등의 통계 업무를 처리하는 경우에는 이와 같이 데이터를 추출하고 정리하는 과정에서 네트워크뿐만 아니라 서버 또는 클라이언트의 연산 부하도 크게 발생하게 된다. 이와 같은 연산 부하는 결과적으로 웹 브라우저의 페이지 표시 시간을 지연시키는 문제를 발생시킨다.In addition, when the statistical data stored in the server is accessed via a network and displayed on the screen of the web browser, the above-mentioned slowdown problem is further increased. If you set a condition for statistical data stored on the server, and filter only the data that meets the condition and display it in the client's web browser, you need to perform the operation to filter the data every time. Many times. In addition, you can use a combo box, check box, radio button, etc. in your web browser to set conditions on statistical data stored on the server, and extract the data in several steps. If you click the 'back' button of the web browser during the search process, most of the conditions for the data set by the user up to the process are lost and return to the initial state. In the case of processing statistical tasks such as filtering, sorting, and histogram extraction using very large statistical data, the processing load of the server or client as well as the network is generated in the process of extracting and organizing the data. As a result, the computational load causes a problem of delaying the page display time of the web browser.
본 발명은 상술한 바와 같은 문제점을 해결하기 위해 안출된 것으로, 웹 브라우저에서 한번 표시한 페이지를 다시 표시하는 경우에 네트워크 부하 또는 연산 부하를 발생시키지 않고 효과적이고 빠른 속도로 페이지를 표시할 수 있는 웹 브라우저의 화면 표시 방법을 제공하는 것을 목적으로 한다.The present invention has been made to solve the above-described problems, the web that can display the page quickly and efficiently without incurring network load or computational load when displaying the page displayed once in a web browser An object of the present invention is to provide a browser screen display method.
상술한 바와 같은 목적을 달성하기 위한 본 발명의 웹 브라우저의 화면 표시 방법은, (a) 서버에 저장된 서버 저장 정보 중 사용자가 조회하고자 하는 페이지 정보에 대한 사용자의 정보 조회 명령을 클라이언트가 수신하는 단계; (b) 상기 클라이언트가 상기 서버에 접속하여 상기 정보 조회 명령에 따른 페이지 정보를 조회하고 네트워크를 통해 클라이언트로 수신하는 단계; (c) 상기 (b) 단계에서 수신한 페이지 정보를 이용하여 상기 클라이언트의 웹 브라우저 화면에 표시할 페이지를 생성하는 단계; (d) 상기 (c) 단계에서 생성한 페이지를 상기 클라이언트의 웹 브라우저 화면에 표시하는 단계; (e) 상기 (d) 단계에서 생성한 상기 페이지에 식별번호를 부여하여 상기 (c) 단계에서 수신한 페이지 정보와 함께 상기 클라이언트의 저장부에 저장하는 단계; (f) 상기 클라이언트의 웹 브라우저를 통해 웹 브라우저에 표시되었던 이전 페이지를 화면에 다시 표시하고자 하는 사용자의 페이지 이동 명령을 수신하는 단계; 및 (g) 상기 (f) 단계에 의해 상기 페이지 이동 명령이 수신된 경우, 상기 클라이언트의 웹 브라우저 화면에 현재 표시된 페이지는 가상의 페이지로서 상기 클라이언트의 화면의 보이지 않는 영역으로 이동하고, 동일한 방법으로 상기 클라이언트의 웹 브라우저 화면의 보이지 않는 영역에 가상의 페이지로서 대기하고 있던 상기 (f) 단계의 이전 페이지를 상기 (e) 단계에서 부여된 식별번호를 이용하여 상기 웹 브라우저의 화면에 표시하는 단계;를 포함하는 점에 특징이 있다.According to an aspect of the present invention, there is provided a method for displaying a screen of a web browser of the present invention, the method comprising: (a) receiving, by a client, a user's information inquiry command for page information that a user wants to inquire among server stored information stored in a server ; (b) the client accessing the server, inquiring page information according to the information inquiry command, and receiving the information through the network to the client; (c) generating a page to be displayed on the web browser screen of the client using the page information received in step (b); (d) displaying the page generated in the step (c) on the web browser screen of the client; (e) assigning an identification number to the page generated in step (d) and storing it in a storage unit of the client together with the page information received in step (c); (f) receiving a page moving command of a user who wants to re-display a previous page displayed on the web browser on the screen through the web browser of the client; And (g) when the page move command is received by step (f), the page currently displayed on the web browser screen of the client is moved to an invisible area of the screen of the client as a virtual page, and in the same manner. Displaying the previous page of the step (f), which was waiting as a virtual page in the invisible area of the web browser screen of the client, on the screen of the web browser using the identification number assigned in the step (e); There is a feature in that it includes.
본 발명의 웹 브라우저의 화면 표시 방법은 웹 브라우저의 이전 페이지를 빠른 속도로 다시 표시할 수 있는 효과가 있다.The screen display method of the web browser of the present invention has the effect of displaying the previous page of the web browser at a high speed again.
본 발명의 웹 브라우저의 화면 표시 방법은 통계적 데이터를 서버에서 조회하여 처리하는 웹 브라우저의 연산부하를 감소시켜서 웹 브라우저의 페이지 표시 속도를 향상시키는 장점이 있다.The screen display method of the web browser of the present invention has an advantage of improving the page display speed of the web browser by reducing the computational load of the web browser to query and process statistical data from the server.
도 1은 본 발명에 따른 웹 브라우저의 화면 표시 방법의 일례를 도시한 순서도이다.1 is a flowchart showing an example of a screen display method of a web browser according to the present invention.
도 2는 본 발명의 일실시예에 따른 웹 브라우저의 화면 표시 방법을 실시하기 위한 시스템의 개략도이다.2 is a schematic diagram of a system for implementing a screen display method of a web browser according to an embodiment of the present invention.
도 3은 도 2에 도시된 시스템의 클라이언트의 블록도이다.3 is a block diagram of a client of the system shown in FIG.
이하, 본 발명에 따른 웹 브라우저의 화면 표시 방법을 상세히 설명한다.Hereinafter, the screen display method of the web browser according to the present invention will be described in detail.
도 1은 본 발명에 따른 웹 브라우저의 화면 표시 방법의 일례를 도시한 순서도이고, 도 2는 본 발명의 일실시예에 따른 웹 브라우저의 화면 표시 방법을 실시하기 위한 시스템의 개략도이며, 도 3은 도 2에 도시된 시스템의 클라이언트의 블록도이다.1 is a flow chart showing an example of a screen display method of the web browser according to the present invention, Figure 2 is a schematic diagram of a system for performing the screen display method of the web browser according to an embodiment of the present invention, Figure 3 A block diagram of a client of the system shown in FIG.
먼저, 서버(10)에 저장된 서버 저장 정보 중 사용자가 조회하고자 하는 페이지 정보에 대한 사용자의 정보 조회 명령을 클라이언트(30)가 수신하는 단계를 수행한다((a)단계, S100). 클라이언트(30)는 사용자가 웹 브라우저를 사용하는 개인용 컴퓨터 또는 모바일 기기이다. 사용자는 클라이언트(30)에서 실행되는 웹 브라우저를 사용하여 서버(10)에 저장된 서버 저장 정보를 조회하게 된다. 사용자는 웹 브라우저를 통해 서버(10)에 저장된 서버 저장 정보 중 조회하고자 하는 페이지 정보를 조회하게 된다. 사용자가 페이지 정보를 조회하고자 하는 명령(정보 조회 명령)은 클라이언트(30)의 입력장치를 사용하여 웹 브라우저에 입력되고 클라이언트(30)는 클라이언트의 입력장치와 웹 브라우저를 통하여 사용자의 정보 조회 명령을 수신한다. 즉, 사용자가 웹 브라우저의 주소창에 조회하고자 하는 웹 주소(url)를 입력하거나 웹 주소와 링크된 아이콘 또는 하이퍼 링크를 클릭하는 방법으로 정보 조회 명령을 클라이언트(30)에 입력하게 된다. 서버 저장 정보는 서버(10)에 저장되어 있는 텍스트, 이미지, 오디오, 비디오, 통계 데이터 등이거나 웹 주소에 대응하여 데이터들을 연동하는 웹 페이지 등이 될 수 있다. 페이지는 서버 저장 정보 중에서 사용자가 클라이언트(30)의 웹 브라우저를 통해 입력하는 웹 주소에 대응하는 웹 페이지가 될 수 있다.First, the client 30 receives the user's information inquiry command for the page information that the user wants to inquire among the server stored information stored in the server 10 (step (a), S100). The client 30 is a personal computer or mobile device in which the user uses a web browser. The user inquires the server storage information stored in the server 10 using a web browser running on the client 30. The user inquires page information to be searched among server storage information stored in the server 10 through a web browser. A command (information inquiry command) that a user wants to inquire page information is input to a web browser using an input device of the client 30, and the client 30 sends an information inquiry command of the user through the input device of the client and the web browser. Receive. That is, a user inputs an information retrieval command to the client 30 by inputting a web address (url) to be inquired in the address bar of the web browser or by clicking an icon or hyperlink linked with the web address. The server storage information may be text, images, audio, video, statistical data, or the like stored in the server 10, or a web page for interlocking data corresponding to a web address. The page may be a web page corresponding to a web address input by a user through a web browser of the client 30 among server stored information.
경우에 따라서는 사용자의 정보 조회 명령은 서버(10)에 저장된 통계적 데이터에 중 특정 조건을 만족하는 데이터를 추출하거나 정렬하는 설정 조건이 될 수도 있다. 예를 들어, 서버(10)에 저장된 사내 회계 데이터에 대해, 특정 부서별, 기간별 매출액에 대한 조회 명령이 될 수도 있다. 이와 같은 통계적 데이터에 대한 사용자의 정보 조회 명령은 웹 브라우저의 현재 화면(31)에 표시된 페이지에 콤보박스, 체크박스, 라디오 버튼 등의 툴(tool)을 표시하여 사용자로부터 범위와 조건을 입력 받을 수 있다. 이와 같은 정보 조회 명령에 대응하는 페이지는 사용자에 의해 설정된 조건에 의해 추출되거나 정리된 데이터를 사용자에게 표시하는 보고서(웹 페이지의 형태가 될 수도 있음)이다. In some cases, the user's information inquiry command may be a setting condition for extracting or sorting data satisfying a specific condition among statistical data stored in the server 10. For example, the in-house accounting data stored in the server 10 may be an inquiry command for sales by specific department and period. The user's information inquiry command for the statistical data can display tools such as combo boxes, checkboxes, and radio buttons on the page displayed on the current screen 31 of the web browser to receive ranges and conditions from the user. have. The page corresponding to the information inquiry command is a report (which may be in the form of a web page) displaying data extracted or cleaned up by a condition set by the user to the user.
이와 같이 사용자가 웹 주소를 입력하거나 링크를 클릭하는 방법으로 입력한 정보 조회 명령을 클라이언트(30)가 수신하면, 다음으로 클라이언트(30)가 서버(10)에 접속하여 정보 조회 명령에 따른 페이지 정보를 조회하고 네트워크(20)를 통해 클라이언트(30)로 수신한다((b) 단계, S200). 이때 웹 브라우저는 html 등의 웹 페이지 소스 코드에 따라 해당 페이지의 리소스를 서버(10)로부터 수신할 수도 있고, 웹 브라우저를 플랫폼으로 하는 응용 프로그램(application; 회계 프로그램, 검색 프로그램 등이 그 예가 될 수 있다.)의 내부 명령에 따라 (a) 단계에 의해 수신된 정보 조회 명령에 따른 데이터를 페이지 정보의 형식으로 서버(10)로부터 수신할 수도 있다.As described above, when the client 30 receives the information inquiry command inputted by the user by inputting a web address or clicking a link, the client 30 next accesses the server 10 to display page information according to the information inquiry command. Search and receive to the client 30 via the network 20 (step (b), S200). In this case, the web browser may receive a resource of the corresponding page from the server 10 according to the web page source code such as html, or an application (eg, an accounting program or a search program) using the web browser as a platform. The data according to the information inquiry command received in step (a) may be received from the server 10 in the form of page information according to the internal command of FIG.
다음으로 클라이언트(30)는 서버(10)에서 수신한 페이지 정보를 이용하여 클라이언트(30)의 웹 브라우저 화면(31)에 표시할 페이지를 생성한다((c) 단계, S300). 이 단계는 클라이언트(30)가 웹 브라우저의 화면(31)에 페이지를 표시할 준비를 하는 단계이다. 이 단계에서 생성하는 페이지는 서버(10)에 저장된 웹 페이지 일 수도 있고, (a) 단계의 통계적 데이터에 대한 설정 조건에 의해 추출된 데이터를 사용자에게 표시하는 보고서일 수도 있다.Next, the client 30 generates a page to be displayed on the web browser screen 31 of the client 30 using the page information received from the server 10 (step (c), S300). This step is a step in which the client 30 prepares to display a page on the screen 31 of the web browser. The page generated in this step may be a web page stored in the server 10, or may be a report displaying data extracted by a setting condition for statistical data in step (a) to the user.
다음으로 클라이언트(30)는 (c) 단계에서 생성한 페이지를 클라이언트(30)의 웹 브라우저 화면(31)에 표시한다((d) 단계, S410).Next, the client 30 displays the page generated in the step (c) on the web browser screen 31 of the client 30 (step (d), S410).
상술한 바와 같은 과정은 일반적인 웹 브라우저에서 사용자의 명령에 따라 서버(10)에 접속하여 웹 페이지를 화면(31)에 표시하는 과정과 동일하다.The above-described process is the same as the process of displaying the web page on the screen 31 by accessing the server 10 according to a user's command in a general web browser.
이하의 과정에서 본 발명의 웹 브라우저의 화면 표시 방법은 종래의 웹 브라우저와는 다른 방법으로 페이지의 데이터를 처리함으로써 웹 브라우저의 화면(31) 표시 속도를 향상시키게 된다.In the following process, the screen display method of the web browser of the present invention improves the display speed of the screen 31 of the web browser by processing the page data in a manner different from that of the conventional web browser.
클라이언트(30)는 (d) 단계에서 생성한 페이지에 식별번호를 부여하여 (c) 단계에서 수신한 페이지 정보와 함께 클라이언트(30)의 저장부(33)에 저장한다((e) 단계, S430). 본 발명에 따른 웹 브라우저의 화면 표시 방법은 웹 브라우저의 화면(31)에 표시된 페이지의 서식(html 소스 코드 등)과 함께 해당 페이지에 표시된 텍스트, 이미지, 오디오 등의 리소스 정보를 페이지의 식별번호에 대응시켜 모두 클라이언트(30)의 저장부(33)에 저장한다. 서버(10)에 저장된 통계적 데이터를 페이지 정보로 수신한 경우에는 사용자의 정보 조회 명령에 의해 추출되거나 분석된 통계적 데이터는 페이지 정보로서 모두 클라이언트(30)로 수신되어 클라이언트(30)의 저장부(33)에 페이지의 식별번호에 대응되어 저장된다.The client 30 assigns an identification number to the page generated in step (d) and stores it in the storage unit 33 of the client 30 together with the page information received in step (c) (step S430). ). In the method of displaying a screen of a web browser according to the present invention, resource information such as text, images, audio, etc. displayed on the page along with the format (html source code, etc.) of the page displayed on the screen 31 of the web browser is assigned to the identification number of the page. Correspondingly, all of them are stored in the storage unit 33 of the client 30. When receiving statistical data stored in the server 10 as page information, the statistical data extracted or analyzed by the user's information inquiry command are all received as the page information to the client 30 to store the storage unit 33 of the client 30. ) Is stored corresponding to the page identification number.
이와 같은 상태에서 사용자는 클라이언트(30)의 웹 브라우저 화면(31)에 표시된 페이지를 확인하면서 다양한 조작을 하게 된다. 일반적으로 수행하는 작업은 화면(31)에 표시된 페이지의 링크를 클릭하여 다음 페이지를 화면(31)에 표시하고 해당 페이지를 확인하는 것이다. 통계적 데이터를 처리하는 페이지의 경우에는 현재 화면(31)에 표시된 데이터에 대한 추가 처리 명령을 입력하게 된다. 예를 들면, 병원 회계 프로그램의 경우에 상반기 이비인후과의 의사별 매출을 확인하는 페이지에서 조건을 추가하여 월별 매출을 구분하여 히스토그램으로 표시하는 보고서를 표시하도록 사용자의 추가 처리 명령을 입력할 수도 있다. 이와 같이 사용자는 다양한 명령을 입력하는 방법으로 웹 브라우저를 조작하면서 필요한 정보를 조회하게 된다.In this state, the user performs various operations while checking the page displayed on the web browser screen 31 of the client 30. In general, a task to be performed is to click a link of a page displayed on the screen 31 to display the next page on the screen 31 and confirm the corresponding page. In the case of a page for processing statistical data, an additional processing command for data displayed on the current screen 31 is input. For example, in the case of a hospital accounting program, an additional processing command of a user may be input to display a report showing a histogram by dividing the monthly sales by adding a condition in the page for confirming the sales by the doctor of the otolaryngology in the first half. In this way, the user inquires the necessary information while operating the web browser by inputting various commands.
이와 같이 사용자가 웹 브라우저를 조작하던 중에 웹 브라우저의 '이전 버튼' 클릭하는 등의 방법으로 웹 브라우저에 표시되었던 이전 페이지를 화면(31)에 다시 표시하고자 하는 명령을 입력하는 경우가 있다. 클라이언트(30)의 입장에서는 클라이언트(30)의 웹 브라우저를 통해 웹 브라우저에 표시되었던 이전 페이지를 화면(31)에 다시 표시하고자 하는 사용자의 페이지 이동 명령을 수신하는 경우에 해당한다((f) 단계, S500). 이와 같이 이전 페이지로 이동하고자 하는 사용자의 명령을 이하에서 페이지 이동 명령이라고 칭하기로 한다. As described above, the user may input a command to re-display the previous page displayed on the web browser on the screen 31 by clicking the 'previous button' of the web browser while operating the web browser. The client 30 corresponds to a case where a page moving instruction of a user who wants to display the previous page displayed on the web browser on the screen 31 again through the web browser of the client 30 is received (step f). , S500). In this way, a user's command to move to the previous page is referred to as a page move command.
이와 같이 페이지 이동 명령이 수신된 경우, 클라이언트(30)는 기존에 화면(31)에 표시되어 있던 페이지를 가상의 페이지(35)로서 클라이언트(30)의 화면(31)의 보이지 않는 영역으로 이동시키고, 동일한 방법으로 이미 가상의 페이지(35)로서 대기하고 있던 이전 페이지를 화면(31)으로 옮겨서 사용자의 눈에 보이도록 표시한다((g) 단계, S600). 즉, 클라이언트(30)는 페이지 이동 명령을 수신하였을 때, 다시 서버(10)에 접속하여 페이지 정보를 수신하는 것이 아니라 저장부(33)에 저장되어 있고 가상의 페이지(35)로서 클라이언트(30)의 화면(31)의 보이지 않는 영역에 대기하고 있던 이전 페이지를 화면(31)에 표시하는 점에서 종래의 일반적인 웹 브라우저와 차이가 있다. 네트워크(20)를 통하여 서버(10)에 다시 접속하지 않고 클라이언트(30)의 화면(31)의 가상의 영역에 대기하고 있던 페이지를 화면(31)에 표시하므로 종래의 방법에 비해 비약적으로 빠른 속도로 이전 페이지를 화면에 표시할 수 있는 장점이 있다. 특히, 페이지 정보의 용량이 큰 경우에도 네트워크 부하를 발생시키지 않고 클라이언트(30) 자체의 저장부(33)에 이미 저장되어 있으며 가상의 영역에 표시되어 있던 페이지를 화면(31)의 보이는 영역으로 이동시키므로 웹 브라우저의 화면(31) 표시 속도가 비약적으로 향상된다. 정전이나 장애 발생 등의 이유로 네트워크(20)가 다운된 경우에도 본 발명의 웹 브라우저의 화면 표시 방법에 의하면 한번 조회한 페이지는 다시 표시할 수 있는 장점이 있다.When the page move command is received in this way, the client 30 moves the page previously displayed on the screen 31 to the invisible area of the screen 31 of the client 30 as a virtual page 35. In the same manner, the previous page, which is already waiting as the virtual page 35, is moved to the screen 31 and displayed to be visible to the user ((g) step S600). That is, when the client 30 receives the page move command, the client 30 does not access the server 10 again to receive the page information, but is stored in the storage unit 33 and the client 30 as the virtual page 35. There is a difference from a conventional web browser in that a previous page waiting on an invisible area of the screen 31 is displayed on the screen 31. Since the page 31 is displayed on the screen 31 waiting in the virtual area of the screen 31 of the client 30 without reconnecting to the server 10 through the network 20, the speed is significantly faster than the conventional method. The advantage is that the previous page can be displayed on the screen. In particular, even if the page information is large, a page which is already stored in the storage unit 33 of the client 30 itself and displayed in the virtual area is moved to the visible area of the screen 31 without generating a network load. By doing so, the display speed of the screen 31 of the web browser is remarkably improved. According to the screen display method of the web browser of the present invention, even if the network 20 is down due to a power failure or a failure, the page viewed once can be displayed again.
특히, 용량이 큰 통계적 데이터를 이용하여 추출, 정렬 등의 통계적 처리를 수행하는 경우에 브라우저의 이전 버튼을 클릭하면, 다시 서버(10)에 접속하여 통계적 처리에 따른 연산을 수행하지 않고, 이미 저장부(33)에 해당 데이터가 저장되고 가상의 페이지(35)로서 대기하고 있던 페이지를 사용자가 볼 수 있는 화면(31)에 표시하므로 작업 속도를 매우 향상시킬 수 있는 장점이 있다. 특히, 통계적 데이터를 다루는 경우에 콤보 박스나 라디오 버튼 등을 이용하여 조건을 설정하면서 데이터를 추출하는 작업을 진행하다가 이전 화면으로 돌아가 데이터의 조건 설정을 변경해야 하는 경우가 빈번히 발생한다. 이 경우 종래의 웹 브라우저는 이전 화면으로 되돌아가면 사용자가 설정하였던 조건이 리셋(reset)되어 버려서 사용자가 매번 번거롭게 다시 조건을 설정해 주어야 하는 불편함이 있었다. 또한, 페이지의 종류에 따라 설정한 조건이 남아 있는 경우라 하더라도 해당 조건에 따른 통계적 데이터를 서버(10)에 다시 접속하여 추출하거나 통계적 처리를 수행해야만 했다. 데이터의 용량이 큰 통계적 데이터에 대해 이와 같이 웹 브라우저를 이용하여 통계적 처리를 하는 경우, 네트워크(20)를 통해 데이터를 수신하는 네트워크 부하보다 데이터의 통계적 처리에 따른 연산 부하로 인한 작업 소요시간이 더 긴 경우가 많다.In particular, when performing statistical processing such as extraction and sorting using a large amount of statistical data, if the user clicks the previous button of the browser, the server 10 is connected to the server 10 again, and the operation according to the statistical processing is already stored. Since the corresponding data is stored in the unit 33 and the page waiting as the virtual page 35 is displayed on the screen 31 which can be viewed by the user, there is an advantage that the work speed can be greatly improved. In particular, when dealing with statistical data, it is often necessary to return to the previous screen and change the data condition setting while extracting data while setting a condition using a combo box or a radio button. In this case, when the conventional web browser returns to the previous screen, a condition set by the user is reset, and the user has to inconvenience again. In addition, even if a condition set according to the type of page remains, statistical data according to the condition had to be reconnected to the server 10 to extract or perform statistical processing. In the case of performing statistical processing by using a web browser on statistical data having a large volume of data in this manner, the operation time due to the computational load according to the statistical processing of the data is greater than the network load receiving the data through the network 20. Often long.
그런데, 본 발명의 경우 사용자의 웹 브라우저 조작에 따른 페이지 생성시마다 해당 페이지와 함께 페이지 정보를 저장부(33)에 저장하므로, 상술한 바와 같은 네트워크 부하 또는 통계적 처리에 따른 연산 부하가 발생하지 않게 된다.However, in the case of the present invention, since the page information is stored in the storage unit 33 together with the corresponding page every time a page is generated by a user's web browser operation, the computational load according to the network load or statistical processing as described above is not generated. .
사용자가 '이전 버튼'을 클릭하면 저장부(33)에 저장된 페이지 정보(통계적 데이터)와 함께 저장된 페이지(사용자가 설정한 조건)을 불러와서 화면(31)에 표시하게 되므로 매우 빠른 속도로 이전 화면을 다시 표시할 수 있는 장점이 있다.When the user clicks on the 'previous button', the stored page (conditions set by the user) along with the page information (statistical data) stored in the storage unit 33 is retrieved and displayed on the screen 31. There is an advantage that can be displayed again.
이와 같은 처리 과정은 도 3에 도시한 것과 같이, 매번 페이지 생성시마다 이전 페이지는 가상의 페이지(35)로써 클라이언트(30)의 화면(31)에 보이지 않는 영역에 대기하고 있다가, 사용자의 페이지 이동 명령이 수신되면 클라이언트(30)의 제어부(32)가 그에 대응하는 가상의 페이지(35)를 클라이언트(30)의 화면(31)에 표시하여 사용자가 시각적으로 확인할 수 있도록 나타내는 방식으로 작동하게 된다.In this process, as shown in FIG. 3, each time a page is generated, the previous page is a virtual page 35 waiting in an area not visible on the screen 31 of the client 30, and then the user moves the page. When the command is received, the control unit 32 of the client 30 operates in such a manner that the virtual page 35 corresponding thereto is displayed on the screen 31 of the client 30 so that the user can visually confirm it.
한편, 사용자가 웹 브라우저를 조작하여 저장부(33)에 저장되지 않은 새로운 페이지를 조회하거나 새로운 설정 조건에 따른 통계적 데이터를 웹 브라우저의 화면(31)에 표시하는 방식으로 정보 조회 명령을 입력하면, 클라이언트(30)는 이와 같은 정보 조회 명령을 수신할 때마다 앞서 설명한 (a), (b), (c), (d) 및 (e) 단계를 반복하여 페이지 정보를 조회하고 그에 대응하는 페이지를 생성하여 클라이언트(30)의 웹 브라우저 화면(31)에 표시하고 저장부(33)에 저장하는 과정을 반복하게 된다.On the other hand, when a user operates a web browser to search for a new page not stored in the storage unit 33 or inputs an information inquiry command in such a manner that statistical data according to a new setting condition is displayed on the screen 31 of the web browser, Whenever the client 30 receives such an information inquiry command, the client 30 repeats steps (a), (b), (c), (d), and (e) described above to inquire page information and displays a corresponding page. The process of generating and displaying on the web browser screen 31 of the client 30 and storing in the storage unit 33 is repeated.
한편, 저장부(33)에 저장되는 페이지 및 페이지 정보의 용량이 증가하는 경우에도 대부분 웹 브라우저 또는 클라이언트(30)의 운영체계가 주기억 메모리 또는 가상 메모리를 관리하는 방법으로 클라이언트(30)의 작동에 어려움이 없도록 관리하는 것이 가능하다. 다만, 이와 같은 저장부(33)의 저장 용량의 관리에 따른 부하로 클라이언트(30)의 작동에 문제가 발생할 수 있는 경우에는 다음과 같은 방법으로 저장부(33)에 저장되는 페이지의 개수를 제한할 수 있다. 즉, 클라이언트(30)의 저장부(33)에 저장될 수 있는 페이지의 개수의 상한을 미리 설정하는 것이다. 예를 들어, 10개를 초과하는 페이지의 저장을 제한하도록 설정하는 경우에, (e) 단계에 의해 클라이언트(30)의 저장부(33)에 저장되는 페이지의 개수가 10개를 초과하면, 클라이언트(30)의 저장부(33)에 가장 먼저 저장된 페이지와 그에 대응하는 페이지 정보를 순차적으로 저장부(33)에서 삭제할 수 있다((h) 단계). 대체로 먼저 저장된 페이지일수록 사용자가 다시 조회할 가능성이 낮아지고 최근에 조회한 페이지일수록 다시 조회할 가능성이 높아지므로, 먼저 저장된 순서로 페이지와 페이지 정보를 삭제함으로써 저장부의 저장 용량을 효과적으로 관리하고 클라이언트(30)의 작동 속도도 향상시킬 수 있는 장점이 있다.On the other hand, even when the capacity of the page and the page information stored in the storage unit 33 increases, the operating system of the web browser or the client 30 mostly manages the main memory or the virtual memory to operate the client 30. It is possible to manage without difficulty. However, when a problem may occur in the operation of the client 30 due to the load according to the management of the storage capacity of the storage unit 33, the number of pages stored in the storage unit 33 is limited in the following manner. can do. That is, the upper limit of the number of pages that can be stored in the storage unit 33 of the client 30 is set in advance. For example, when setting to limit the storage of more than 10 pages, if the number of pages stored in the storage unit 33 of the client 30 exceeds 10 by the step (e), the client The first page stored in the storage unit 33 of page 30 and the page information corresponding thereto may be sequentially deleted from the storage unit 33 (step (h)). In general, the first stored page is less likely to be viewed by the user, and the most recently viewed page is more likely to be viewed again. Therefore, by first deleting pages and page information in the stored order, the storage capacity of the storage can be effectively managed and the client (30) ) Also has the advantage of improving the operating speed.
앞에서, 사용자가 '이전 버튼'을 클릭하는 방법으로 페이지 이동 명령을 클라이언트(30)에 입력하는 경우를 예로 들어 설명하였으나, 경우에 따라서는 페이지의 경로를 표시하고 그 경로 중 어느 하나의 지점을 특정 받는 방법으로 페이지 이동 명령을 클라이언트(30)가 수신하는 것도 가능하다. 즉, 클라이언트(30)의 웹 브라우저에 페이지의 경로(history)를 표시한다((i) 단계). 사용자는 (i) 단계에서 표시된 페이지의 경로를 사용자가 클릭하는 방법으로 페이지 이동 명령을 입력하고 클라이언트(30)는 이와 같은 사용자의 페이지 이동 명령을 수신하게 된다. 이와 같은 방법으로 페이지 이동 명령을 수신한 클라이언트(30)는 앞서 설명한 바와 동일한 방법으로 (g) 단계를 수행하게 된다.In the above, an example in which the user inputs a page moving command to the client 30 by clicking the 'previous button' has been described as an example. However, in some cases, the path of the page is displayed and the one point of the path is specified. It is also possible for the client 30 to receive the page move command in a receiving manner. That is, the history of the page is displayed in the web browser of the client 30 (step (i)). The user inputs a page move command by the user clicking the path of the page displayed in step (i), and the client 30 receives the user's page move command. In this way, the client 30 that receives the page move command performs step (g) in the same manner as described above.
이상, 본 발명에 따른 웹 브라우저의 화면 표시 방법에 대해 바람직한 예를 들어 설명하였으나, 본 발명의 범위가 앞에서 설명하고 도시한 형태로 한정되는 것은 아니다.As mentioned above, although the preferable example was demonstrated about the screen display method of the web browser which concerns on this invention, the scope of the present invention is not limited to the form demonstrated above and shown.
예를 들어, 앞에서 페이지 정보는 일반적인 웹 페이지인 경우와 통계적 데이터를 처리하는 보고서인 경우를 예로 들어 설명하였으나, 웹 브라우저를 플랫폼으로 하여 처리되는 다양한 데이터에 의한 페이지가 모두 페이지 정보의 예가 될 수 있다.For example, the page information described above is an example of a general web page and a report that processes statistical data. However, all pages by various data processed using a web browser as a platform may be examples of page information. .
또한, 본 발명은 앞에서 설명한 웹 브라우저는 익스플로러나 크롬과 같은 범용으로 사용되는 브라우저를 바탕으로 웹 브라우저의 애플리케이션의 형태로 작동하는 환경을 제공하는 것일 수도 있고, 특정 용도로 개발되어 서버와 클라이언트 사이에서 정보를 주고 받으며 그 결과를 클라이언트의 화면에 시각적으로 표시하는 전용 프로그램 형태의 웹 브라우저를 의미할 수도 있다.In addition, the present invention is that the web browser described above may provide an environment that operates in the form of an application of the web browser based on a browser that is commonly used, such as Explorer or Chrome, or may be developed for a specific purpose and may be used between a server and a client. It may also mean a web browser in the form of a dedicated program that exchanges information and visually displays the result on the screen of the client.

Claims (6)

  1. (a) 서버에 저장된 서버 저장 정보 중 사용자가 조회하고자 하는 페이지 정보에 대한 사용자의 정보 조회 명령을 클라이언트가 수신하는 단계;(a) receiving, by the client, a user's information inquiry command for page information that the user wants to inquire among server stored information stored in the server;
    (b) 상기 클라이언트가 상기 서버에 접속하여 상기 정보 조회 명령에 따른 페이지 정보를 조회하고 네트워크를 통해 클라이언트로 수신하는 단계;(b) the client accessing the server, inquiring page information according to the information inquiry command, and receiving the information through the network to the client;
    (c) 상기 (b) 단계에서 수신한 페이지 정보를 이용하여 상기 클라이언트의 웹 브라우저 화면에 표시할 페이지를 생성하는 단계;(c) generating a page to be displayed on the web browser screen of the client using the page information received in step (b);
    (d) 상기 (c) 단계에서 생성한 페이지를 상기 클라이언트의 웹 브라우저 화면에 표시하는 단계;(d) displaying the page generated in the step (c) on the web browser screen of the client;
    (e) 상기 (d) 단계에서 생성한 상기 페이지에 식별번호를 부여하여 상기 (c) 단계에서 수신한 페이지 정보와 함께 상기 클라이언트의 저장부에 저장하는 단계;(e) assigning an identification number to the page generated in step (d) and storing it in a storage unit of the client together with the page information received in step (c);
    (f) 상기 클라이언트의 웹 브라우저를 통해 웹 브라우저에 표시되었던 이전 페이지를 화면에 다시 표시하고자 하는 사용자의 페이지 이동 명령을 수신하는 단계; 및(f) receiving a page moving command of a user who wants to re-display a previous page displayed on the web browser on the screen through the web browser of the client; And
    (g) 상기 (f) 단계에 의해 상기 페이지 이동 명령이 수신된 경우, 상기 클라이언트의 웹 브라우저 화면에 현재 표시된 페이지는 가상의 페이지로서 상기 클라이언트의 화면의 보이지 않는 영역으로 이동하고, 동일한 방법으로 상기 클라이언트의 웹 브라우저 화면의 보이지 않는 영역에 가상의 페이지로서 대기하고 있던 상기 (f) 단계의 이전 페이지를 상기 (e) 단계에서 부여된 식별번호를 이용하여 상기 웹 브라우저의 화면에 표시하는 단계;를 포함하는 것을 특징으로 하는 웹 브라우저의 화면 표시 방법.(g) When the page move command is received by the step (f), the page currently displayed on the web browser screen of the client is moved to an invisible area of the screen of the client as a virtual page. Displaying the previous page of the step (f) which was waiting as a virtual page in the invisible area of the web browser screen of the client on the screen of the web browser using the identification number given in the step (e); The screen display method of the web browser characterized by including.
  2. 제1항에 있어서,The method of claim 1,
    사용자의 상기 웹 브라우저를 조작에 따른 정보 조회 명령을 클라이언트가 수신할 때마다 상기 (a), (b), (c), (d) 및 (e) 단계를 반복하여 페이지 정보를 조회하고 그에 대응하는 페이지를 생성하여 상기 클라이언트의 웹 브라우저 화면에 표시하고, 종전에 상기 클라이언트의 웹 브라우저 화면에 표시되어 있던 상기 페이지의 화면은 상기 클라이언트의 웹 브라우저 화면에 표시되지 않는 상기 가상의 영역으로 이동하는 것을 특징으로 하는 웹 브라우저의 화면 표시 방법.Whenever a client receives an information inquiry command according to the user's web browser operation, the steps (a), (b), (c), (d), and (e) are repeated to inquire page information and respond thereto. Generating a page to be displayed on the web browser screen of the client, and the screen of the page previously displayed on the web browser screen of the client moves to the virtual area not displayed on the web browser screen of the client. The screen display method of the web browser characterized by the above-mentioned.
  3. 제2항에 있어서,The method of claim 2,
    상기 클라이언트에는 상기 저장부에 저장되고 상기 클라이언트의 웹 브라우저 화면의 가상의 영역에 표시될 페이지의 개수의 상한이 미리 설정되어 있으며,The upper limit of the number of pages stored in the storage unit and to be displayed in the virtual area of the web browser screen of the client is preset.
    (h) 상기 (g) 단계에 의해 상기 클라이언트의 웹 브라우저 화면의 가상의 영역으로 이동되는 페이지의 개수가 미리 설정된 페이지 개수의 상한을 초과하면, 상기 클라이언트의 저장부에 가장 먼저 저장된 페이지를 상기 가상의 영역에서 삭제하고 그에 대응하는 페이지 정보를 순차적으로 상기 저장부에서 삭제하는 단계;를 더 포함하는 것을 특징으로 하는 웹 브라우저의 화면 표시 방법.(h) If the number of pages moved to the virtual area of the web browser screen of the client by the step (g) exceeds the upper limit of a preset page number, the first page stored in the storage unit of the client is the virtual page. And deleting page information corresponding to the page information and the page information corresponding to the page information.
  4. 제1항 내지 제3항 중 어느 한 항에 있어서,The method according to any one of claims 1 to 3,
    (i) 상기 클라이언트의 웹 브라우저에 상기 페이지의 경로(history)를 표시하는 단계;를 더 포함하고,(i) displaying a history of the page in a web browser of the client;
    상기 (f) 단계는, 상기 페이지 이동 명령을 상기 (i) 단계의 페이지의 경로를 사용자가 클릭하는 방법으로 상기 클라이언트가 수신하는 것을 특징으로 하는 웹 브라우저의 화면 표시 방법.In the step (f), the client receives the page movement command by clicking the path of the page of the step (i) by the client.
  5. 제4항에 있어서,The method of claim 4, wherein
    상기 페이지 정보는 상기 서버에 저장된 통계적 데이터이고,The page information is statistical data stored in the server,
    상기 (a) 단계에서 상기 정보 조회 명령은, 상기 서버에 저장된 통계적 데이터 중 특정 조건을 만족하는 데이터를 추출하기 위한 설정 조건이며,In the step (a), the information inquiry command is a setting condition for extracting data satisfying a specific condition among statistical data stored in the server,
    상기 (c) 단계에서 생성하는 상기 페이지는 상기 (a) 단계의 설정 조건에 의해 추출된 데이터를 사용자에게 표시하는 보고서인 것을 특징으로 하는 웹 브라우저의 화면 표시 방법.And the page generated in step (c) is a report displaying data extracted by the setting condition of step (a) to a user.
  6. 제4항에 있어서,The method of claim 4, wherein
    상기 페이지 정보는 상기 서버에 저장된 웹 페이지의 데이터이고,The page information is data of a web page stored in the server,
    상기 (a) 단계에서 상기 정보 조회 명령은, 상기 서버에 저장된 웹 페이지의 주소이며,In the step (a), the information inquiry command is the address of a web page stored in the server,
    상기 (c) 단계에서 생성하는 상기 페이지는 상기 (a) 단계의 정보 조회 명령의 웹 페이지의 주소에 대응하는 상기 서버에 저장된 웹 페이지인 것을 특징으로 하는 웹 브라우저의 화면 표시 방법.And the page generated in the step (c) is a web page stored in the server corresponding to the address of the web page of the information inquiry command in the step (a).
PCT/KR2014/007023 2013-08-01 2014-07-31 Web browser screen display method WO2015016623A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2013-0091349 2013-08-01
KR1020130091349A KR101371584B1 (en) 2013-08-01 2013-08-01 Method of displaying screen of web browser

Publications (1)

Publication Number Publication Date
WO2015016623A1 true WO2015016623A1 (en) 2015-02-05

Family

ID=50647913

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2014/007023 WO2015016623A1 (en) 2013-08-01 2014-07-31 Web browser screen display method

Country Status (2)

Country Link
KR (1) KR101371584B1 (en)
WO (1) WO2015016623A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101631271B1 (en) * 2014-11-25 2016-06-16 주식회사 포워드벤처스 Rotating Advertisement Display System, Method and Computer Readable Recoding Medium
CN105893437A (en) * 2015-12-14 2016-08-24 乐视网信息技术(北京)股份有限公司 Web page display method and apparatus

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020085996A (en) * 2001-05-10 2002-11-18 주식회사 메일북 Method of Providing a Web Page Using Client Cache Memory
KR20090030546A (en) * 2007-09-20 2009-03-25 주식회사 엘지텔레콤 Method and system for providing web page
KR20090050113A (en) * 2007-11-02 2009-05-20 주식회사 엘지텔레콤 Method and equipment for first connecting page loading velocity improvement using exclusive cache memory to mobile internet browser
US20130110906A1 (en) * 2011-11-02 2013-05-02 Microsoft Corporation Browser cache assist for accessing web-based content

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020085996A (en) * 2001-05-10 2002-11-18 주식회사 메일북 Method of Providing a Web Page Using Client Cache Memory
KR20090030546A (en) * 2007-09-20 2009-03-25 주식회사 엘지텔레콤 Method and system for providing web page
KR20090050113A (en) * 2007-11-02 2009-05-20 주식회사 엘지텔레콤 Method and equipment for first connecting page loading velocity improvement using exclusive cache memory to mobile internet browser
US20130110906A1 (en) * 2011-11-02 2013-05-02 Microsoft Corporation Browser cache assist for accessing web-based content

Also Published As

Publication number Publication date
KR101371584B1 (en) 2014-03-07

Similar Documents

Publication Publication Date Title
CN107438814B (en) Mobile device and method thereof, and method of mobile device emulator
CN101226486B (en) Computer-implemented method and device for capturing information
JP2013508807A (en) Method and apparatus for generating an internet navigation page
US20100131898A1 (en) History display apparatus, history display system, history display method, and program
CN114416667B (en) Method and device for rapidly sharing network disk file, network disk and storage medium
CN110659092B (en) Webpage screenshot method and device, computer equipment and storage medium
CN105612511B (en) Identifying and structuring related data
KR101773781B1 (en) Method and apparatus for user oriented data visualzation based on the web
JP2007133568A (en) Multilayer work support device, and allocation method, display method, and program for the same multilayer work support device
KR20160125401A (en) Inline and context aware query box
CN114995816A (en) Business process configuration method and device, electronic equipment and readable storage medium
WO2015016623A1 (en) Web browser screen display method
CN102663070B (en) Method and system for supporting browser application
CN112558966B (en) Depth model visualization data processing method and device and electronic equipment
CN112416212B (en) Program access method, apparatus, electronic device and readable storage medium
CN112912844A (en) File collection method, file collection device and terminal equipment
CN104158696A (en) Determination method and device for measuring delayed operation time and terminal
CN111309221B (en) Page processing method, device and equipment
EP1696375A1 (en) A workflow retrieval system
CN110825947A (en) URL duplicate removal method, device, equipment and computer readable storage medium
US20130139085A1 (en) Operation Support Computer Program, Operation Support Computer System
WO2018147529A1 (en) Method for allowing charts in dashboard implemented in online environment to interact
CN111796733B (en) Image display method, image display device and electronic equipment
CN114595391A (en) Data processing method and device based on information search and electronic equipment
JP2019067359A (en) System and method for visual exploration of subnetwork patterns in two-mode networks, program, and computer device

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14832203

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14832203

Country of ref document: EP

Kind code of ref document: A1