CN103605449A - Static page interaction method and device - Google Patents

Static page interaction method and device Download PDF

Info

Publication number
CN103605449A
CN103605449A CN201310554927.5A CN201310554927A CN103605449A CN 103605449 A CN103605449 A CN 103605449A CN 201310554927 A CN201310554927 A CN 201310554927A CN 103605449 A CN103605449 A CN 103605449A
Authority
CN
China
Prior art keywords
page
static page
dynamic
static
control
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
Application number
CN201310554927.5A
Other languages
Chinese (zh)
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.)
Shenzhen TCL New Technology Co Ltd
Original Assignee
Shenzhen TCL New Technology 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 Shenzhen TCL New Technology Co Ltd filed Critical Shenzhen TCL New Technology Co Ltd
Priority to CN201310554927.5A priority Critical patent/CN103605449A/en
Publication of CN103605449A publication Critical patent/CN103605449A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses a static page interaction method which includes: loading a static page; detecting an operation request on the static page; when the triggering ActiveX corresponding to the operation request is dynamic, acquiring the corresponding calling function of the dynamic ActiveX, and calling the calling function; receiving the executing result returned after the calling function is called, and displaying the same. The invention further discloses a static page interaction device. The method and the device have the advantages that the dynamic link library corresponding to the dynamic ActiveX is built and the names of the calling functions, for being called during static page parsing, in the dynamic link library are placed in a list correspondingly, so that when the static page is loaded, the display function of the static page can be achieved, and the dynamic interaction function of the static page can be achieved; in addition, the dynamic interaction function does not need platform support, transportability of the static page is fully utilized, and flexibility of the static page is achieved.

Description

The exchange method of static page and device
Technical field
The present invention relates to browser field, relate in particular to a kind of exchange method and device of static page.
Background technology
Browsing pages in browser comprises static page and dynamic page.Wherein, static page be the code of webpage all in the page, do not need to carry out asp, php, jsp .net supervisor generates the webpage of client terminal web page code.Dynamic page is by carrying out asp, php, and jsp .net supervisor generates the webpage of client terminal web page code.These two kinds of pages all have its feature separately, for example static page is not strong for the dependence of platform, can carry out easily platform transplantation, but static page can only add CSS by JS, complete simple page layout and change, complete reciprocal process needs very complicated Pages Design.Dynamic page can complete reciprocal process, the server but this reciprocal process places one's entire reliance upon, and also also very strong to the dependence of platform.
In view of the feature of above-mentioned two kinds of pages, be necessary to design a kind of method that can merge the advantage of above-mentioned two pages.
Summary of the invention
Fundamental purpose of the present invention is to provide a kind of exchange method and device of static page, is intended to both realize the portability of static page, has realized again the dirigibility of dynamic page.
For reaching above object, the invention provides a kind of exchange method of static page, comprise the following steps:
Load static page;
Operation requests on detecting static page;
When triggering control corresponding to described operation requests is dynamic control, obtains the corresponding call function of described dynamic control, and call described call function;
The execution result returning after described call function is called in reception, and shows described execution result.
Preferably, the exchange method of described static page also comprises:
When triggering control corresponding to described operation requests is static control, carries out corresponding operation requests, and show performed result.
Preferably, described loading static page comprises:
While detecting the load request of static page, from server, obtain corresponding page data;
The page data getting is resolved, when described page data comprises dynamic control, obtain and the corresponding call function of dynamic control, and import corresponding call function.
Preferably, before described loading static page, also comprise:
Dynamic control according to preset, creates corresponding dynamic link library, and the title correspondence of call function in the dynamic link library of its establishment is placed in list while resolving for the page and is obtained.
Preferably, described according to preset dynamic control, create corresponding dynamic link library and comprise:
According to preset dynamic control, obtain the corresponding functional interface having write;
Described functional interface is used with the corresponding crossstool of browser and compiled, generate dynamic link library.
The present invention also provides a kind of interactive device of static page, comprising:
Page load-on module, for loading static page;
Detecting module, for detecting the operation requests on static page;
Execution module, for when triggering control corresponding to described operation requests is dynamic control, obtains the corresponding call function of described dynamic control, and calls described call function;
Display module, calls for receiving the execution result returning after described call function, and shows described execution result.
Preferably, described execution module also for: when triggering control corresponding to described operation requests is static control, carry out corresponding operation requests, performed result shows for described display module.
Preferably, described page load-on module comprises:
Page data acquisition module while detecting the load request of static page, obtains corresponding page data from server;
Page parsing module, for the page data getting is resolved, when described page data comprises dynamic control, obtains and the corresponding call function of dynamic control, and imports corresponding call function.
Preferably, described interactive device also comprises:
Dynamic link library configuration module, for according to preset dynamic control, creates corresponding dynamic link library, and the title correspondence of call function in the dynamic link library of its establishment is placed in list while resolving for the page and is obtained.
Preferably, described dynamic link library configuration module is used for:
According to preset dynamic control, obtain the corresponding functional interface having write;
Described functional interface is used with the corresponding crossstool of browser and compiled, generate dynamic link library.
The present invention is by creating dynamic link library corresponding to dynamic control, and the title correspondence of call function in the dynamic link library of its establishment is placed in list, while resolving for static page, call, thereby after this static page is loaded, not only can realize the Presentation Function of static page, but also realize the dynamic interaction function of static page.In addition, this dynamic interaction function no longer needs the support of platform, takes full advantage of the portability of static page, has realized the dirigibility of dynamic page.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of the dynamic display method preferred embodiment of static page of the present invention;
Fig. 2 is the result schematic diagram that loads static page in prior art;
Fig. 3 loads the schematic flow sheet of static page in the exchange method of static page of the present invention;
Fig. 4 is the high-level schematic functional block diagram of interactive device first embodiment of static page of the present invention;
Fig. 5 is the high-level schematic functional block diagram of page load-on module in the interactive device of static page of the present invention;
Fig. 6 is the high-level schematic functional block diagram of interactive device second embodiment of static page of the present invention;
Fig. 7 is the interactive device of static page of the present invention and server and locally carries out mutual structural representation.
The realization of the object of the invention, functional characteristics and advantage, in connection with embodiment, are described further with reference to accompanying drawing.
Embodiment
Below in conjunction with Figure of description and specific embodiment, further illustrate technical scheme of the present invention.Should be appreciated that specific embodiment described herein, only in order to explain the present invention, is not intended to limit the present invention.
In order to make full use of the advantage of static page and dynamic page, the invention provides a kind of exchange method of static page, in conjunction with the advantage of static page and dynamic page, both retained the portability of static page, retained again the dirigibility of dynamic page.
With reference to Fig. 1, the schematic flow sheet of the exchange method preferred embodiment of a kind of static page of the present invention is proposed.The exchange method of this static page comprises the following steps:
Step S110, loading static page;
As everyone knows, once after static page refers to and designs, by the page being stored in server or this locality.No matter when and where browse, all can show identical pattern, and this static page is only for browsing, it cannot carry out interaction with Website server.Dynamic page is not the pagefile of separate, stored in server, its only when user asks server just can return to a complete webpage according to user's input message, this dynamic page is often used to realize as functions such as user's registration, user's login, online investigation, search engines.If the static page showing had both comprised static page data, comprise again dynamic page data, when this static page loads, can only load and show the content of static page data, and dynamic page data cannot load, thereby cannot realize the interactive function of browser and server or this locality.The static page data of this demonstration comprise all information that can be presented on the page, for example, and word, picture, input frame, control etc.As shown in Figure 2, Fig. 2 is the result schematic diagram that loads static page in prior art.Because this static page also comprises dynamic page data, the interactive function corresponding to control at the S2 of the page and S3 place for example, so when loading these dynamic page data, cannot load.Therefore, " browser has limited the activity description that this file shows the computing machine that may access you ... " will be ejected by the S1 place of this page prompting.Although the control at the S2 of this page and S3 place can show, also cannot trigger corresponding function while clicking this control, because dynamic page data corresponding to this control cannot load.
As shown in Figure 3, the dynamic page data that comprise for static page can be loaded and realize the interactive function of dynamic page, in load page process of the present invention, specifically comprise:
Step S111, according to preset dynamic control, create corresponding dynamic link library, and the title correspondence of call function in the dynamic link library of its establishment be placed in list and obtained when resolving;
Control in static page is that the content on the page can be resolved and be presented to browser itself, and attribute corresponding to this control can comprise static control and dynamic control.Wherein, static control, after triggering, can not receive user's input, is only used for obtaining corresponding information from this locality or server; Dynamically control, after triggering, can receive user's input message, and received input message is sent to server or this locality is processed, and then the information of returning after reception & disposal, and is presented on the page.The control that for example S2 in Fig. 2 and S3 place show, the attribute of this control is dynamic control, its be used to realize between user and server or client terminal local alternately.
Because browser is when loading this static page, only can resolves the static control on static page, and cannot resolve the dynamic control on static page.Now, if will realize interactive function corresponding to dynamic control on static page, before loading static page, need elder generation for preset dynamic control, create corresponding dynamic link library lib.Then set up a list TAB, for depositing the title of this dynamic link library function, and this list TAB is stored in to relevant position, during for browser resolves static page, mate and obtain.
Be specially, create with the dynamic corresponding dynamic link library of control and comprise:
A, according to preset dynamic control, obtain the corresponding functional interface having write;
According to the dynamic control on static page, with C/C++, write corresponding functional interface, for example the operation of local file, systemic-function calls etc.And the content of this functional interface need to adapt to the demand of browser.During the operation requests of the dynamic control on detecting static page, the corresponding functional interface having write will be obtained.
B, described functional interface is used and compiled with the crossstool of the corresponding platform of running browser, generation dynamic link library.
Use with the corresponding crossstool of browser the functional interface obtaining is compiled, generate dynamic link library.The call function title of this dynamic link library will leave in a list, as shown in the table:
Function1()
Function2()
Function3()
Function4()
……
Step S112, while detecting the load request of static page, from server, obtain corresponding page data;
Static page is as the term suggests be exactly the static page data in server that leaves in, and each static page all exists a corresponding web page address URL.When user wishes to access certain static page, can send URL request of access, browser is according to this URL request of access access services device, and server device returns to page data corresponding to URL request of access, browser receives after the page data returning, and it is resolved and is shown.
Step S113, the page data getting is resolved, when described page data comprises dynamic control, obtain and the corresponding call function of dynamic control, and import corresponding call function.
Particularly, in resolving, by the javascript(client script language in page data) be converted into respective code, the language that namely machine can be identified.Because browser cannot be resolved dynamic page data, therefore, when the dynamic control data in page data are resolved, this browser cannot resolve and resolve unsuccessfully.Now, browser will obtain call function corresponding to these dynamic control data the list from assigned address, and imports.In the present embodiment, in the list TAB that this call function creates in above-mentioned steps S110, obtain.
Operation requests on step S120, detecting static page;
Whether browser backstage will there is operation requests on this static page of detecting real-time.When even control is clicked, whether it is dynamic control by the control of triggering.
Step S130, when triggering control corresponding to described operation requests is dynamic control, obtain the corresponding call function of described dynamic control, and call described call function;
The control of take on static page " is registered " as example, when control on this static page is clicked, and because the attribute of this control is dynamic control, thus will obtain the corresponding call function of this dynamic control, and call this call function.
Be understandable that, when this operation requests is that attribute is the control triggering of static control, carry out corresponding operation requests, and show the result of carrying out.
Step S140, reception are called the execution result returning after described call function, and are shown described execution result.
The present invention has following beneficial effect with respect to prior art:
The present invention is by creating dynamic link library corresponding to dynamic control, and the title correspondence of call function in the dynamic link library of its establishment is placed in list, while resolving for static page, call, thereby after this static page is loaded, not only can realize the Presentation Function of static page, but also realize the dynamic interaction function of static page.In addition, this dynamic interaction function no longer needs the support of platform, takes full advantage of the portability of static page, has realized the dirigibility of dynamic page.
Exchange method based on above-mentioned static page, the present invention also provides a kind of interactive device of static page.The interactive device of this static page can be self-existent device, also can be applied in browser, to realize the dynamic interaction function of static page.With reference to Fig. 4, the structural representation of the interactive device preferred embodiment that Fig. 4 is static page of the present invention.The interactive device of this static page comprises:
Page load-on module 110, for loading static page;
Detecting module 120, for detecting the operation requests on static page;
Execution module 130, for when triggering control corresponding to described operation requests is dynamic control, obtains the corresponding call function of described dynamic control, and calls described call function;
Display module 140, calls for receiving the execution result returning after described call function, and shows described execution result.
Above-mentioned static page had both comprised static page data, also comprised dynamic page data.Because the static page analytic technique of prior art is to load dynamic page data, so the page load-on module 110 of the present embodiment is when being resolved to dynamic page data, call function corresponding to these dynamic page data will be obtained, to realize mutual between user and server or this locality.
Further, with reference to Fig. 5, above-mentioned page load-on module 110 comprises:
Page data acquiring unit 111 while detecting the load request of static page, obtains corresponding page data from server;
Page data resolution unit 112 for the page data getting is resolved, when described page data comprises dynamic control, is obtained and the corresponding call function of dynamic control, and is imported corresponding call function from preset list.
Static page is as the term suggests be exactly the static page data in server that leaves in, and each static page all exists a corresponding web page address URL.When user wishes to access certain static page, can send URL request of access, browser is according to this URL request of access access services device, and server device returns to page data corresponding to URL request of access, browser receives after the page data returning, and it is resolved and is shown.Particularly, in resolving, by the javascript(client script language in page data) be converted into respective code, the language that namely machine can be identified.Because browser cannot be resolved dynamic page data, therefore, when the dynamic control data in page data are resolved, this browser cannot resolve and resolve unsuccessfully.Now, browser will obtain call function corresponding to these dynamic control data the list from assigned address, and imports.In the present embodiment, in the list TAB that this call function is pre-created, obtain.
After static page loads, whether browser backstage will there is operation requests on this static page of detecting real-time.When even control is clicked, whether it is dynamic control by the control of triggering.The control of take on static page " is registered " as example, when control on this static page is clicked, and because the attribute of this control is dynamic control, thus will obtain the corresponding call function of this dynamic control, and call this call function.In addition, when this operation requests is that attribute is the control triggering of static control, carry out corresponding operation requests, and show the result of carrying out.
The present invention has following beneficial effect with respect to prior art:
The present invention is by creating dynamic link library corresponding to dynamic control, and the title correspondence of call function in the dynamic link library of its establishment is placed in list, while resolving for static page, call, thereby after this static page is loaded, not only can realize the Presentation Function of static page, but also realize the dynamic interaction function of static page.In addition, this dynamic interaction function no longer needs the support of platform, takes full advantage of the portability of static page, has realized the dirigibility of dynamic page.
Further, with reference to Fig. 6, above-mentioned interactive device also comprises:
Dynamic link library configuration module 150, for according to preset dynamic control, creates corresponding dynamic link library, and the title correspondence of call function in the dynamic link library of its establishment is placed in list while resolving for the page and is obtained.
Because browser is when loading this static page, only can resolves the static control on static page, and cannot resolve the dynamic control on static page.Now, if will realize interactive function corresponding to dynamic control on static page, need elder generation for preset dynamic control, create corresponding dynamic link library lib.Then set up a list TAB, for depositing the title of this dynamic link library function, and this list TAB is stored in to relevant position, during for browser resolves static page, mate and obtain.
Particularly, above-mentioned dynamic link library configuration module 150 for: according to preset dynamic control, obtain the corresponding functional interface having write; Described functional interface is used and compiled with the crossstool of the corresponding platform of running browser, generate dynamic link library.
First dynamic link library configuration module 150, according to the dynamic control on static page, is write corresponding functional interface with C/C++, and for example the operation of local file, systemic-function calls etc.And the content of this functional interface need to adapt to the demand of browser.During the operation requests of the dynamic control on detecting static page, the corresponding functional interface having write will be obtained.Then, dynamic link library configuration module 150 is used with the corresponding crossstool of browser the functional interface obtaining is compiled, and generates dynamic link library.The call function title of this dynamic link library will leave in a list, as shown in the table:
Function1()
Function2()
Function3()
Function4()
……
It should be noted that, in this article, term " comprises ", " comprising " or its any other variant are intended to contain comprising of nonexcludability, thereby the process, method, article or the device that make to comprise a series of key elements not only comprise those key elements, but also comprise other key elements of clearly not listing, or be also included as the intrinsic key element of this process, method, article or device.The in the situation that of more restrictions not, the key element being limited by statement " comprising ... ", and be not precluded within process, method, article or the device that comprises this key element and also have other identical element.
The invention described above embodiment sequence number, just to describing, does not represent the quality of embodiment.Through the above description of the embodiments, those skilled in the art can be well understood to the mode that above-described embodiment method can add essential general hardware platform by software and realize, can certainly pass through hardware, but in a lot of situation, the former is better embodiment.Understanding based on such, the part that technical scheme of the present invention contributes to prior art in essence in other words can embody with the form of software product.As shown in Figure 7, this computer software product, example as described above the interactive device 200 of static page can comprise be stored in a storage unit 202(as ROM/RAM, magnetic disc, CD) in some instructions, for terminal device 200(, it can be mobile phone, computing machine, server, or the network equipment etc.) processor 201 call, to carry out the method described in each embodiment of the present invention.This terminal device 200 of example obtains page data by interactive unit 205 from server 300, and is presented on described display unit 203 after this page data is resolved.This terminal device 200 also receives user's input message by input block, and by interactive unit 205 and server 300 or local 400, carries out data interaction etc. according to described input message.
The foregoing is only the preferred embodiments of the present invention; not thereby limit its scope of the claims; every equivalent structure or conversion of equivalent flow process that utilizes instructions of the present invention and accompanying drawing content to do; directly or indirectly be used in other relevant technical fields, be all in like manner included in scope of patent protection of the present invention.

Claims (10)

1. an exchange method for static page, is characterized in that, comprises the following steps:
Load static page;
Operation requests on detecting static page;
When triggering control corresponding to described operation requests is dynamic control, obtains the corresponding call function of described dynamic control, and call described call function;
The execution result returning after described call function is called in reception, and shows described execution result.
2. the exchange method of static page according to claim 1, is characterized in that, the exchange method of described static page also comprises:
When triggering control corresponding to described operation requests is static control, carries out corresponding operation requests, and show performed result.
3. the exchange method of static page according to claim 1, is characterized in that, described loading static page comprises:
While detecting the load request of static page, from server, obtain corresponding page data;
The page data getting is resolved, when described page data comprises dynamic control, obtain and the corresponding call function of dynamic control, and import corresponding call function.
4. the exchange method of static page according to claim 3, is characterized in that, before described loading static page, also comprises:
Dynamic control according to preset, creates corresponding dynamic link library, and the title correspondence of call function in the dynamic link library of its establishment is placed in list while resolving for the page and is obtained.
5. the exchange method of static page according to claim 4, is characterized in that, described according to preset dynamic control, creates corresponding dynamic link library and comprises:
According to preset dynamic control, obtain the corresponding functional interface having write;
Described functional interface is used with the corresponding crossstool of browser and compiled, generate dynamic link library.
6. an interactive device for static page, is characterized in that, comprising:
Page load-on module, for loading static page;
Detecting module, for detecting the operation requests on static page;
Execution module, for when triggering control corresponding to described operation requests is dynamic control, obtains the corresponding call function of described dynamic control, and calls described call function;
Display module, calls for receiving the execution result returning after described call function, and shows described execution result.
7. the interactive device of static page according to claim 6, it is characterized in that, described execution module also for: when triggering control corresponding to described operation requests is static control, carry out corresponding operation requests, performed result shows for described display module.
8. the interactive device of static page according to claim 6, is characterized in that, described page load-on module comprises:
Page data acquisition module while detecting the load request of static page, obtains corresponding page data from server;
Page parsing module, for the page data getting is resolved, when described page data comprises dynamic control, obtains and the corresponding call function of dynamic control, and imports corresponding call function.
9. the interactive device of static page according to claim 8, is characterized in that, described interactive device also comprises:
Dynamic link library configuration module, for according to preset dynamic control, creates corresponding dynamic link library, and the title correspondence of call function in the dynamic link library of its establishment is placed in list while resolving for the page and is obtained.
10. the interactive device of static page according to claim 9, is characterized in that, described dynamic link library configuration module is used for:
According to preset dynamic control, obtain the corresponding functional interface having write;
Described functional interface is used with the corresponding crossstool of browser and compiled, generate dynamic link library.
CN201310554927.5A 2013-11-08 2013-11-08 Static page interaction method and device Pending CN103605449A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310554927.5A CN103605449A (en) 2013-11-08 2013-11-08 Static page interaction method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310554927.5A CN103605449A (en) 2013-11-08 2013-11-08 Static page interaction method and device

Publications (1)

Publication Number Publication Date
CN103605449A true CN103605449A (en) 2014-02-26

Family

ID=50123682

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310554927.5A Pending CN103605449A (en) 2013-11-08 2013-11-08 Static page interaction method and device

Country Status (1)

Country Link
CN (1) CN103605449A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104899217A (en) * 2014-03-06 2015-09-09 阿里巴巴集团控股有限公司 Method and apparatus for implementing customized function
CN105516333A (en) * 2015-12-23 2016-04-20 北京奇虎科技有限公司 Interactive method and system based on webpage
CN105528426A (en) * 2015-12-09 2016-04-27 国云科技股份有限公司 Non-refurbishing URL (Uniform Resource Locator) parameter dynamic recording and loading method
CN108563477A (en) * 2018-03-02 2018-09-21 北京奇艺世纪科技有限公司 A kind of page events response method and device
CN109992319A (en) * 2017-12-28 2019-07-09 航天信息股份有限公司 The interaction method for building up and device of embedded device and USB printer

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1858729A (en) * 2005-04-30 2006-11-08 马堃 Hand held radio communication device with tree shape list browsing device and its net page browsing method
CN101192216A (en) * 2006-11-28 2008-06-04 中兴通讯股份有限公司 Static state page control and WEB server interaction accomplishing method and the WEB server
US20100205548A1 (en) * 2009-02-06 2010-08-12 Nhn Corporation Method and system for providing html-based application capable of controlling web action and client

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1858729A (en) * 2005-04-30 2006-11-08 马堃 Hand held radio communication device with tree shape list browsing device and its net page browsing method
CN101192216A (en) * 2006-11-28 2008-06-04 中兴通讯股份有限公司 Static state page control and WEB server interaction accomplishing method and the WEB server
US20100205548A1 (en) * 2009-02-06 2010-08-12 Nhn Corporation Method and system for providing html-based application capable of controlling web action and client

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104899217A (en) * 2014-03-06 2015-09-09 阿里巴巴集团控股有限公司 Method and apparatus for implementing customized function
CN104899217B (en) * 2014-03-06 2018-09-25 阿里巴巴集团控股有限公司 A kind of implementation method and device of custom feature
CN105528426A (en) * 2015-12-09 2016-04-27 国云科技股份有限公司 Non-refurbishing URL (Uniform Resource Locator) parameter dynamic recording and loading method
CN105528426B (en) * 2015-12-09 2019-03-26 国云科技股份有限公司 A kind of URL parameter dynamically recording loading method of no refreshing
CN105516333A (en) * 2015-12-23 2016-04-20 北京奇虎科技有限公司 Interactive method and system based on webpage
CN105516333B (en) * 2015-12-23 2018-10-23 北京奇虎科技有限公司 A kind of web-based exchange method and system
CN109992319A (en) * 2017-12-28 2019-07-09 航天信息股份有限公司 The interaction method for building up and device of embedded device and USB printer
CN108563477A (en) * 2018-03-02 2018-09-21 北京奇艺世纪科技有限公司 A kind of page events response method and device
CN108563477B (en) * 2018-03-02 2022-04-26 北京奇艺世纪科技有限公司 Page event response method and device

Similar Documents

Publication Publication Date Title
CN104426925B (en) Web page resources acquisition methods and device
CN103729285A (en) Method, device and system for testing web page
CN103605449A (en) Static page interaction method and device
CN103577427A (en) Browser kernel based web page crawling method and device and browser containing device
CN105260420A (en) Method and device for providing target page in mobile application
CN102314516B (en) Webpage processing method and mobile terminal and electronic device thereof
CN102904765B (en) The method and apparatus that data report
CN107679214B (en) Link positioning method, device, terminal and computer readable storage medium
CN110262851B (en) Interface configuration method and device
CN102761628B (en) Pan-domain name identification and processing device and method
CN106250454A (en) The loading method of a kind of page script and device
CN104765746B (en) Data processing method and device for mobile communication terminal browser
US20230334113A1 (en) Image processing method and apparatus, and computer readable storage medium
CN102929971A (en) Multimedia information playing method and system
CN103309996A (en) Webpage content processing method and device
US20160335370A1 (en) Data processing method and apparatus
CN105488205A (en) Page generation method and page generation apparatus
CN105516333A (en) Interactive method and system based on webpage
CN101488154B (en) Words input implementing method used for web page
CN105528369A (en) Webpage transcoding method and device and server
CN102831150A (en) Interactive method, system and terminal for browser and local application
CN105095289A (en) Webpage access method and device
CN103455547A (en) Method and device for webpage load
US10095791B2 (en) Information search method and apparatus
CN105243088A (en) Method and apparatus for acquiring webpage content in Android system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20140226

RJ01 Rejection of invention patent application after publication