CN101753537B - Server and web sending and displaying method - Google Patents

Server and web sending and displaying method Download PDF

Info

Publication number
CN101753537B
CN101753537B CN2008102269820A CN200810226982A CN101753537B CN 101753537 B CN101753537 B CN 101753537B CN 2008102269820 A CN2008102269820 A CN 2008102269820A CN 200810226982 A CN200810226982 A CN 200810226982A CN 101753537 B CN101753537 B CN 101753537B
Authority
CN
China
Prior art keywords
terminal
webpage
browser
capability
information
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.)
Active
Application number
CN2008102269820A
Other languages
Chinese (zh)
Other versions
CN101753537A (en
Inventor
刘威
于川
金鑫
马洪晓
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Mobile Communications Group Co Ltd
Original Assignee
China Mobile Communications Group Co Ltd
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 China Mobile Communications Group Co Ltd filed Critical China Mobile Communications Group Co Ltd
Priority to CN2008102269820A priority Critical patent/CN101753537B/en
Publication of CN101753537A publication Critical patent/CN101753537A/en
Application granted granted Critical
Publication of CN101753537B publication Critical patent/CN101753537B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to the field of communication, in particular to the technology and processing and displaying webs. The invention provides a server and a web displaying and sending method. The method comprises that: a network side determines a web requested by a terminal according to the web request information sent by the terminal; and the network side cancels data structure units which cannot be processed by a browser of the terminal from the web according to the acquired capability information of the browser of the terminal to form a processed web to be sent to the terminal. Because the network side cancels the data structure units which cannot be processed by the browser of the terminal according to the capability information of the browser of the terminal and then the web sent to the terminal can be processed and displayed by the browser of the terminal, the method avoids that terminal users cannot view the downloaded web contents, reduces the downloading time of the users, saves the downloading expense of the users and improves user experiences.

Description

Server and webpage sending and displaying method
Technical Field
The invention relates to the field of communication, in particular to a technology for processing and displaying a webpage.
Background
Browsers are common tools for processing and displaying web pages, and their main function is to parse information presentation languages. The information representation language is that a series of identification symbols are added on the basis of text files for describing the format of the text files, and after a user downloads the files by using a browser, the browser interprets the identifications into corresponding meanings. By using the uniform expression language, information files on servers connected with different regions on the Internet can be connected, and besides standard text files, sound files, image video files and the like can be presented to users. One common type of browser is a Web browser, which renders HTML documents in a hypertext markup based language, and conventional Web browsers can use Web plug-ins to view media types and images other than text, such as various audio and video files, flash files, java applications, or directly view word, PDF, etc.
With the development of technology, terminals are diversified, and various portable terminals, intelligent terminals, mobile terminals, and the like are available in addition to the conventional PC terminals. The capabilities of these terminals are continuously enhanced, and the terminals have a function of browsing Web pages. For example, some mobile terminals can browse not only websites developed specifically for mobile phones, but also traditional Web pages directly.
Many traditional Web pages are designed for browsers on PCs, and since PCs have strong processing capabilities and browser functions, the Web page formats and Web page special effects that can be supported are many. However, for some portable terminals, intelligent terminals, mobile terminals, etc., although the web page content can be downloaded, the browser function is weak, and many web page contents cannot be viewed, so that the user experience is poor, the downloading time of the user is increased, and the downloading cost of the user is wasted. Especially, currently, it is a trend to browse a web page by using a mobile terminal, but due to various limitations of a mobile terminal browser, a good mobile internet experience cannot be provided for a user.
Disclosure of Invention
The embodiment of the invention provides a server and a webpage processing and displaying method, which are used for providing a webpage suitable for being displayed by a terminal for the terminal to display.
A method for sending a webpage comprises the following steps:
the network side determines a webpage requested by a terminal according to webpage request information sent by the terminal;
the network side deletes a data structure unit which can not be processed by the browser of the terminal from the webpage according to the acquired capability information of the browser of the terminal, and then forms a processed webpage and sends the webpage to the terminal;
the network side deletes the data structure unit which can not be processed by the browser of the terminal from the webpage according to the acquired capability information of the browser of the terminal, and the method specifically includes:
the network side determines the capacity supported by the browser required by each data structure unit of the webpage;
and if the capacity supported by the browser required by a certain data structure unit is different from the capacity corresponding to the identification information of the capacity in the capacity information, determining that the terminal browser cannot process the data structure unit, and deleting the data structure unit from the webpage.
A web page display method, comprising:
the terminal sends webpage request information to a network side; and are
Receiving a webpage returned by the network side, and processing and displaying the webpage through a browser of the terminal; the web page is a processed web page formed by deleting a data structure unit which cannot be processed by the browser of the terminal from the web page requested by the terminal according to the acquired capability information of the browser of the terminal by the network side; the capability information at least comprises identification information of the capability which can be supported by the browser of the terminal aiming at the webpage;
the network side deletes the data structure unit which can not be processed by the browser of the terminal from the webpage requested by the terminal according to the acquired capability information of the browser of the terminal, and the method specifically comprises the following steps:
the network side determines the capacity supported by the browser required by each data structure unit of the webpage; and if the capacity supported by the browser required by a certain data structure unit is different from the capacity corresponding to the identification information of the capacity in the capacity information, determining that the terminal browser cannot process the data structure unit, and deleting the data structure unit from the webpage.
A server, comprising:
the webpage determining module is used for determining a webpage requested by the terminal according to webpage request information sent by the terminal;
the terminal comprises a capability information obtaining module, a capability information obtaining module and a processing module, wherein the capability information obtaining module is used for obtaining the capability information of a browser of the terminal from the terminal; the capability information at least comprises identification information of the capability which can be supported by the browser of the terminal aiming at the webpage;
the webpage processing module is used for determining the capacity of each data structure unit of the webpage which needs to be supported by the browser; if the capacity supported by the browser required by a certain data structure unit is different from the capacity corresponding to the identification information of the capacity in the capacity information, determining that the terminal browser cannot process the data structure unit, and deleting the data structure unit from the webpage to form a processed webpage;
and the webpage sending module is used for sending the processed webpage to the terminal.
According to the embodiment of the invention, before the network side sends the webpage to the terminal, the webpage is correspondingly processed according to the capability information of the capability supported by the browser of the terminal, and the data structure unit which cannot be processed by the browser of the terminal is deleted, so that the webpage sent to the terminal by the network side can be processed and displayed by the browser of the terminal (namely, the webpage suitable for the display of the terminal is provided for the terminal to be displayed), the phenomenon that a terminal user cannot view the downloaded webpage content is avoided, the downloading time of the user is reduced, the downloading cost of the user is saved, and the user experience is improved.
Drawings
Fig. 1 is a flowchart of a method for preprocessing a web page and sending the processed web page to a terminal for display according to a first embodiment of the present invention;
fig. 2 and 3 are flowcharts illustrating a method for a web server to obtain capability information of a terminal browser according to a first embodiment of the present invention;
fig. 4 is a block diagram of the terminal and the website server according to the first embodiment of the present invention;
fig. 5 is a flowchart of a method for preprocessing a web page and sending the processed web page to a terminal for display according to a second embodiment of the present invention;
fig. 6 is a block diagram of the terminal and the web server according to the second embodiment of the present invention.
Detailed Description
The embodiment of the invention aims at the processing capacity of a terminal browser, and preprocesses a webpage at a network side: cutting off the web page content which can not be processed and displayed by the browser of the terminal in the web page, and sending the cut web page to the terminal; the browser of the terminal can process and display the content of the cut webpage, so that the webpage sent by the network side is suitable for the terminal to display, the phenomenon that a terminal user cannot check the downloaded webpage content is avoided, the downloading time of the user is reduced, the downloading cost of the user is saved, and the user experience is improved.
The following describes a specific embodiment of the present invention in detail with reference to the accompanying drawings. The invention provides two specific embodiments, wherein the embodiment is to use a website server at a network side to preprocess a webpage, and the embodiment is to use a proxy server at the network side to preprocess the webpage.
Example one
A flowchart of a method for preprocessing a web page and sending the processed web page to a terminal for display according to an embodiment of the present invention is shown in fig. 1, and specifically includes the following steps:
s101, the terminal sends webpage request information to a website server on the network side.
The terminal may be a mobile terminal or other terminal capable of accessing the internet.
S102, the website server analyzes the webpage requested by the terminal into a data structure unit.
After receiving the webpage request information sent by the terminal, the website server determines the webpage requested by the terminal and analyzes the webpage into a plurality of data structure units. For example, a data structure unit of a segment of text, a data structure unit of a picture. The specific parsing method may be to parse the web page into a Document Object Model Tree (domet Object Model Tree), where a leaf of the Tree is a data structure unit. Methods for parsing web pages into DOM trees are well known to those skilled in the art and will not be described herein.
S103, the website server determines the browser capability corresponding to each data structure unit.
Different data structure elements require different capabilities of the browser to be invoked for processing and display. Generally, a data structure unit is composed of some markup languages, and the type of the data structure unit can be identified according to some specific markup in the data structure unit, so as to determine the browser capability capable of processing the data structure unit, i.e. the capability supported by the browser required by the data structure unit. The specific methods of identifying the type of data structure element and determining the browser capabilities for processing the data structure element are well known to those skilled in the art and will not be described in detail herein. After identifying the type of the data structure unit and determining the browser capability for processing the data structure unit, a tag may be added to each data structure unit to identify the browser capability corresponding to the data structure unit.
And S104, deleting the data structure unit which cannot be processed by the terminal browser from the webpage by the website server according to the processing capacity of the terminal browser.
The web server needs to know the processing capability of the terminal browser to cut out a web page suitable for processing and displaying by the terminal browser. The processing capability of the terminal browser can be represented by the capability information of the browser: different capability identification information is set for different capabilities of the browser. For example, the following table shows a corresponding relationship between a set browser capability and a capability identifier.
TABLE 1
Browser capabilities Capability identification
Support HTML/XHTML/Chtml/WML tag language a1
Supporting CSS b1
Supporting XML/XSLT c1
Supporting RSS d1
JavaScript and Java Applet supporting webpage operation e1
Support SVG f1
Supporting cookies g1
Supporting SSL h1
Supported picture format JPG a2-1
Supported picture format GIF a2-2
Supported video formats rm a2-3
Supporting flash b2
Simplified Chinese GB2312 in supported coding format c2-1
Traditional Chinese supporting coding format c2-2
Supporting Popup windows d2
Supporting page auto-floating elements e2
Obviously, the person skilled in the art can set the capability identifier of different browser capabilities according to the actual situation. After the website server obtains the identification information of the capability supported by the terminal browser (the identification information of the capability supported by the terminal browser obtained by the website server at least comprises the identification information of the capability supported by the terminal browser for processing the requested webpage), the processing capability of the terminal browser can be determined, and the data structure unit which cannot be processed by the terminal browser is deleted from the webpage. A specific implementation method may be that, after determining the type of the data structure unit and further determining the browser capability corresponding to the data structure unit (i.e. the browser capability capable of processing the data structure unit), a tag is added to the data structure unit to identify the browser capability corresponding to the data structure unit, where the tag may be the same as or corresponding to the set capability identification of the browser capability (a simple method is that the tag corresponding to a certain browser capability is the same as the identification information of the capability). And comparing the label of each data structure unit with the identification information of the capability supported by the terminal browser, and if the label of the data structure unit is different from or not corresponding to the identification information of the capability supported by the terminal browser, determining that the browser of the terminal cannot process the data structure unit and delete the data structure unit. After comparing all the data structure units in the webpage and deleting the data structure units which can not be processed by the terminal browser, removing the labels previously added to the data structure units for the remaining data structure units to form the processed webpage.
And S105, the website server sends the processed webpage to the terminal.
The steps S102 and S103 do not necessarily need to be executed each time the web page request information of the terminal is obtained. In fact, the web site server may cache the data structure unit of the tagged web page after determining the browser capability corresponding to the data structure unit of the web page, so that steps S102 and S103 do not have to be repeated for other request information requesting the web page.
The capability information of the terminal browser obtained by the website server may be obtained from web page request information, that is, the web page request information sent by the terminal also carries capability information of the browser of the terminal, where the capability information at least includes identification information of a capability of the terminal browser that supports processing of the requested web page, and of course, may also include identification information of all capabilities supported by the terminal browser.
In addition, the website server may also actively acquire the capability information of the browser of the terminal from the terminal after receiving the webpage request information. For example, the process shown in FIG. 2 includes the following steps:
s201, the website server obtains webpage request information sent by the terminal.
S202, the website server sends the capability requirement information to the terminal.
The capability requirement information refers to identification information of capabilities that the requested web page needs to be supported by the browser.
The website server determines a webpage requested by the terminal according to the webpage request information of the terminal; and after determining the browser capability corresponding to each data structure unit of the webpage, confirming the identification of the capability which needs to be supported by the browser for processing the webpage. For example, the website server sends the following information to the terminal:
REQUIRE http://www.abc.com/index
Support:Chtml/WML/CSS/RSS
the above information indicates what the terminal requested "http://www.abc.com/index"the identification that the corresponding web page needs the capability supported by the browser includes: "Chtml", "WML", "CSS", and "RSS".
S203, the terminal feeds back the capability information of the browser of the terminal to the website server, wherein the capability information comprises the identification information of the capability which can be supported by the browser aiming at the webpage.
For example, the terminal may return the following information according to the capability of its browser:
CONFIRM http://www.abc.com/index
Accept:WML/RSS
the information represents that "http://www.abc.com/index"identification information of the corresponding web page and the capability supported by the terminal browser includes: "WML" and "RSS". So that the web server can know the browser pair of the terminal "http://www.abc.com/indexThe "identification information of the corresponding web page processing capability includes only" WML "and" RSS ".
Or, the terminal actively requests the website server to acquire the capability information of the browser of the terminal. For example, the flow shown in fig. 3 includes the following steps:
s301, the website server obtains webpage request information sent by the terminal, and the webpage request information carries information requesting webpage processing capacity.
S302, the website server sends capacity requirement information to the terminal according to the information of the request webpage processing capacity in the webpage request information, wherein the capacity requirement information refers to identification information of the capacity which can be supported by a browser and is required by the webpage requested by the terminal.
And S303, the terminal feeds back the capability information of the browser to the website server, wherein the capability information comprises identification information of the capability which can be supported by the terminal browser aiming at the webpage.
The browser of the terminal can store identification information of various capabilities of the browser; or when the terminal installs the browser, the identification information of various capabilities of the browser of the version is preset aiming at the browsers of different versions. After receiving the capability requirement information sent by the website server, the terminal feeds back the capability information of the browser to the website server, wherein the capability information comprises identification information of the capability which can be supported by the terminal browser aiming at the webpage.
It will be appreciated by those skilled in the art that although the steps of the method are described sequentially for ease of understanding, it should be noted that the order of the steps is not strictly limited.
A specific structure of the above-described web server and terminal is shown in fig. 4. Among them, the web server 400 includes: a web page determining module 401, a capability information obtaining module 402, a web page processing module 403, and a web page sending module 404.
The terminal 410 includes: a web page request module 411 and a web page processing module 412.
The web page request module 411 of the terminal is used to send web page request information to the web server 400. The web page request module 411 is further configured to send capability information of a browser of the terminal to the web server 400; the capability information at least comprises identification information of the capability which can be supported by the browser of the terminal aiming at the webpage. The web page request module 411 may specifically carry the capability information in the sent web page request information, or may return the capability information after receiving the capability requirement information sent by the web server 400, where the capability information includes identification information of the capability that the browser of the terminal can support for the web page. The capability requirement information refers to identification information of a capability that a web page requested by the terminal 410 requires browser support.
The web page determining module 401 of the website server 400 determines a web page requested by a terminal according to web page request information sent by the terminal.
The capability information obtaining module 402 is used for obtaining the capability information of the browser of the terminal from the terminal 410; the capability information at least comprises identification information of the capability which can be supported by the browser of the terminal aiming at the webpage. The specific obtaining method is as described above, and is not described herein again.
The web page processing module 403 is configured to delete, according to the capability information obtained by the capability information obtaining module 402, a data structure unit that cannot be processed by the browser of the terminal from the web page, and then compose a processed web page. The specific web page processing method is as described in steps S101-S104 above, and will not be described herein again.
The web page sending module 404 is configured to send the web page processed by the web page processing module 403 to the terminal.
In the embodiment of the invention, before the website server at the network side sends the webpage to the terminal, the webpage is correspondingly processed according to the capability information of the capability supported by the browser of the terminal, and the data structure unit which can not be processed by the browser of the terminal is deleted, so that the webpage sent to the terminal by the website server can be processed and displayed by the browser of the terminal, the phenomenon that a terminal user can not check the downloaded webpage content is avoided, the downloading time of the user is reduced, the downloading cost of the user is saved, and the user experience is improved. .
Example two
A flowchart of a method for preprocessing a web page and sending the processed web page to a terminal for display, provided by the second embodiment of the present invention, is shown in fig. 5, and specifically includes the following steps:
s501, the terminal sends webpage request information to a proxy server on the network side.
S502, the proxy server obtains the webpage requested by the terminal from the website server.
S503, the proxy server analyzes the obtained webpage into a data structure unit.
S504, the proxy server determines the browser capability corresponding to each data structure unit.
And S505, the proxy server deletes the data structure unit which can not be processed by the terminal browser from the webpage according to the processing capacity of the terminal browser.
S506, the proxy server sends the processed webpage to the terminal.
The processing method of the proxy server to the web pages in steps S503 to S506 is the same as the processing method of the web server in steps S102 to S105 in the embodiment, and is not described herein again. The method for the proxy server to obtain the capability information of the terminal browser is also the same as the method for the web server to obtain the capability information described in the first embodiment, and is not described herein again.
A specific structure of the terminal and the proxy server of the present invention is shown in fig. 6. The proxy server 600 includes: a web page obtaining module 601, a capability information obtaining module 602, a web page processing module 603, and a web page sending module 604.
The terminal 611 includes: a web page request module 612 and a web page processing module 613. The web page request module 612 and the web page processing module 613 have the same functions as the web page request module 411 and the web page processing module 412 in the first embodiment, respectively, and are not described herein again.
The web page obtaining module 601 of the proxy server 600 is configured to forward the web page request information sent by the terminal to the website server, and use the web page returned by the website server as the web page requested by the terminal.
Other modules of the proxy server 600: the capability information obtaining module 602, the web page processing module 603, and the web page sending module 604 have the same functions as the capability information obtaining module 402, the web page processing module 403, and the web page sending module 404 in the first embodiment, respectively, and are not described herein again.
In the second embodiment of the invention, before the proxy server on the network side sends the webpage to the terminal, the webpage is correspondingly processed according to the capability information of the capability supported by the browser of the terminal, and the data structure unit which cannot be processed by the browser of the terminal is deleted, so that the webpage sent to the terminal by the proxy server can be processed and displayed by the browser of the terminal, the phenomenon that a terminal user cannot check the downloaded webpage content is avoided, the downloading time of the user is reduced, the downloading cost of the user is saved, and the user experience is improved.
Those skilled in the art will appreciate that all or part of the steps in the method for implementing the above embodiments may be implemented by relevant hardware instructed by a program, and the program may be stored in a computer readable storage medium, such as: ROM/RAM, magnetic disk, optical disk, etc.
It will also be appreciated that the arrangement of devices shown in the figures or embodiments is merely schematic and represents a logical arrangement. Where modules shown as separate components may or may not be physically separate, components shown as modules may or may not be physical modules.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that those skilled in the art can make various improvements and modifications without departing from the principle of the present invention, and these improvements and modifications should also be construed as the protection scope of the present invention.

Claims (9)

1. A method for sending a web page, comprising:
the network side determines a webpage requested by a terminal according to webpage request information sent by the terminal;
the network side deletes a data structure unit which can not be processed by the browser of the terminal from the webpage according to the acquired capability information of the browser of the terminal, and then forms a processed webpage and sends the webpage to the terminal;
the network side deletes the data structure unit which can not be processed by the terminal browser from the webpage according to the acquired capability information of the terminal browser, and the method specifically comprises the following steps:
the network side determines the capacity supported by the browser required by each data structure unit of the webpage;
and if the capacity supported by the browser required by a certain data structure unit is different from the capacity corresponding to the identification information of the capacity in the capacity information, determining that the terminal browser cannot process the data structure unit, and deleting the data structure unit from the webpage.
2. The method of claim 1, after the network side determines the capabilities of the browser needed to process the data structure elements of the web page, further comprising:
the network side adds labels to each data structure unit, and the information of the labels is the same as the identification information of the capacity supported by the browser required by the data structure unit; and
the specific method for determining that the capability required by a certain data structure unit is different from the capability corresponding to the identification information of the capability in the capability information comprises the following steps:
and if the information of the tag of the data structure unit is different from the identification information of the capability in the capability information, determining that the capability required by the data structure unit is different from the capability corresponding to the identification information of the capability in the capability information.
3. The method of claim 1, wherein the capability information is carried in the web page request information; and
and the network side acquires the capability information from the webpage request information.
4. The method of claim 1, wherein the web page request information carries web page capability request information; and
the network side sends identification information of the capability of the webpage required to be supported by the browser to the terminal after determining the webpage requested by the terminal according to the webpage capability request information; and are
And receiving capability information returned by the terminal, wherein the capability information comprises identification information of the capability which can be supported by the browser of the terminal aiming at the webpage.
5. The method of claim 1, wherein the network side is specifically a web server; or
The network side specifically refers to a website server and a proxy server; and the network side determines the webpage requested by the terminal according to the webpage request information sent by the terminal, and specifically comprises the following steps:
the proxy server obtains a webpage requested by the terminal from the website server according to webpage request information sent by the terminal;
the network side deletes a data structure unit which can not be processed by the browser of the terminal from the webpage according to the acquired capability information of the browser of the terminal, forms a processed webpage and sends the processed webpage to the terminal, and specifically comprises the following steps:
and the proxy server deletes the data structure unit which can not be processed by the browser of the terminal from the webpage according to the acquired capability information of the browser of the terminal, and then forms a processed webpage and sends the webpage to the terminal.
6. A method for displaying a web page, comprising:
the terminal sends webpage request information to a network side; and are
Receiving a webpage returned by the network side, and processing and displaying the webpage through a browser of the terminal; the web page is a processed web page formed by deleting a data structure unit which cannot be processed by the browser of the terminal from the web page requested by the terminal according to the acquired capability information of the browser of the terminal by the network side; the capability information at least comprises identification information of the capability which can be supported by the browser of the terminal aiming at the webpage;
the deleting, by the network side, the data structure unit that cannot be processed by the browser of the terminal from the webpage requested by the terminal according to the acquired capability information of the browser of the terminal specifically includes:
the network side determines the capacity supported by the browser required by each data structure unit of the webpage;
and if the capacity supported by the browser required by a certain data structure unit is different from the capacity corresponding to the identification information of the capacity in the capacity information, determining that the terminal browser cannot process the data structure unit, and deleting the data structure unit from the webpage.
7. The method of claim 6, wherein the capability information is sent to the network side by being carried in the web page request information by the terminal; or,
the terminal sends webpage request information to a network side, receives capacity requirement information sent by the network side and then returns the capacity information to the network side; the capability requirement information refers to identification information of the capability that the webpage requested by the terminal needs to be supported by the browser.
8. A server, comprising:
the webpage determining module is used for determining a webpage requested by the terminal according to webpage request information sent by the terminal;
the terminal comprises a capability information obtaining module, a capability information obtaining module and a processing module, wherein the capability information obtaining module is used for obtaining the capability information of a browser of the terminal from the terminal; the capability information at least comprises identification information of the capability which can be supported by the browser of the terminal aiming at the webpage;
the webpage processing module is used for determining the capacity of each data structure unit of the webpage which needs to be supported by the browser; if the capacity supported by the browser required by a certain data structure unit is different from the capacity corresponding to the identification information of the capacity in the capacity information, determining that the terminal browser cannot process the data structure unit, and deleting the data structure unit from the webpage to form a processed webpage;
and the webpage sending module is used for sending the processed webpage to the terminal.
9. The server according to claim 8,
the web page determining module is specifically configured to forward web page request information sent by the terminal to the web server, and use a web page returned by the web server as a web page requested by the terminal.
CN2008102269820A 2008-11-28 2008-11-28 Server and web sending and displaying method Active CN101753537B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2008102269820A CN101753537B (en) 2008-11-28 2008-11-28 Server and web sending and displaying method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2008102269820A CN101753537B (en) 2008-11-28 2008-11-28 Server and web sending and displaying method

Publications (2)

Publication Number Publication Date
CN101753537A CN101753537A (en) 2010-06-23
CN101753537B true CN101753537B (en) 2012-08-15

Family

ID=42479947

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2008102269820A Active CN101753537B (en) 2008-11-28 2008-11-28 Server and web sending and displaying method

Country Status (1)

Country Link
CN (1) CN101753537B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102137349A (en) * 2010-11-29 2011-07-27 华为终端有限公司 Method, device and system for data transmission
CN102591866A (en) * 2011-01-06 2012-07-18 中国移动通信有限公司 Method, device and system for starting browser
CN104735042B (en) * 2013-12-24 2020-01-10 腾讯科技(深圳)有限公司 Method, device and system for self-adaptive adjustment of webpage cross-screen transmission
CN104301394A (en) * 2014-09-25 2015-01-21 小米科技有限责任公司 Display method of service information, server, terminal and system
CN107168960B (en) * 2016-03-07 2021-06-25 创新先进技术有限公司 Service execution method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002097458A1 (en) * 2001-05-29 2002-12-05 Interdigital Technology Corporation System and method for reducing information communicated between universal mobile telecommunication system multimedia capable units
CN1983867A (en) * 2005-12-13 2007-06-20 中兴通讯股份有限公司 Method for configuring transmission-mode assembled set based on terminal ability
CN101141698A (en) * 2007-10-15 2008-03-12 中兴通讯股份有限公司 Customized information pushing system and method based on mobile terminal management service

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002097458A1 (en) * 2001-05-29 2002-12-05 Interdigital Technology Corporation System and method for reducing information communicated between universal mobile telecommunication system multimedia capable units
CN1983867A (en) * 2005-12-13 2007-06-20 中兴通讯股份有限公司 Method for configuring transmission-mode assembled set based on terminal ability
CN101141698A (en) * 2007-10-15 2008-03-12 中兴通讯股份有限公司 Customized information pushing system and method based on mobile terminal management service

Also Published As

Publication number Publication date
CN101753537A (en) 2010-06-23

Similar Documents

Publication Publication Date Title
CN102325188B (en) Method for realizing webpage browsing on a mobile terminal and system thereof
CN107832277B (en) System and method for providing binary representation of web page
US20130268843A1 (en) Method, Apparatus And System For Rendering Web Page
US8370737B2 (en) Method and system for inserting data in a web page that is transmitted to a handheld device
US7865544B2 (en) Method and system for providing XML-based asynchronous and interactive feeds for web applications
US8181107B2 (en) Content adaptation
CA2640025C (en) Methods and devices for post processing rendered web pages and handling requests of post processed web pages
US8589388B2 (en) Method, system, and software for transmission of information
US7546527B2 (en) Method and apparatus for repurposing formatted content
US20160283606A1 (en) Method for performing webpage loading, device and browser thereof
CN107943915B (en) Method and device for OFD (office file) online display based on HTML5
CN104077310B (en) Load the method, apparatus and system of resource file
US20090094324A1 (en) Methods, apparatus, and systems for providing local and online data services
US20110145299A1 (en) Offline Gadgets IDE
CN103336794B (en) For providing the corresponding method and apparatus that information is presented in target pages
CN101753537B (en) Server and web sending and displaying method
CN113382083B (en) Webpage screenshot method and device
TW201437826A (en) Method and device for combining webpage style address
CN102916991B (en) Method, system and device for transmitting data
CN105528369B (en) Webpage code-transferring method, device and server
CN103902571A (en) Method and system for saving webpage complete content and corresponding client end and server
CN111339456A (en) Preloading method and device
US8949375B2 (en) Data processing of media file types supported by client devices
CN103246680B (en) A kind of method in browser, web page contents polymerization being represented and device
US20180285329A1 (en) Web asset modification based on a user context

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant