KR20000039328A - Method for processing hyper text markup language of web browser - Google Patents

Method for processing hyper text markup language of web browser Download PDF

Info

Publication number
KR20000039328A
KR20000039328A KR1019980054645A KR19980054645A KR20000039328A KR 20000039328 A KR20000039328 A KR 20000039328A KR 1019980054645 A KR1019980054645 A KR 1019980054645A KR 19980054645 A KR19980054645 A KR 19980054645A KR 20000039328 A KR20000039328 A KR 20000039328A
Authority
KR
South Korea
Prior art keywords
agent
data
list
server
capability
Prior art date
Application number
KR1019980054645A
Other languages
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 구자홍
Priority to KR1019980054645A priority Critical patent/KR20000039328A/en
Publication of KR20000039328A publication Critical patent/KR20000039328A/en

Links

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

Abstract

PURPOSE: A method for processing a hyper text markup language of a web browser is provided to reduce a communication cost and web surfing time, enable an automatic construction of a web page, and allow a user to select desired data, by filtering the data which is surely necessary for the browser to optimize the time for displaying one web page, and thereby reducing communication time. CONSTITUTION: It is determined whether an agent that currently requests data is included in a list of capability. If the agent does not exist in the capability list, the corresponding data is returned. If the agent exists in the capability list, it is determined whether the agent can be handled. If the agent can be handled, the corresponding data is returned. If the agent can not be handled, null data is returned. The capability list includes only a list which can not be processed.

Description

웹 브라우저의 에치티엠엘 처리방법How to deal with ETMT in web browser

본 발명은 웹 브라우저의 에치티엠엘(Hyper Text Makeup Language:이하 HTML) 처리방법에 관한 것으로, 특히 웹 브라우저가 처리하는 에치티엠엘(HTML) 문서를 효율적으로 표시하여 통신시간을 최소,최적화하여 브라우저의 성능을 극대화 시킬 수 있도록 한 웹 브라우저의 에치티엠엘 처리방법에 관한 것이다.The present invention relates to a method of processing Hyper Text Makeup Language (HTML) of a web browser. In particular, the present invention efficiently displays an HTML document processed by a web browser, thereby minimizing and optimizing communication time. It is about how to handle Etchiel of a web browser to maximize the performance.

최근에 급속도로 변화하고 있는 기술중의 하나가 바로 에치티엠엘(HTML)을 다루는 WWW(WORLD WIDE Web)이고, 수많은 종류의 브라우저(Browser)가 각기 다른 능력으로 서로 다른 플랫폼(Platform)에서 존재하는데, 현존하는 모든 기술을 지원하는 복잡한 데스크톱(Desktop)의 브라우저(Browser)로부터 간단히 텍스트만 표시할 수 있는 피디에이(PDA)등에 있는 브라우저(Browser)까지 매우 다양하게 존재한다.One of the rapidly changing technologies in recent years is WWW (WORLD WIDE Web), which deals with HTML, and numerous browsers exist on different platforms with different capabilities. From browsers in complex desktops that support all existing technologies, to browsers in PDAs that can only display text.

통상 브라우저(Browser)는 서버(Server)로부터 문서데이터 및 모든 필요한 데이터의 목록이 들어있는 문서인 에치티엠엘(HTML) 문서를 읽어오고, 그 뒤 에치티엠엘(HTML)에 존재하는 여러 데이터중 필요한 것들을 서버(Server)로부터 완전히 받아와도 그 중의 많은 부분은 어차피 표시할 능력이 없기 때문에 쓸모없이 버리게 된다.Normally, a browser reads an HTML document, which is a document containing a list of document data and all necessary data, from the server, and then, among the various data existing in the HTML file, is needed. Even when things are completely received from the server, many of them are discarded because they are incapable of displaying them anyway.

따라서, 쓰지도 않을 데이터를 서버(Server)로부터 받아오느라 귀중한 통신시간을 낭비함은 물론, 사용자에게도 느린 반응시간을 보이게 된다.Therefore, it wastes valuable communication time to receive unused data from the server, and also shows a slow response time to the user.

물론, 브라우저(Browser)가 스스로 데이터의 필요여부를 간단히 판단할 수 있는 경우에는 서버(Server)로부터 아예 요청을 하지 않으면 되지만, 많은 데이터의 경우 브라우저(Browser)가 데이터를 모두 혹은 일부를 받아보기 전에는 자신이 표시할 수 있는 데이터인지 아닌지를 판단할 수가 없다.Of course, if the browser can easily determine the need for data by itself, it is not necessary to make a request from the server at all, but for a lot of data, before the browser receives all or part of the data, It is not possible to determine whether the data can be displayed or not.

또, 단순히 만들어진 브라우저(Browser)가 사용되는 환경은 대부분 데스크톱(Desktop)이 아닌 통신속도/환경등 장비가 열악한 피디에이(PDA)등에서 사용되므로 하나의 페이지를 표현하는데, 쓸모없는 데이터를 받느라 아까운 통신시간을 소모하게 된다.In addition, the environment in which simply created browsers are used is mostly used in devices such as PDAs, such as communication speed / environment, which are not desktops, so they represent a single page. It takes time.

즉, 상기와 같은 종래기술은 많은 데이터의 경우 브라우저(Browser)가 데이터를 모두 혹은 일부를 받아보기 전에는 자신이 표시할 수 있는 데이터인지 아닌지를 판단할 수가 없고, 또한 단순히 만들어진 브라우저(Browser)가 사용되는 환경은 대부분 데스크톱이 아닌 통신속도/환경등 장비가 열악한 피디에이(PDA)등에서 사용되므로 하나의 페이지를 표현하는데 쓸모없는 데이터를 받느라 아까운 통신시간을 소모하게 되는 문제점이 있었다.That is, in the case of a lot of data, the prior art cannot determine whether or not the data can be displayed by the browser until the browser receives all or part of the data, and is simply used by the created browser. Since most of the environment is used in a device such as a PDA (PDA) such as communication speed / environment rather than a desktop, there is a problem in that it consumes a wasteful communication time for receiving useless data in representing a page.

따라서, 상기와 같은 문제점을 감안하여 창안한 본 발명은 브라우저(Browser)가 표시할 수 있는지 없는지의 여부를 사전에 서버(Server)가 알고 브라우저(Browser)가 표현할 수 있는 데이터만을 전달해 줄수 있는 메카니즘과 이를 통해 꼭 필요한 데이터만을 서버(Server)에서 받아옴으로서 통신시간에 대한 효율성을 극대화할 수 있는 웹 브라우저의 에치티엠엘 처리방법을 제공함에 그 목적이 있다.Accordingly, the present invention devised in view of the above-mentioned problems provides a mechanism that allows the server to know in advance whether the browser can display or not and deliver only data that can be expressed by the browser. Through this, the only purpose is to provide the processing method of the web browser that can maximize the efficiency of communication time by receiving only the necessary data from the server (Server).

도1은 본 발명 웹브라우저의 에치티엠엘 처리방법에 대한 동작흐름도.1 is a flow chart showing the processing method of the Etchimell of the present invention web browser.

도2는 일반적인 에치티티피(HTTP) 프로토콜이 동작되는 통상적인 환경을 보인 블록도.Fig. 2 is a block diagram showing a typical environment in which a general HTTP protocol is operated.

도3은 케이퍼빌러티 리스트의 확장구조를 보인도.Figure 3 shows an extension of the capability list.

*****도면의 주요부분에 대한 부호의 설명********** Description of the symbols for the main parts of the drawings *****

21:에이전트 22:필터21: Agent 22: Filter

23:서버23: server

상기와 같은 목적을 달성하기 위한 본 발명은 현재 자료요청을 하는 에이전트(Agent)가 케이퍼빌러티(Capability) 리스트상의 에이전트(Agent)인지를 판단하는 제1 단계와; 상기 제1 단계의 판단결과 에이전트(Agent)가 케이퍼빌러티(Capability) 리스트상에 존재하지 않으면 데이터를 넘겨주고, 에이전트(Agent)가 케이퍼빌러티(Capability) 리스트상에 존재하면 에이전트(Agent)가 핸들링할 수 있는 것인지를 판단하는 제2 단계와; 상기 제2 단계의 판단결과 에이전트(Agent)가 핸들링할 수 있으면 해당 데이터를 넘겨주고, 에이전트(Agent)가 핸들링할 수 없으면 빈데이터를 넘겨주는 제3 단계로 수행함을 특징으로 한다.The present invention for achieving the above object comprises the first step of determining whether the agent (Agent) currently making a request for data (Agent) on the Capability (Capability) list; As a result of the determination of the first step, if the agent does not exist on the Capability list, data is transferred. If the Agent exists on the Capability list, the Agent is transferred. A second step of determining if it can be handled; As a result of the determination of the second step, if the agent can handle the data, the corresponding data is transferred, and if the agent cannot handle, the third step is to pass the empty data.

이하, 본 발명에 의한 웹 브라우저의 에치티엠엘 처리방법에 대한 작용 및 효과를 첨부한 도면을 참조하여 상세히 설명한다.Hereinafter, with reference to the accompanying drawings, the operation and effects of the method for processing Etchiel of the web browser according to the present invention will be described in detail.

도1은 본 발명 웹 브라우저의 에치티엠엘 처리방법에 대한 동작흐름도로서, 이에 도시한 바와같이 현재 자료요청을 하는 에이전트(Agent)가 케이퍼빌러티(Capability) 리스트상의 에이전트(Agent)인지를 판단하는 제1 단계와; 상기 제1 단계의 판단결과 에이전트(Agent)가 케이퍼빌러티(Capability) 리스트상에 존재하지 않으면 데이터를 넘겨주고, 에이전트(Agent)가 케이퍼빌러티(Capability) 리스트상에 존재하면 에이전트(Agent)가 핸들링할 수 있는 것인지를 판단하는 제2 단계와; 상기 제2 단계의 판단결과 에이전트(Agent)가 핸들링할 수 있으면 해당 데이터를 넘겨주고, 에이전트(Agent)가 핸들링할 수 없으면 빈데이터(NULL Data)를 넘겨주는 제3 단계로 이루어지며, 이와같은 본 발명의 동작을 첨부한 도2 및 도3을 참조하여 설명한다.FIG. 1 is a flowchart illustrating a method of processing an ETMT message of a web browser according to the present invention. As shown in FIG. 1, it is determined whether an agent currently requesting data is an agent on a capability list. A first step; As a result of the determination of the first step, if the agent does not exist on the Capability list, data is transferred. If the Agent exists on the Capability list, the Agent is transferred. A second step of determining if it can be handled; As a result of the determination of the second step, if the agent can handle, the data is passed to the agent; if the agent cannot handle, the third step is to pass the null data. The operation of the invention will be described with reference to FIGS. 2 and 3.

먼저,도2는 일반적인 에치티티피(HTTP) 프로토콜이 동작되는 통상적인 환경을 보인 블록도로서, 에이전트(Agent:21)가 이슈(Issue)한 리퀘스트가 전달되고 응답을 받는 과정에서 서버(Server:23)쪽의 필터(22) 부분에서 상기 에이전트(Agent:21)로 전달할 내용에 대한 데이터를 가공할 수 있는데, 이때 현재 리퀘스트를 보내는 에이전트(Agent:21)가 무엇인지를 서버(Server:23)쪽에서 알수 있으므로, 이를 이용하여 필터(22)를 통해 필터링을 할 수 있는데, 즉 서버(Server:23)쪽에서는 리퀘스트를 보내는 에이전트(Agent:21)의 버전,이름등의 정보를 매 리퀘스트마다 알 수 있기 때문에 이를 이용하여 서버(Server:23)에서는 각 에이전트(Agent:21)가 가지고 있는 능력을 리스트로 만들어 관리한 다음 이 리스트를 참조해 필터링한다.First, FIG. 2 is a block diagram showing a typical environment in which a general HTTP protocol is operated. In the process of receiving a request and receiving a response from an agent 21, a server (Server: In the filter 22 part of the page 23, data about the content to be delivered to the agent 21 may be processed. At this time, it is possible to determine what agent the agent 21 is currently sending the server to. Since it can be seen from the page, it can be filtered through the filter 22, that is, the server (Server: 23) can be used to know the information, such as the version, name, etc. of the agent (Agent: 21) that sends the request for each request Because of this, the server (Server: 23) uses this to list and manage the capabilities of each agent (Agent: 21), then filters them by referring to this list.

다시말해서, 현재 리퀘스트를 하는 에이전트(Agent:21)가 서버(Server:23)에 알려져 있는 에이전트(Agent:21)이면 케이퍼빌러티(Capability) 리스트에서 요청한 데이터가 그 에이전트(Agent:21)가 핸들링할 수 있는 것인가를 판단한다.In other words, if the agent currently making the request (Agent: 21) is an agent (21:21) that is known to the server (Server: 23), then the requested data from the capability list is handled by that agent (21). Determine if you can.

그 결과, 상기 에이전트(Agent:21)가 핸들링 할 수 있다면 리퀘스트에 대한 데이터를 넘겨주고, 만약 에이전트(Agent:21)가 핸들링할 수 없으면 빈 데이터를 넘겨준다.As a result, if the agent (Agent: 21) can handle the data for the request is passed, and if the agent (Agent: 21) can not handle the data is passed over.

이때, 상기에서 현재 리퀘스트를 하는 에이전트(Agent:21)가 서버(Server:23)에 알려져 있는 에이전트(Agent:21)가 아니라면 현재 리퀘스트를 요청하는 에이전트(Agent:21)가 어떤 것인지 서버(Server:23)쪽에서는 알수 없으므로 모든 케이퍼빌러티(Capability)를 가지고 있다고 간주하더라도 무조건 데이터를 넘겨주게 된다.At this time, if the agent (Agent: 21) making the current request is not the agent (Agent: 21) known to the server (Server: 23), what is the agent (Agent: 21) requesting the current request? Since it is not known on the 23) side, data is passed unconditionally even if it is considered to have all the Capability.

여기서, 상기 케이퍼빌러티(Capability) 리스트는 링크드(Linked) 리스트로 구현되어 새로운 에이전트(Agent:21)가 구현되었거나 혹은 버전이 업그레이드 되었을 때 플러그인의 개념으로 쉽게 추가확장할 수 있는 구조로 만드는데, 이를 도3을 참조하여 상세히 설명한다.Here, the Capability list is implemented as a linked list to make a structure that can be easily extended by the concept of a plug-in when a new Agent 21 is implemented or a version is upgraded. This will be described in detail with reference to FIG. 3.

현재 시스템의 서버(Server:23)에는 3개 종류의 에이전트(Agent:21)가 알려져 있으며, 제1 에이전트(Agent:21)의 경우에는 오디오,이미지,비디오의 3가지 카테고리(Category)의 케이퍼빌러티(Capability)를 가지는 것이고, 이미지의 경우에는 다시 Bitmap,JPEC,GIF등의 세부사항으로 나뉘어 지게 된다.Currently, three types of agents (Agent: 21) are known in the server (Server: 23) of the system, and in the case of the first agent (Agent: 21), three categories of audio, image, and video capersville (Category) Capability, and in the case of an image, it is divided into details such as Bitmap, JPEG, and GIF.

상기 케이퍼빌러티(Capability) 리스트를 구성하는 방식은 서버(Server:23)쪽에서 알려져 있는 브라우저(Browser)들에 대해 제너럴하게 미리 만들어 두는데, 이 케이퍼빌러티(Capability) 리스트의 목록은 처리 불가한 값만을 기록하므로 케이퍼빌러티(Capability)의 목록에 없는 모든 것은 표시가능한 데이터를 서버(Server:23)로부터 받지 못하는 일은 절대 있을 수 없다.The method of constructing the Capability list is generally made in advance for known browsers on the Server 23, and the list of the Capability list cannot be processed. Since only the values are recorded, everything that is not in the list of Capabilities can never receive displayable data from the server (Server: 23).

여기서, 좀더 확장 응용하면 브라우저(Browser)가 스스로 리퀘스트를 조절하는 것을 생각할 수 있는데, 서버(Server:23)에 연결할 때 기존의 케이퍼빌러티(Capability) 리스트를 자신이 원하는 값으로 오버라이드(Override)함으로서 가능한데, 일예를 들어 설명하면 "Text Only"페이지를 볼때 종래의 경우처럼 그림을 빼 버린 페이지를 서버(Server:23)에 따로 마련해 두지 않아도 이미지에 대한 케이퍼빌러티(Capability) 리스트를 브라우저(Browser)가 서버(Server:23)쪽에 오버라이드(Override)해 버리면 자동으로 그림이 빠진 본문만 얻을 수 있는데, 이때 쿠키(Cookie)를 통해 그 브라우저(Browser)에 대해 새로 오버라이드(Override)된 값에 대한 지속성을 유지하는 방법을 사용하고 나중에 연결이 끊어지면 원래의 디폴트(Default) 값으로 복원한다.Here, in a more extended application, you can think of the browser controlling the request yourself. By overriding the existing Capability list to the desired value when connecting to the server For example, when you view the "Text Only" page, you can view the Capability list for the image without having to set up a page on the server (Server: 23), which is the same as in the conventional case. Overridden on the server side (Server: 23), you can only get the missing text automatically. In this case, the persistence of the newly Use the persistence method and restore the original default value if the connection is lost later.

이상에서 상세히 설명한 바와같이 본 발명은 브라우저(Browser)에게 반드시 필요한 데이터만을 필터링을 통해 하나의 웹(Web) 페이지를 표시하는데 필요한 시간을 최적화하여 통신시간을 줄임으로써 통신비를 절감할 수 있고, 또한 사용자에게도 빠른 반응시간을 통해 웹(Web) 서핑(Surfing)시간을 줄일 수 있으며, 또한 페이지의 자동구성과 사용자 스스로가 필요한 데이터만을 선별해서 얻을 수 있는 기능을 브라우저(Browser)에 추가할 수 있는 효과가 있다.As described in detail above, the present invention can reduce the communication cost by optimizing the time required to display one web page through filtering only the data necessary for the browser, thereby reducing the communication time, and also the user. Fast response time also reduces web surfing time, and adds the ability to automatically configure pages and add the ability for users to select and retrieve only the data they need. have.

Claims (2)

현재 자료요청을 하는 에이전트가 케이퍼빌러티(Capability) 리스트상의 에이전트인지를 판단하는 제1 단계와; 상기 제1 단계의 판단결과 에이전트가 케이퍼빌러티(Capability) 리스트상에 존재하지 않으면 데이터를 넘겨주고, 에이전트가 케이퍼빌러티(Capability) 리스트상에 존재하면 에이전트가 핸들링할 수 있는 것인지를 판단하는 제2 단계와; 상기 제2 단계의 판단결과 에이전트가 핸들링할 수 있으면 해당 데이터를 넘겨주고, 에이전트가 핸들링할 수 없으면 빈데이터를 넘겨주는 제3 단계로 수행함을 특징으로 하는 웹 브라우저의 에치티엠엘 처리방법.A first step of determining whether an agent currently requesting data is an agent on a capability list; And determining whether the agent can handle the agent if the agent does not exist on the Capability list, and if the agent does not exist on the Capability list. Two steps; And the third step of passing the corresponding data if the agent can handle and passing the empty data if the agent cannot handle the determination result of the second step. 제1 항에 있어서, 케이퍼빌러티(Capability) 리스트는 처리 불가한 목록만을 기록하는 것을 특징으로 하는 웹 브라우저의 에치티엠엘 처리방법.The method of claim 1, wherein the Capability list records only an unprocessable list.
KR1019980054645A 1998-12-12 1998-12-12 Method for processing hyper text markup language of web browser KR20000039328A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019980054645A KR20000039328A (en) 1998-12-12 1998-12-12 Method for processing hyper text markup language of web browser

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019980054645A KR20000039328A (en) 1998-12-12 1998-12-12 Method for processing hyper text markup language of web browser

Publications (1)

Publication Number Publication Date
KR20000039328A true KR20000039328A (en) 2000-07-05

Family

ID=19562549

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019980054645A KR20000039328A (en) 1998-12-12 1998-12-12 Method for processing hyper text markup language of web browser

Country Status (1)

Country Link
KR (1) KR20000039328A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100404282B1 (en) * 2000-07-21 2003-11-01 (주)에스오엔코리아 Personal telecommunication supporting system capable of providing optimized internet service in various telecommunication network environment and personal telecommunication client using the same
KR100422679B1 (en) * 2000-12-18 2004-03-12 주식회사 파인디지털 Mixed contents server-client system
KR100876774B1 (en) * 2001-12-27 2009-01-07 삼성전자주식회사 Apparatus and method for rendering web page html data into a format suitable for display on the screen of a wireless mobile station

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR970002692A (en) * 1995-06-07 1997-01-28 제프리 엘. 포만 Computer network for accessing World Wide Web server data over the Internet
KR970056249A (en) * 1995-12-12 1997-07-31 양승택 Service quality control method of multimedia information on WWW
JPH10301958A (en) * 1996-12-12 1998-11-13 Sony Deutsche Gmbh Server computer for data communication system
JPH10307699A (en) * 1997-05-09 1998-11-17 Nippon Telegr & Teleph Corp <Ntt> Image display method and program storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR970002692A (en) * 1995-06-07 1997-01-28 제프리 엘. 포만 Computer network for accessing World Wide Web server data over the Internet
KR970056249A (en) * 1995-12-12 1997-07-31 양승택 Service quality control method of multimedia information on WWW
JPH10301958A (en) * 1996-12-12 1998-11-13 Sony Deutsche Gmbh Server computer for data communication system
JPH10307699A (en) * 1997-05-09 1998-11-17 Nippon Telegr & Teleph Corp <Ntt> Image display method and program storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100404282B1 (en) * 2000-07-21 2003-11-01 (주)에스오엔코리아 Personal telecommunication supporting system capable of providing optimized internet service in various telecommunication network environment and personal telecommunication client using the same
KR100422679B1 (en) * 2000-12-18 2004-03-12 주식회사 파인디지털 Mixed contents server-client system
KR100876774B1 (en) * 2001-12-27 2009-01-07 삼성전자주식회사 Apparatus and method for rendering web page html data into a format suitable for display on the screen of a wireless mobile station

Similar Documents

Publication Publication Date Title
US5845084A (en) Automatic data display formatting with a networking application
US5778372A (en) Remote retrieval and display management of electronic document with incorporated images
US5787254A (en) Web browser method and system for display and management of server latency
US6507867B1 (en) Constructing, downloading, and accessing page bundles on a portable client having intermittent network connectivity
US7266588B2 (en) Network service system and method including a channel generator
US6983331B1 (en) Selective display of content
US5959621A (en) System and method for displaying data items in a ticker display pane on a client computer
US8239756B2 (en) Intelligent document filtering
US5978848A (en) Web browser method and system for backgrounding a link access during slow link access time periods
US6065059A (en) Filtered utilization of internet data transfers to reduce delay and increase user control
US5896502A (en) Internet data transfer control via a client system to reduce delay
US6344851B1 (en) Method and system for website overview
US5870767A (en) Method and system for rendering hyper-link information in a printable medium from a graphical user interface
CA2326875C (en) Apparatus and method for dynamically limiting information sent to a viewing device
EP1376985B1 (en) A system and method for abbreviating information sent to a viewing device
US6665860B1 (en) Sever-based method and apparatus for enabling client systems on a network to present results of software execution in any of multiple selectable render modes
US5933600A (en) Increased control for reduced delay in internet data transfers based on limitations established in a server system
US8122344B2 (en) System and method for rapid document conversion
US6788316B1 (en) Method of designating multiple hypertext links to be sequentially viewed
US20060123356A1 (en) Dynamic and updateable computing application panes
JP2000222277A (en) Method for customizing file and information processing system
JP2009199606A (en) System and method for stateful web-based computing
JP2007140910A (en) Content display system
US20010047397A1 (en) Method and system for using pervasive device to access webpages
US6813768B1 (en) Method and system for automatic task focus swapping during browser wait time

Legal Events

Date Code Title Description
N231 Notification of change of applicant
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application