CN103581232A - Web page transmission method, web page displaying device and system including device - Google Patents
Web page transmission method, web page displaying device and system including device Download PDFInfo
- Publication number
- CN103581232A CN103581232A CN201210262011.8A CN201210262011A CN103581232A CN 103581232 A CN103581232 A CN 103581232A CN 201210262011 A CN201210262011 A CN 201210262011A CN 103581232 A CN103581232 A CN 103581232A
- Authority
- CN
- China
- Prior art keywords
- resource
- priority
- web page
- web server
- source code
- 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.)
- Granted
Links
Images
Landscapes
- Information Transfer Between Computers (AREA)
Abstract
The invention provides a web page transmission method. The priority levels are pre-set for resources in a web page. The web page transmission method comprises the steps: a browser obtains a source code file of the web page from a web server; the browser resolves the source code file so as to obtain the resource priority levels; the browser sends a resource request to the web server, wherein the resource request carries the resource priority levels; the web server sends the resources to the browser in order of the resource priority levels. By adopting the web page transmission method, a page developer directly pre-set the priority levels of the resources in the web page, and the infinite parallel data flow serialization is flexible and generally applicable. In addition, the developed web page has the rendering effect meeting the requirement of the page developer.
Description
Technical field
The application relates to data communication field, more specifically, relates to the display unit of web page transmission method, web page and the transmission of web page and display system.
Background technology
Growing along with computer networking technology, people can be by the millions of website of access to the Internet and billions of web pages.When user wishes to access certain web page, can open any browser in address field, input the URL of this web page.Browser sends the request of this web page of access to web server based on this URL.Web server, in response to the request of browser, for example, sends to browser by the source code file of this web page (, html file).Browser can be resolved it after receiving the source code file of this web page, afterwards can be for each resource in web page (for example, Javascript file, picture, word, CSS etc.) to web server, send resource request respectively, and from web server gets requested resource, corresponding content of pages is presented to user.
In a web page, can present polytype content, such as word, static figure, animation etc.Yet browser does not often need the full content in certain web page to be presented in face of user simultaneously.In each web page, exist user is experienced to the object small set playing a decisive role.For example, the content that the content that user is relatively concerned about and user's usage degree are higher need to preferentially be presented to user, and relatively unessential content and the lower content of user's usage degree can slightly be delayed and present to user for user.For content and the higher content of user's usage degree that user is relatively concerned about are preferentially presented to user, thereby wish to get the resource relevant to this content from web server.Therefore, wish according to the importance of the content that needs in web page to show and usage degree etc., to corresponding resource mark priority, make resource request that priority is higher preferentially obtain the response of web server.
For this reason, Google has developed a kind of new procotol---and SPDY(sound is with " speedy ") agreement.SPDY agreement is the enhancing to http protocol, and it allows multiplexed, Request Priority and the compression of HTTP packet header of data flow.According to SPDY agreement, browser is specified the priority of requested resource when request resource, and the scheme of assigned priority is according to predetermined rule, different file types according to different resource are specified, for example the priority of * .htm file is minimum, * the priority of the script file such as .js is taken second place, and the priority of the picture files such as * .jpg, * .gif, * .png is the highest.
Yet, the browser (for example Chrome and Firefox browser) of existing support SPDY agreement only depends on the file type of resource for the specified scheme of resource prioritization, cannot meet in some cases the demand that present priority of user to different resource in dissimilar web page.For example, that browses that the user who is rendered as main website with picture wishes picture presents priority higher than word, and browse take information be the user of main website wish word present priority higher than picture.And according to the resource prioritization specified scheme of SPDY agreement, to the picture in this two classes website, all give the highest priority, thereby presented at first user.Can not meet like this user's of this two classes website actual demand.
In addition, for the different piece mark priority that does not allow web page designer to layout in existing web technology, do not exist and can when operation, carry out the problem of the priority of web content yet, in No. 200710003983.4 Chinese patent application, proposed a kind of method of controlling the demonstration of web page in client, each content in wherein said web page has been assigned with different priority.Described method comprises: from user end to server, send the access request to web page, in response to described request, server will send to client for realize the control assembly of the prioritization of each content at described web page, and described control assembly according to the order of the priority of each content in described web page from server retrieves content and show.
Yet this scheme depends on to the support of priority the control assembly that server returns to a great extent, browser needs collaborative with it well, just can complete the priority scheduling of resource.And in this scheme, the executor of priority scheduling has been placed on browser, undoubtedly for the page loading procedure of browser has added more complicated processing logic, consider the disposal ability of browser place terminal equipment, may increase the page and load time delay.Simultaneously, this scheme does not have to consider the situation to the concurrent request of resource in a page, and during current web page browses, a main frame is set up to a plurality of TCP and connect that to carry out the concurrent request of resource very general, the simple resource prioritization of being controlled by browser is dispatched, cannot realize the Synchronization Control between each TCP connection, the resource request of initiating according to the order of priority not necessarily arrives server according to the order sending, even if arrive according to the order of sequence also not necessarily serviced device response according to the order of sequence of server, obvious this scheme cannot guarantee that browser is in actual pages is browsed, order according to the priority of expectation gets resource, the strict priority of the resource described in also just cannot assured plan.
Summary of the invention
In view of the above-mentioned problems in the prior art, according to the application's first aspect, provide a kind of web page transmission method, the resource in described web page is provided with priority in advance.Described method comprises: browser obtains the source code file of described web page from web server; Described in browser resolves, source code file is therefrom to extract the priority of described resource; Browser sends resource request to web server, carries the priority of described resource in described request; And web server sends described resource according to the priority order of described resource to browser.
According to the application's second aspect, a kind of web page display unit is provided, it comprises: data communication module, from web server, obtain the source code file of described web page, wherein, the resource in described web page is provided with priority in advance; Parsing module, resolves described source code file therefrom to extract the priority of described resource, and the priority of the resource extracting is sent to described data communication module; And display module, show the content corresponding with the resource of obtaining from web server; Wherein, described data communication module is further configured to: the resource request that carries the priority of described resource is sent to web server and receives described resource from web server.
According to the application's the third aspect, a kind of transmission and display system of web page is provided, it comprises client and web server.Described client comprises web page display unit, and this web page display unit comprises: data communication module, from described web server, obtain the source code file of described web page, and wherein, the resource in described web page is provided with priority in advance; Parsing module, resolves described source code file therefrom to extract the priority of described resource, and the priority of the resource extracting is sent to described data communication module; And display module, show the content corresponding with the resource of obtaining from described web server.Described data communication module is further configured to: the resource request that carries the priority of described resource is sent to described web server and receives described resource from described web server.In described web server, dispose and state to some extent web page.
According to the application's web page transmission method, by understanding most the Type of website, page feature, and then the web page developer of priority of resource but not client (browser) priority of each resource in pre-configured web page according to the actual requirements in the process of exploitation web page in the understanding page, thereby the page of so exploitation has the page that more meets web page developer demand and presents effect.Browser is from web server gets the source code file of web page to be visited, by the parsing to resource description, get the priority of different resource, and can be according to the priority attribute parsing, adjust the subsequent request mode of operation (for example, adjust concurrency, succession or fill precedence field etc.) of web object.Subsequently, browser uses for example existing design of SPDY agreement that resource prioritization is sent to web server together with the request to resource.Web server receives after the request of resource, resolve the priority of each resource, the states such as the priority scheduling scheme that can arrange according to self and the load of server, network environment carry out comprehensive consideration, finally according to the most suitable resource prioritization, send the response of resource, realize the optimal sequenceization scheduling of the simultaneous streaming under single TCP connection.
Accompanying drawing explanation
Fig. 1 shows according to the flow chart of the web page transmission method of the application's first aspect;
Fig. 2 shows according to the block diagram of the web page display unit of the application's second aspect.
Embodiment
Below with reference to Fig. 1, describe in detail according to the web page transmission method of the application's first aspect.
As previously mentioned, the full content in web page does not need to be presented in face of user simultaneously.In each webpage, exist user is experienced to the object small set playing a decisive role.For example, the content that the content that user is relatively concerned about and user's usage degree are higher need to preferentially be presented to user, and relatively unessential content and the lower content of user's usage degree can slightly be delayed and present to user for user.
In order to realize this point, according to the application, by the developer of web page when creating web page according to the importance of resource, be the pre-configured priority of different contents.As a concrete example, the developer of web page can be with HTML(HTML) language creates web page, and in the label of html document, add self-defining attribute, to show the priority of the resource associated with described label.For example, can in the labels such as the link of html document or img, add a self-defining attribute priority, the mode of interpolation is for example as follows:
<link?href="main.css"rel="stylesheet"type="text/css"priority="1″/>
Below only take html language as example to create web page process how the pre-configured priority of different content in the page carried out exemplarily explanation.It will be appreciated by persons skilled in the art that adopt other Languages or mode creates web page and in constructive process for the pre-configured priority of different content in the page is also easily to realize, thereby omit the detailed description to related content at this.
Afterwards, in the web server that the developer of web page can dispose the web page creating.
After this, when user wishes to access this web page, can open any browser in address field, input the URL of this web page.Browser sends the request of this web page of access to web server based on this URL.Web server, in response to the request of browser, sends to browser by the source code file of this web page.Browser obtains the source code file (step 101 Fig. 1) of described web page from web server.For example, at described web page, be create with html language in the situation that, the html document that the source code file of the web page that browser obtains from web server is this web page.
Next, browser is resolved the source code file of obtained web page, therefrom to extract the priority (step 102) of the resource in web page.For example, with reference to a specific embodiment as above, if the developer of web page creates web page with html language, and in the link of html document label, added a self-defining attribute priority, to show the priority of related content, can the value of link label, its attribute and each attribute is separated in the process that browser is resolved the html document of this web page, thus extract the value of attribute priority.
Then, browser sends resource request to web server, carries the priority (step 103) of described resource in described request.
According to an embodiment, browser can be in the mode of concurrent Frame, and the simultaneous streaming under connecting by single TCP, sends described resource request to web server.That is to say, browser sends a plurality of resource request to web server after being that web server has been set up a TCP connection simultaneously.And, the field that comprises the priority that is used to indicate described resource in described Frame, and the value of this field is consistent with the value of the priority of the resource extracting source code file from described web page.For example, browser can be based on SPDY agreement, by sending SYN_STREAM frame to web server, ask described resource, wherein said SYN_STREAM frame comprises the Priority field of the priority that is used to indicate described resource, and the value of described Priority field is consistent with the value of the priority of the resource extracting source code file from described web page.For example, if the developer of web page creates web page with html language, and in the link of html document label, added a self-defining attribute priority, to show the priority of related content, the value of the value of the Priority field of SYN_STREAM frame and the attribute priority of link label is consistent so.
According to another embodiment, browser also can send described resource request to web server in the mode of serial data frame.That is to say, browser can sequentially send a plurality of resource request to web server.
Afterwards, web server, in response to the request of browser, sends described resource (step 104) according to the priority order of described resource to browser.
For example, if browser has sent 5 resource request to web server concomitantly, with SYN_STREAM (" GET " resource1[priority1]), SYN_STREAM (" GET " resource 2[priority2]), SYN_STREAM (" GET " resource3[priority3]), SYN_STREAM (" GET " resource 4[priority4]), SYN_STREAM (" GET " resource 5[priority5]), represent respectively.Web server, after receiving request SYN_STREAM (" GET " resource 1[priority1]), has carried out processing and having sent corresponding response to browser to it very soon.And processing request SYN_STREAM (" GET " resource2[priority2]) need to spend the more time, and its excess-three resource request is simultaneously in pending queue.Now web server can be processed request according to the sequence of the priority of three requests in pending queue.For example, the value of priority3, priority4, priority5 is respectively 2,1,3, and the SYN_STREAM that web server is can preferential selection priority after completing the processing of request SYN_STREAM (" GET " resource2[priority2]) the highest (" GET " resource4[priority4]) process.
Fig. 2 shows according to the block diagram of the web page display unit of the application's second aspect.As shown in Figure 2, web page display unit 10 comprises data communication module 201, parsing module 202 and display module 203.
When user wishes to access certain web page, can open any browser in address field, input the URL of this web page.Data communication module 201 sends the request of this web page of access to web server based on this URL.Web server, in response to the request of data communication module 201, sends to data communication module 201 by the source code file of this web page.Data communication module 201 receives the source code file of described web page from web server, wherein, the resource in described web page is by web page developer pre-configured priority when creating this web page.As a concrete example, at described web page, be create with html language in the situation that, the html document that the source code file of the web page that data communication module 201 receives from web server is this web page.Data communication module 201 stores this source code file into the memory (internal memory for example of client from web server receives the source code file of web page, not shown) in, and the address in memory sends to parsing module 202 by this source code file.
The address that parsing module 202 provides from data communication module 201 obtains the source code file of described web page and it is resolved, therefrom to extract the priority of described resource, and the priority of the resource extracting is sent to data communication module 201 together with descriptors such as the content identification of this resource, access sites.For example, with reference to a specific embodiment as above, if the developer of web page creates web page with html language, and in the link of html document label, added a self-defining attribute priority, to show the priority of relevant resource, can be by link label in the process that html document of 202 pairs of these web pages of parsing module is resolved, the value of its attribute and each attribute is separated, thereby extract the value of attribute priority, and the content identification together with this resource by the value of attribute priority, the descriptors such as access site send to data communication module 201.
According to the application's the third aspect, a kind of transmission and display system of web page is provided, it comprises client and web server.Described client comprises web page display unit 10 as above.In described web server, dispose and state to some extent web page.
With reference to accompanying drawing, the application's exemplary embodiment is described above.The example that it should be appreciated by those skilled in the art that above-mentioned embodiment to be only used to the object of explanation and lift, rather than be used for limiting.Any modification of doing under all instructions in the application and claim protection range, be equal to replacement etc., all should be included in the claimed scope of the application.
Claims (12)
1. a web page transmission method, the resource in wherein said web page is provided with priority in advance, and described method comprises:
Browser obtains the source code file of described web page from web server;
Described in browser resolves, source code file is therefrom to extract the priority of described resource;
Browser sends resource request to web server, carries the priority of described resource in described request; And
Web server sends described resource according to the priority order of described resource to browser.
2. the method for claim 1, further comprises:
The priority of resource in pre-configured described web page when creating described web page, and the web page creating is deployed in web server.
3. method as claimed in claim 2, wherein, when creating described web page, in pre-configured described web page, the step of the priority of resource comprises: with html language, create described web page, and in the label of html document, add self-defining attribute, to show the priority of the resource associated with described label.
4. the method as described in any one in claim 1-3, wherein, the step that browser sends resource request to web server comprises: browser sends described resource request in the mode of concurrent Frame to web server, wherein said data frame packet is containing the field of priority that is used to indicate described resource, and the value of this field is consistent with the value of the priority of the resource extracting source code file from described web page.
5. method as claimed in claim 4, wherein, the step that browser sends resource request to web server comprises: browser is based on SPDY agreement, with SYN_STREAM frame, to web server, send described resource request, wherein said SYN_STREAM frame comprises the Priority field of the priority that is used to indicate described resource, and the value of described Priority field is consistent with the value of the priority of the resource extracting source code file from described web page.
6. a web page display unit, comprising:
Data communication module, obtains the source code file of described web page from web server, wherein, the resource in described web page is provided with priority in advance;
Parsing module, resolves described source code file therefrom to extract the priority of described resource, and the priority of the resource extracting is sent to described data communication module; And
Display module, shows the content corresponding with the resource of obtaining from web server;
Wherein, described data communication module is further configured to: the resource request that carries the priority of described resource is sent to web server and receives described resource from web server.
7. device as claimed in claim 6, wherein, described web page creates with html language, and in the label of created html document, comprises self-defining attribute, to show the priority of the resource associated with described label.
8. the device as described in claim 6 or 7, wherein, described data communication module is further configured to: the mode with concurrent Frame sends described resource request to web server, wherein said data frame packet is containing the field of priority that is used to indicate described resource, and the value of this field is consistent with the value of the priority of the resource extracting source code file from described web page.
9. device as claimed in claim 8, wherein, described data communication module is further configured to: based on SPDY agreement, with SYN_STREAM frame, to web server, send described resource request, wherein said SYN_STREAM frame comprises the Priority field of the priority that is used to indicate described resource, and the value of described Priority field is consistent with the value of the priority of the resource extracting source code file from described web page.
10. the transmission of web page and a display system, comprise client and web server, wherein,
Described client comprises web page display unit, and this web page display unit comprises:
Data communication module, obtains the source code file of described web page from described web server, wherein, the resource in described web page is provided with priority in advance;
Parsing module, resolves described source code file therefrom to extract the priority of described resource, and the priority of the resource extracting is sent to described data communication module; And
Display module, shows the content corresponding with the resource of obtaining from described web server;
Wherein, described data communication module is further configured to: the resource request that carries the priority of described resource is sent to described web server and receives described resource from described web server; And
In described web server, dispose and state to some extent web page.
11. devices as claimed in claim 10, wherein, described data communication module is further configured to: the mode with concurrent Frame sends described resource request to described web server, wherein said data frame packet is containing the field of priority that is used to indicate described resource, and the value of this field is consistent with the value of the priority of the resource extracting source code file from described web page.
12. devices as claimed in claim 11, wherein, described data communication module is further configured to: based on SPDY agreement, with SYN_STREAM frame, to described web server, send described resource request, wherein said SYN_STREAM frame comprises the Priority field of the priority that is used to indicate described resource, and the value of described Priority field is consistent with the value of the priority of the resource extracting source code file from described web page.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201210262011.8A CN103581232B (en) | 2012-07-26 | 2012-07-26 | Web page transmission, web page display device and comprise the system of this device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201210262011.8A CN103581232B (en) | 2012-07-26 | 2012-07-26 | Web page transmission, web page display device and comprise the system of this device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN103581232A true CN103581232A (en) | 2014-02-12 |
CN103581232B CN103581232B (en) | 2016-12-21 |
Family
ID=50052156
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201210262011.8A Active CN103581232B (en) | 2012-07-26 | 2012-07-26 | Web page transmission, web page display device and comprise the system of this device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN103581232B (en) |
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104392008A (en) * | 2014-12-19 | 2015-03-04 | 北京奇虎科技有限公司 | Webpage data acquisition method, browser client end and CDN (content distribution network) server |
WO2016172910A1 (en) * | 2015-04-30 | 2016-11-03 | 深圳市星电商科技有限公司 | Method and device for generating electronic transaction certificate page, and storage medium |
CN106156054A (en) * | 2015-03-27 | 2016-11-23 | 阿里巴巴集团控股有限公司 | A kind of method and apparatus loading page module |
CN108073580A (en) * | 2016-11-08 | 2018-05-25 | 北京国双科技有限公司 | A kind of processing method and processing device based on page concurrent request |
CN109510850A (en) * | 2017-09-14 | 2019-03-22 | 广州市动景计算机科技有限公司 | The processing method of browse request, apparatus and system |
CN111988389A (en) * | 2020-08-13 | 2020-11-24 | 暨南大学 | Request scheduling mechanism of server based on HTTP/3 protocol |
CN113157342A (en) * | 2021-04-27 | 2021-07-23 | 思享智汇(海南)科技有限责任公司 | Method, system and storage medium for displaying background content of client |
CN113298112A (en) * | 2021-04-01 | 2021-08-24 | 安徽继远软件有限公司 | Integrated data intelligent labeling method and system |
CN113590410A (en) * | 2021-06-20 | 2021-11-02 | 济南浪潮数据技术有限公司 | Resource request method, system, device and medium |
WO2024183425A1 (en) * | 2023-12-13 | 2024-09-12 | 天翼云科技有限公司 | Browser rendering method, apparatus and system |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101082917A (en) * | 2006-06-02 | 2007-12-05 | 千橡世纪科技发展(北京)有限公司 | Method and apparatus for rapid previewing summary of web page content |
CN101226525A (en) * | 2007-01-19 | 2008-07-23 | 国际商业机器公司 | Method, server, client terminal and system for controlling download and display of web page layout |
-
2012
- 2012-07-26 CN CN201210262011.8A patent/CN103581232B/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101082917A (en) * | 2006-06-02 | 2007-12-05 | 千橡世纪科技发展(北京)有限公司 | Method and apparatus for rapid previewing summary of web page content |
CN101226525A (en) * | 2007-01-19 | 2008-07-23 | 国际商业机器公司 | Method, server, client terminal and system for controlling download and display of web page layout |
US20090013034A1 (en) * | 2007-01-19 | 2009-01-08 | International Business Machines Corporation | Method, server, client and system for controlling download and display of web pages |
Cited By (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104392008B (en) * | 2014-12-19 | 2017-12-05 | 北京奇虎科技有限公司 | Web data acquisition methods, browser client and CDN server |
CN104392008A (en) * | 2014-12-19 | 2015-03-04 | 北京奇虎科技有限公司 | Webpage data acquisition method, browser client end and CDN (content distribution network) server |
CN106156054B (en) * | 2015-03-27 | 2019-08-30 | 阿里巴巴集团控股有限公司 | A kind of method and apparatus of loading page module |
CN106156054A (en) * | 2015-03-27 | 2016-11-23 | 阿里巴巴集团控股有限公司 | A kind of method and apparatus loading page module |
WO2016172910A1 (en) * | 2015-04-30 | 2016-11-03 | 深圳市星电商科技有限公司 | Method and device for generating electronic transaction certificate page, and storage medium |
CN106462857A (en) * | 2015-04-30 | 2017-02-22 | 深圳市星电商科技有限公司 | Method and device for generating electronic transaction certificate page, and storage medium |
CN108073580A (en) * | 2016-11-08 | 2018-05-25 | 北京国双科技有限公司 | A kind of processing method and processing device based on page concurrent request |
CN109510850A (en) * | 2017-09-14 | 2019-03-22 | 广州市动景计算机科技有限公司 | The processing method of browse request, apparatus and system |
CN111988389A (en) * | 2020-08-13 | 2020-11-24 | 暨南大学 | Request scheduling mechanism of server based on HTTP/3 protocol |
CN111988389B (en) * | 2020-08-13 | 2023-03-24 | 暨南大学 | Request scheduling mechanism of server based on HTTP/3 protocol |
CN113298112A (en) * | 2021-04-01 | 2021-08-24 | 安徽继远软件有限公司 | Integrated data intelligent labeling method and system |
CN113157342A (en) * | 2021-04-27 | 2021-07-23 | 思享智汇(海南)科技有限责任公司 | Method, system and storage medium for displaying background content of client |
CN113590410A (en) * | 2021-06-20 | 2021-11-02 | 济南浪潮数据技术有限公司 | Resource request method, system, device and medium |
CN113590410B (en) * | 2021-06-20 | 2023-12-22 | 济南浪潮数据技术有限公司 | Resource request method, system, equipment and medium |
WO2024183425A1 (en) * | 2023-12-13 | 2024-09-12 | 天翼云科技有限公司 | Browser rendering method, apparatus and system |
Also Published As
Publication number | Publication date |
---|---|
CN103581232B (en) | 2016-12-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN103581232A (en) | Web page transmission method, web page displaying device and system including device | |
EP2916243B1 (en) | Method, apparatus, server and system for implementing web application | |
US20140101539A1 (en) | Website presenting method and browser | |
JP4857349B2 (en) | Method, system, and computer program for providing asynchronous portal pages within a portal system | |
US9571556B2 (en) | Browser kernel adaptation method and browser therefor | |
US9143378B2 (en) | Rendering components within different browser environments | |
CN108416021B (en) | Browser webpage content processing method and device, electronic equipment and readable medium | |
CN103412890A (en) | Webpage loading method and device | |
CN103605688A (en) | Intercept method and intercept device for homepage advertisements and browser | |
US20110145299A1 (en) | Offline Gadgets IDE | |
US20140201616A1 (en) | Cross-platform embeddable media player | |
WO2017120360A1 (en) | Computer-automated generation of application deep links | |
CN102662837A (en) | Testing method and system of browser | |
CN105528369A (en) | Webpage transcoding method and device and server | |
CN101510220A (en) | Method, apparatus and system for sending floating page to user side | |
CN110020242A (en) | A kind of document reading progress synchronous method and device based on Web | |
KR20180057619A (en) | A notification method for performing push notification to the portable terminal and a notification server | |
JP2009163326A (en) | Markup language document conversion device, method, program, and system | |
JP5774429B2 (en) | COMMUNICATION DEVICE, COMMUNICATION METHOD, AND PROGRAM | |
CN105808727A (en) | Website cross-screen adaptation technology architecture and adaptation method based on HTML5 (Hypertext Markup Language 5) | |
JP2008071116A (en) | Information delivery system, information delivery device, information delivery method and information delivery program | |
CN102681848A (en) | Method, device, terminal and system for developing and accessing web page by Widget method | |
Vogel et al. | User Acceptance of Modified Web Page Loading Based on Progressive Streaming | |
US20130111433A1 (en) | Method and apparatus for generating application programs | |
JP2009176176A (en) | Web page distribution device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant |