CN101620621A - Method and system for segmenting web page - Google Patents
Method and system for segmenting web page Download PDFInfo
- Publication number
- CN101620621A CN101620621A CN200910090871A CN200910090871A CN101620621A CN 101620621 A CN101620621 A CN 101620621A CN 200910090871 A CN200910090871 A CN 200910090871A CN 200910090871 A CN200910090871 A CN 200910090871A CN 101620621 A CN101620621 A CN 101620621A
- Authority
- CN
- China
- Prior art keywords
- webpage
- web page
- segmentation
- segmented
- module
- Prior art date
- Legal status (The legal status 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 status listed.)
- Pending
Links
- 238000000034 method Methods 0.000 title claims abstract description 23
- 230000011218 segmentation Effects 0.000 claims abstract description 115
- 238000000605 extraction Methods 0.000 claims description 16
- 238000010586 diagram Methods 0.000 description 18
- 239000003086 colorant Substances 0.000 description 6
- 239000000284 extract Substances 0.000 description 4
- 238000004891 communication Methods 0.000 description 3
- 230000005540 biological transmission Effects 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 230000004075 alteration Effects 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 230000018109 developmental process Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 229920001690 polydopamine Polymers 0.000 description 1
- 239000013589 supplement Substances 0.000 description 1
Images
Landscapes
- Information Transfer Between Computers (AREA)
Abstract
The invention discloses a method and a system for segmenting web pages. The system comprises an access module, a segmentation module and an output module, wherein the access module receives a web page sent by a server and sends the web page to the segmentation module; the segmentation module receives and analyzes the web page, segments the web page according to predetermined web page information to obtain segmented web page blocks and sends the segmented web page blocks to the output module; and the output module is used for receiving and outputting the segmented web page blocks. The invention segments the web page into a plurality of web page blocks which are suitable for being displayed by a mobile terminal, thereby being convenient for users to browse.
Description
Technical Field
The invention mainly relates to the field of computers, in particular to a webpage segmentation method and a webpage segmentation system.
Background
The mobile phone internet surfing is an expression form of the mobile internet, and is an extension and supplement of the traditional computer internet surfing. The mobile phone has two main realization modes for surfing the internet: one is to access a special WAP site through WAP (Wireless application protocol), and the other is to directly access an internet WEB site. Due to the limitation of data transmission speed, the web pages in the WAP site generally have only text content and a small amount of pictures and audio content, and the user experience is not rich. With the opening of the 3G network, the problem of limitation of transmission speed has been solved, so that accessing WEB pages of the internet through a mobile phone has become a development trend of mobile phone internet access. However, mobile terminals, such as mobile phones and PDAs, have smaller screens and lower resolutions, and if WEB pages of the internet are directly displayed, only a small part of the WEB pages can be displayed, so that a user needs to drag a scroll bar many times to browse all contents of the WEB pages.
Disclosure of Invention
In view of this, the technical problem to be solved by the present invention is to provide a method and a system for splitting a web page, which can split the web page into a plurality of web page blocks suitable for being displayed by a mobile terminal, so as to facilitate browsing by a user.
According to an aspect of the present invention, a method for splitting a web page is provided, including:
the access module receives a webpage and sends the webpage to the segmentation module;
the segmentation module receives and analyzes the webpage, segments the webpage according to preset webpage information to obtain segmented webpage blocks, and sends the segmented webpage blocks to an output module;
and the output module is used for receiving and outputting the segmented webpage blocks.
In accordance with one feature of the present invention,
the preset webpage information comprises a webpage hierarchical structure and webpage characteristic information;
the segmentation module analyzes the webpage to acquire the webpage hierarchical structure;
and the segmentation module is used for extracting the characteristics of the webpage and acquiring the characteristic information of the webpage.
According to another feature of the invention, the method further comprises:
the segmentation module judges whether the segmented webpage block is larger than a preset segmented webpage threshold value or not, and if so, the segmentation module segments the webpage again according to preset webpage information; otherwise, the segmentation module sends the segmented webpage blocks to the output module.
According to another feature of the present invention, the predetermined threshold value for splitting web pages is a threshold value for splitting web pages set according to the size of a display screen of the mobile terminal.
In accordance with a further feature of the present invention,
before the access module receives a webpage, the access module sends a user request to the server according to a server address input by a user, and the server sends the webpage according to the user request;
or,
before the access module receives a webpage, the access module intercepts a user request, acquires mobile terminal information, forwards the user request to the server, and the server sends the webpage according to the user request.
According to another aspect of the present invention, there is provided a web page segmentation system, including:
the access module is used for receiving the webpage and sending the webpage to the segmentation module;
the segmentation module is used for receiving the webpage, segmenting the webpage according to preset webpage information to obtain segmented webpage blocks and sending the segmented webpage blocks to the output module;
and the output module is used for receiving and outputting the segmented webpage blocks.
According to one feature of the invention, the cutting module comprises:
the webpage analyzing unit is used for analyzing the webpage to acquire a webpage hierarchical structure;
the characteristic extraction unit is used for extracting the characteristics of the webpage and acquiring webpage characteristic information;
the webpage segmentation unit is used for segmenting the webpage according to the webpage hierarchical structure and the webpage characteristic information to obtain segmented webpage blocks;
and the interface unit is used for sending the segmented webpage blocks to the output module.
According to another feature of the invention, the slicing module further comprises:
the judging unit is used for judging whether the segmented webpage block is larger than a preset segmented webpage threshold value or not, and if so, the webpage segmenting unit segments the webpage again according to the preset webpage information; otherwise, the interface unit sends the segmented webpage blocks to the output module.
According to another feature of the present invention, the predetermined threshold value for splitting web pages is a threshold value for splitting web pages set according to the size of a display screen of the mobile terminal.
In accordance with a further feature of the present invention,
if the webpage segmentation system is a webpage segmentation system installed in the mobile terminal, before the access module receives the webpage, the access module sends a user request to the server according to a server address input by a user, and the server sends the webpage according to the user request;
or,
if the webpage segmentation system is a webpage segmentation system located between a mobile terminal and a server, before the access module receives the webpage, the access module intercepts a user request, obtains mobile terminal information, forwards the user request to the server, and the server sends the webpage according to the user request.
According to the webpage segmentation method and the webpage segmentation system, the webpage is intelligently segmented by adopting various rules according to the webpage information, and is segmented into a plurality of webpage blocks suitable for being displayed by the mobile terminal, so that a user can browse the webpage conveniently. For the webpage segmentation system installed in the mobile terminal, the webpage is directly segmented at the mobile terminal side to generate a webpage block suitable for being displayed on a screen of the mobile terminal, so that the webpage segmentation system is convenient for a user to browse, the webpage segmentation process does not need to depend on other external systems, and the processing capacity of the mobile terminal is fully utilized. For the webpage segmentation system between the mobile terminal and the server, the webpage is segmented at the server side to generate a webpage block suitable for the screen display of the mobile terminal, so that the user can browse conveniently, the webpage segmentation process is executed at the server side, the webpage segmentation rule can be modified flexibly, and no special requirement is required for the mobile terminal, for example, the webpage segmentation system does not need to be installed in the mobile terminal, and no special requirement is required for the processing capacity of the mobile terminal.
Drawings
FIG. 1 is a block diagram of a web page segmentation system according to an embodiment of the present invention;
FIG. 2 is a block diagram of a segmentation module of the web page segmentation system according to an embodiment of the present invention;
fig. 3 is a network configuration diagram of a web page splitting system installed in a mobile terminal according to a first embodiment of the present invention;
FIG. 4 is a block diagram illustrating a structure of a segmentation module in the web page segmentation system according to the first embodiment of the present invention;
fig. 5 is a flowchart illustrating a method for performing web page segmentation by the web page segmentation system installed in the mobile terminal according to the first embodiment of the present invention;
fig. 6 is a block diagram illustrating a web page splitting system between a mobile terminal and a server according to a second embodiment of the present invention;
FIG. 7 is a block diagram illustrating a structure of a segmentation module in the web page segmentation system according to the second embodiment of the present invention;
fig. 8 is a flowchart of a method for performing web page segmentation by the web page segmentation system between the mobile terminal and the server according to the second embodiment of the present invention;
FIG. 9 is a schematic diagram of a web page structure according to an embodiment of the present invention;
FIG. 10 is a schematic diagram of a cut web page block of the web page cutting system according to the embodiment of the present invention;
fig. 11 is a schematic diagram of a webpage block re-segmented by the webpage segmentation system in the embodiment of the present invention.
Detailed Description
Specific embodiments of the present invention are described in detail below with reference to the accompanying drawings:
fig. 1 is a block diagram of a web page segmentation system according to an embodiment of the present invention. In fig. 1, the web page segmentation system 1 includes an access module 101, a segmentation module 102, and an output module 103. Wherein,
the access module 101 is used for receiving the web page sent by the server and sending the web page to the segmentation module 102;
the segmentation module 102 is configured to receive and analyze a web page, segment the web page according to predetermined web page information, and send the segmented web page blocks to the output module 103;
and the output module 103 is used for receiving and outputting the sliced webpage blocks.
Fig. 2 is a block diagram of a segmentation module of the web page segmentation system according to the embodiment of the present invention. The web page segmentation module 102 includes:
the web page analyzing unit 1021 is configured to analyze the received web page to obtain an analyzed web page, and obtain a web page hierarchy. The web page hierarchy includes a hierarchy of a web page Document Object Model (DOM) tree, and the like. Specifically, the web page parsing unit 1021 parses the received web page, extracts element nodes in the web page, acquires and parses a DOM tree hierarchy of the web page, and processes wrong element nodes, for example, completes element nodes that do not appear in pairs, or deletes invalid element nodes.
The feature extraction unit 1022 is configured to perform feature extraction on the received web page, and acquire web page feature information. The web page feature information includes tags affecting the layout of the web page, such as a table tag, a div tag, a frame tag, and an iframe tag of the web page, and the feature extraction unit 1022 also needs to extract tags related to colors and fonts.
The webpage segmentation unit 1023 is used for segmenting the webpage according to the webpage hierarchical structure and the webpage feature information to obtain segmented webpage blocks; specifically, the web page segmentation unit 1023 segments the first-level child nodes under the root node of the web page DOM tree, and the segmented tags are table, div, frame and iframe, wherein the content between the nodes such as < table > </table >, < div > < div > is used as a web page block, and during segmentation, if the background color or font size of the adjacent element nodes is the same, a web page block is formed, and the tags such as table, div and the like of each web page block are used as new root node tags.
The judging unit 1024 is configured to judge whether the segmented webpage block is larger than a threshold for segmenting the webpage set according to the size of the display screen of the mobile terminal, and if so, the webpage segmenting unit 1023 further executes a webpage segmenting operation; otherwise, the web page segmentation operation is finished;
the interface unit 1025 is configured to send the sliced webpage blocks to the output module 103.
In the embodiment of the present invention, the web page may be analyzed by the web page analyzing unit 1021 to obtain an analyzed web page including a web page hierarchy, and then the feature extracting unit 1022 performs feature extraction on the analyzed web page to obtain web page feature information of the analyzed web page.
Fig. 3 is a network configuration diagram of a web page splitting system installed in a mobile terminal according to a first embodiment of the present invention. As shown in fig. 3, fig. 3 includes a server 31, a communication network 32, and a mobile terminal 33, wherein,
the mobile terminal 33 includes a web page splitting system 331, and the web page splitting system 331 includes:
the access module 3311 is configured to send a user request to the server, receive a web page sent by the server according to the user request, and send the web page to the splitting module 3312;
a segmentation module 3312 for receiving and parsing the web page, segmenting the web page according to predetermined web page information, and transmitting the segmented web page blocks to an output module 3313;
an output module 3313, configured to receive and output the sliced webpage blocks.
Fig. 4 is a block diagram illustrating a structure of a segmentation module in the web page segmentation system according to the first embodiment of the present invention, and in fig. 4, the segmentation module 3312 includes:
the web page parsing unit 33121 is configured to parse the received web page to obtain a parsed web page, and obtain a web page hierarchy. The webpage hierarchy comprises a DOM tree hierarchy and the like. Specifically, the web page parsing unit 33121 parses the received web page, extracts element nodes in the web page, acquires and analyzes a DOM tree hierarchy of the web page, processes an incorrect element node, for example, completes an element node that does not appear in pairs, or deletes an invalid element node.
The feature extraction unit 33122 is configured to perform feature extraction on the received web page to obtain web page feature information. The web page feature information includes tags affecting the layout of the web page, such as a table tag, a div tag, a frame tag, and an iframe tag of the web page, and the feature extraction unit 33122 further needs to extract tags related to colors and fonts.
The web page segmentation unit 33123 is configured to segment a web page according to the web page hierarchical structure and the web page feature information, so as to obtain segmented web page blocks; specifically, the web page segmentation unit 33123 segments the first-level child nodes under the root node of the web page DOM tree, where the segmented tags are table, div, frame, and iframe, where the content between the nodes of < table > </table >, < div > < div >, and the like is used as a web page block, and during segmentation, if the background color or font size of the adjacent element nodes is the same, a web page block is formed, and the tags of table, div, and the like of each web page block are used as new root node tags.
A judging unit 33124, configured to judge whether the sliced webpage block is larger than a threshold for slicing the webpage set according to the size of the display screen of the mobile terminal, and if so, the webpage slicing unit 33123 further performs a webpage slicing operation; otherwise, the web page segmentation operation is finished;
the interface unit 33125 is configured to transmit the sliced webpage blocks to the output module 3313.
In the first embodiment of the present invention, the web page parsing unit 33121 may also parse the web page to obtain a parsed web page including a web page hierarchy, and then the feature extraction unit 33122 may perform feature extraction on the parsed web page to obtain web page feature information of the parsed web page.
Fig. 5 is a flowchart of a method for executing web page segmentation by the web page segmentation system installed in the mobile terminal in the first embodiment of the present invention, which specifically includes the following steps:
502, an access module of a web page segmentation system sends a user request to a server according to an input server address;
505, a segmentation module of the web page segmentation system segments the web page according to predetermined web page information to obtain segmented web page blocks;
in step 505, the predetermined web page information includes a web page hierarchical structure and web page feature information, wherein the web page hierarchical structure includes a hierarchical structure of a DOM tree and the like; the webpage characteristic information comprises tags which influence the layout of the webpage, such as a table tag, a div tag, a frame tag and an iframe tag of the webpage, and tags related to colors and fonts.
And step 507, the segmentation module of the webpage segmentation system sends the segmented webpage blocks to the output module.
And step 508, receiving the segmented webpage blocks by an output module of the webpage segmentation system, and outputting and displaying the webpage blocks.
Fig. 6 is a block diagram of a web page splitting system between a mobile terminal and a server according to a second embodiment of the present invention, as shown in fig. 6, fig. 6 includes a mobile terminal 61, a first communication network 62, a web page splitting system 63, a second communication network 64, and a server 65, where the web page splitting system 63 includes:
the access module 631, configured to receive a user request sent by the mobile terminal, forward the user request to the server, receive a web page sent by the server according to the user request, and send the web page to the splitting module 632;
the segmentation module 632 is configured to receive and analyze a web page, segment the web page according to predetermined web page information, and send the segmented web page blocks to the output module 633;
and the output module 633 is used for receiving and outputting the segmented webpage blocks to the mobile terminal.
Fig. 7 is a block diagram illustrating a structure of a segmentation module in the web page segmentation system according to the second embodiment of the present invention. In fig. 7, the cutting module 632 includes:
the web page analyzing unit 6321 is configured to analyze the received web page to obtain an analyzed web page, and obtain a web page hierarchy. The webpage hierarchy comprises a DOM tree hierarchy and the like. Specifically, the web page parsing unit 6321 parses the received web page, extracts element nodes in the web page, acquires and parses a DOM tree hierarchy of the web page, and processes an incorrect element node, for example, completes an element node that does not appear in pairs, or deletes an invalid element node.
The feature extraction unit 6322 is configured to perform feature extraction on the received web page to obtain web page feature information. The WEB page feature information includes tags affecting the WEB page layout, such as a table tag, a div tag, a frame tag, and an iframe tag of the WEB page, and in addition, the feature extraction unit 6322 needs to extract tags related to colors and fonts.
The web page segmentation unit 6323 is configured to segment a web page according to the web page hierarchical structure and the web page feature information, so as to obtain segmented web page blocks; specifically, the web page segmentation unit 6323 segments the first-level child nodes under the root node of the web page DOM tree, where the segmented tags are table, div, frame, and iframe, where the content between the nodes < table > </table >, < div > < div >, and the like is used as a web page block, and during segmentation, if the background colors or font sizes of the adjacent element nodes are the same, a web page block is formed, and the tags of table, div, and the like of each web page block are used as new root node tags.
The judging unit 6324 is configured to judge whether the segmented webpage block is larger than a threshold for segmenting the webpage set according to the size of the display screen of the mobile terminal, and if so, the webpage segmenting unit 6323 further performs a webpage segmenting operation; otherwise, the web page segmentation operation is finished;
the interface unit 6325 is configured to send the sliced webpage blocks to the output module 633.
In the second embodiment of the present invention, the web page parsing unit 6321 may also parse the web page to obtain a parsed web page including a web page hierarchy, and then the feature extraction unit 6322 performs feature extraction on the parsed web page to obtain the web page feature information of the parsed web page.
Fig. 8 is a flowchart of a method for executing web page segmentation by the web page segmentation system between the mobile terminal and the server in the second embodiment of the present invention, which specifically includes the following steps:
in step 801, a user inputs a server address in a browser of a mobile terminal.
Step 802, an access module of the web page segmentation system intercepts a user request, acquires mobile terminal information, and forwards the user request to a server.
In step 802, the mobile terminal information includes information such as the size of the display screen of the mobile terminal.
Step 803, the server returns the web page to the access module according to the user request.
Step 804, the access module of the web page segmentation system receives the web page returned by the server and sends the web page to the segmentation module.
Step 805, the segmentation module of the web page segmentation system segments the web page according to the predetermined web page information to obtain segmented web page blocks.
In step 805, the predetermined web page information includes a web page hierarchical structure and web page feature information, wherein the web page hierarchical structure includes a hierarchical structure of a DOM tree and the like; the webpage characteristic information comprises tags which influence the layout of the webpage, such as a table tag, a div tag, a frame tag and an iframe tag of the webpage, and tags related to colors and fonts.
Step 806, the segmentation module of the web page segmentation system judges whether the segmented web page block is larger than the threshold value of the segmented web page set according to the size of the mobile terminal display screen in the mobile terminal information, if so, the step 805 is returned to; otherwise, go to step 807.
In step 807, the segmentation module of the web page segmentation system sends the segmented web page blocks to the output module.
Step 808, the output module of the web page segmentation system receives the segmented web page blocks and sends the segmented web page blocks to the mobile terminal.
Fig. 9 is a schematic diagram of a web page structure according to an embodiment of the present invention, and fig. 9 includes a navigation bar, news, sports, finance, entertainment, advertisement, link, and the like. The web page segmentation system in the embodiment of the present invention analyzes and extracts features of a web page to form a web page having a web page structure as shown in fig. 9, and then segments the web page to obtain a segmented web page as shown in fig. 10.
Fig. 10 is a schematic diagram of a webpage block after being split by the webpage splitting system in the embodiment of the present invention, and the webpage block after being split in fig. 10 includes a navigation bar webpage block, a news webpage block, and an advertisement webpage block. If the segmented webpage block is not larger than the segmented webpage threshold set according to the size of the display screen of the mobile terminal, such as the advertisement webpage block shown in fig. 10, the advertisement webpage block can be sent to the display screen of the mobile terminal for display; if the segmented webpage blocks are still larger than the threshold for segmenting the webpage set according to the size of the display screen of the mobile terminal, such as the navigation bar webpage block and the news webpage block shown in fig. 10, the segmented webpage blocks need to be segmented continuously until the final segmented webpage blocks are not larger than the threshold for segmenting the webpage set according to the size of the display screen of the mobile terminal, such as the segmented webpage blocks shown in fig. 11.
Fig. 11 is a schematic diagram of a webpage block after the webpage segmentation system is segmented again in the embodiment of the present invention, and fig. 11 includes a first navigation bar webpage block, a second navigation bar webpage block, a first news webpage block, and a second news webpage block. The display screen of the mobile terminal may directly display each sliced webpage block in fig. 11.
The webpage segmentation system installed in the mobile terminal can be arranged in a browser system of the mobile terminal, and can be combined with the webpage segmentation system located between the mobile terminal and the server for use, so that a better webpage segmentation effect is obtained.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the present invention, and any modifications, alterations, combinations, equivalents, improvements and the like made to the embodiments of the present invention within the spirit and principle of the present invention should be included in the scope of the present invention.
Claims (10)
1. A web page segmentation method is characterized by comprising the following steps:
the access module receives a webpage and sends the webpage to the segmentation module;
the segmentation module receives and analyzes the webpage, segments the webpage according to preset webpage information to obtain segmented webpage blocks, and sends the segmented webpage blocks to an output module;
and the output module is used for receiving and outputting the segmented webpage blocks.
2. The method of claim 1,
the preset webpage information comprises a webpage hierarchical structure and webpage characteristic information;
the segmentation module analyzes the webpage to acquire the webpage hierarchical structure;
and the segmentation module is used for extracting the characteristics of the webpage and acquiring the characteristic information of the webpage.
3. The method according to claim 1 or 2, characterized in that the method further comprises:
the segmentation module judges whether the segmented webpage block is larger than a preset segmented webpage threshold value or not, and if so, the segmentation module segments the webpage again according to preset webpage information; otherwise, the segmentation module sends the segmented webpage blocks to the output module.
4. The method of claim 3, wherein the predetermined sliced web page threshold is a sliced web page threshold set according to a size of a display screen of the mobile terminal.
5. The method according to claim 1 or 2,
before the access module receives a webpage, the access module sends a user request to the server according to a server address input by a user, and the server sends the webpage according to the user request;
or,
before the access module receives the webpage, the access module intercepts a user request and forwards the user request to the server, and the server sends the webpage according to the user request.
6. A web page segmentation system, comprising:
the access module is used for receiving the webpage and sending the webpage to the segmentation module;
the segmentation module is used for receiving the webpage, segmenting the webpage according to preset webpage information to obtain segmented webpage blocks and sending the segmented webpage blocks to the output module;
and the output module is used for receiving and outputting the segmented webpage blocks.
7. The system of claim 6, wherein the slicing module comprises:
the webpage analyzing unit is used for analyzing the webpage to acquire a webpage hierarchical structure;
the characteristic extraction unit is used for extracting the characteristics of the webpage and acquiring webpage characteristic information;
the webpage segmentation unit is used for segmenting the webpage according to the webpage hierarchical structure and the webpage characteristic information to obtain segmented webpage blocks;
and the interface unit is used for sending the segmented webpage blocks to the output module.
8. The system of claim 7, wherein the segmentation module further comprises:
the judging unit is used for judging whether the segmented webpage block is larger than a preset segmented webpage threshold value or not, and if so, the webpage segmenting unit segments the webpage again according to the preset webpage information; otherwise, the interface unit sends the segmented webpage blocks to the output module.
9. The system of claim 8, wherein the predetermined sliced web page threshold is a sliced web page threshold set according to a size of a display screen of the mobile terminal.
10. The system of claim 6 or 7,
if the webpage segmentation system is a webpage segmentation system installed in the mobile terminal, before the access module receives the webpage, the access module sends a user request to the server according to a server address input by a user, and the server sends the webpage according to the user request;
or,
if the webpage segmentation system is a webpage segmentation system located between the mobile terminal and the server, before the access module receives the webpage, the access module intercepts a user request and forwards the user request to the server, and the server sends the webpage according to the user request.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN200910090871A CN101620621A (en) | 2009-08-11 | 2009-08-11 | Method and system for segmenting web page |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN200910090871A CN101620621A (en) | 2009-08-11 | 2009-08-11 | Method and system for segmenting web page |
Publications (1)
Publication Number | Publication Date |
---|---|
CN101620621A true CN101620621A (en) | 2010-01-06 |
Family
ID=41513860
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN200910090871A Pending CN101620621A (en) | 2009-08-11 | 2009-08-11 | Method and system for segmenting web page |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN101620621A (en) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101859322A (en) * | 2010-05-26 | 2010-10-13 | 卓望数码技术(深圳)有限公司 | Webpage display method for mobile terminal |
WO2013029429A1 (en) * | 2011-08-26 | 2013-03-07 | 百度在线网络技术(北京)有限公司 | Method and device for providing browsing pages |
CN103034623A (en) * | 2011-09-30 | 2013-04-10 | 北大方正集团有限公司 | Method and device for dividing page |
CN104182398A (en) * | 2013-05-21 | 2014-12-03 | 北大方正集团有限公司 | Server and information browsing method |
US9348939B2 (en) | 2011-03-18 | 2016-05-24 | International Business Machines Corporation | Web site sectioning for mobile web browser usability |
US9507759B2 (en) | 2011-11-30 | 2016-11-29 | International Business Machines Corporation | Method and system for reusing HTML content |
CN110020311A (en) * | 2017-12-05 | 2019-07-16 | 中兴通讯股份有限公司 | Webpage display process, browser, terminal and computer readable storage medium |
-
2009
- 2009-08-11 CN CN200910090871A patent/CN101620621A/en active Pending
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101859322A (en) * | 2010-05-26 | 2010-10-13 | 卓望数码技术(深圳)有限公司 | Webpage display method for mobile terminal |
US9348939B2 (en) | 2011-03-18 | 2016-05-24 | International Business Machines Corporation | Web site sectioning for mobile web browser usability |
WO2013029429A1 (en) * | 2011-08-26 | 2013-03-07 | 百度在线网络技术(北京)有限公司 | Method and device for providing browsing pages |
CN103034623A (en) * | 2011-09-30 | 2013-04-10 | 北大方正集团有限公司 | Method and device for dividing page |
US9507759B2 (en) | 2011-11-30 | 2016-11-29 | International Business Machines Corporation | Method and system for reusing HTML content |
US10318616B2 (en) | 2011-11-30 | 2019-06-11 | International Business Machines Corporation | Method and system for reusing HTML content |
US10678994B2 (en) | 2011-11-30 | 2020-06-09 | International Business Machines Corporation | Method and system for reusing HTML content |
CN104182398A (en) * | 2013-05-21 | 2014-12-03 | 北大方正集团有限公司 | Server and information browsing method |
CN110020311A (en) * | 2017-12-05 | 2019-07-16 | 中兴通讯股份有限公司 | Webpage display process, browser, terminal and computer readable storage medium |
CN110020311B (en) * | 2017-12-05 | 2023-03-28 | 中兴通讯股份有限公司 | Webpage display method, browser, terminal and computer readable storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7853871B2 (en) | System and method for identifying segments in a web resource | |
CN102779167B (en) | The method and system of display web page in the terminal | |
CN102325188B (en) | Method for realizing webpage browsing on a mobile terminal and system thereof | |
US20130275496A1 (en) | Method, Apparatus And System For Rendering Web Page | |
US10261983B2 (en) | Method and device for webpage browsing, and mobile terminal | |
US8181107B2 (en) | Content adaptation | |
CN102253979B (en) | Vision-based web page extracting method | |
CN101620621A (en) | Method and system for segmenting web page | |
CN103166981B (en) | A kind of radio web page code-transferring method and device | |
CN102200971B (en) | Method and equipment for realizing webpage content previewing | |
US9317485B2 (en) | Selective rendering of electronic messages by an electronic device | |
EP2447856A1 (en) | Update notification method and browser | |
US9535888B2 (en) | System, method, software arrangement and computer-accessible medium for a generator that automatically identifies regions of interest in electronic documents for transcoding | |
WO2014153457A1 (en) | Merging web page style addresses | |
CN104750851A (en) | Webpage content lazy loading method and system | |
CN102207974B (en) | Method for combining context web pages | |
CN110381363A (en) | Video encoding/decoding method, device, server and storage medium | |
CN103092834A (en) | Method and client-side device for browsing pictures of web pages | |
CN104899212A (en) | Webpage display method, server and system | |
CN112487763A (en) | SVG-based OFD file online display method, server side and system | |
WO2008132706A1 (en) | A web browsing method and system | |
CN106575303B (en) | Method and device for displaying webpage | |
CN104077323A (en) | Method and device for converting web page content to multimedia messages | |
CN104978181B (en) | Page display method, terminal and device | |
CN103077159A (en) | Webpage text compressing method and device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C12 | Rejection of a patent application after its publication | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20100106 |