CN106940719B - Page skipping method and device - Google Patents

Page skipping method and device Download PDF

Info

Publication number
CN106940719B
CN106940719B CN201710150474.8A CN201710150474A CN106940719B CN 106940719 B CN106940719 B CN 106940719B CN 201710150474 A CN201710150474 A CN 201710150474A CN 106940719 B CN106940719 B CN 106940719B
Authority
CN
China
Prior art keywords
page
tag
page number
data
user
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
CN201710150474.8A
Other languages
Chinese (zh)
Other versions
CN106940719A (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.)
Fujian Cnfol Information Technology Co Ltd
Original Assignee
Fujian Cnfol Information 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 Fujian Cnfol Information Technology Co Ltd filed Critical Fujian Cnfol Information Technology Co Ltd
Priority to CN201710150474.8A priority Critical patent/CN106940719B/en
Publication of CN106940719A publication Critical patent/CN106940719A/en
Application granted granted Critical
Publication of CN106940719B publication Critical patent/CN106940719B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a page jump method and a device, wherein the method comprises the following steps: judging whether a click operation of a user on the page number is received; if so, responding to the click operation, and calling a first function associated with the first tag, wherein the first function is used for acquiring the page number and the identifier of the search tag; acquiring key terms in the search tag through the identification, wherein the key terms are terms input when the user searches the page; and adding the key terms and the page number into an HTTP (hyper text transport protocol) body, and sending the HTTP body to a server. This application scheme adopts the POST mode to transmit data, adds data to HTTP inclusion transmission, compares in transmitting data through the HTTP agreement, and the security is higher.

Description

Page skipping method and device
Technical Field
The invention relates to the technical field of web pages, in particular to a page skipping method and device.
Background
With the improvement of the intelligent degree of the mobile terminal and the rapid popularization of the mobile internet, more and more users access the web pages on the mobile terminal through the browser, and the information experience at any time and any place is realized.
In the prior art, when a user accesses a webpage, a background server realizes webpage skipping of the webpage through an a label. As shown in fig. 1, the a tag corresponding to page 3 is < a href ═ … …' >3 >, and when the user clicks page 3 on the web page, the a tag sends data to the background server by a GET method, where the GET method refers to add the transmission data to the URL of the web page where the page is located, that is, to the HTTP protocol header, and send the URL address after the addition to the background server.
The inventor finds that the sending URL address is visible for all users in the process of researching the prior art, so that information leakage is easily caused by sending data to the background server in a GET mode.
Disclosure of Invention
In order to solve the above technical problems, embodiments of the present invention provide a page jump method and apparatus, so as to solve the problem of information leakage easily caused when a page jumps, and the technical scheme is as follows:
a page jump method, a page number on a page is represented by a first tag, the method comprises:
judging whether a click operation of a user on the page number is received;
if so, responding to the click operation, and calling a first function associated with the first tag, wherein the first function is used for acquiring the page number and the identifier of the search tag;
acquiring key terms in the search tag through the identification, wherein the key terms are terms input when the user searches the page;
and adding the key terms and the page number into an HTTP (hyper text transport protocol) body, and sending the HTTP body to a server.
Preferably, the first tag is a div tag or an a tag with an href attribute removed.
Preferably, the first function is CiPageChange (url, id, pa), the url is an address of the page, the id is an identifier of the search tag, and the pa is the page number.
Preferably, the method further comprises the following steps:
generating a third tag, wherein the third tag is used for triggering the HTTP packet to the server.
Preferably, the search tag and the third tag are form tags.
A page jump apparatus, a page number on a page being represented with a first tag, the apparatus comprising:
the judging unit is used for judging whether the clicking operation of the user on the page number is received or not;
the calling unit is used for calling a first function associated with the first tag in response to the click operation when the judging unit judges that the click operation of the user on the page number is received, wherein the first function is used for acquiring the page number and the identifier of the search tag;
an obtaining unit, configured to obtain, through the identifier, a key term in the search tag, where the key term is a term input when the user searches the page;
and the adding unit is used for adding the key terms and the page numbers into the HTTP packet body and sending the HTTP packet body to the server.
Preferably, the first tag is a div tag or an a tag with the href attribute removed.
Preferably, the first function is CiPageChange (url, id, pa), the url is an address of the page, the id is an identifier of the search tag, and the pa is the page number.
Preferably, the method further comprises the following steps:
a generating unit, configured to generate a third tag, where the third tag is used to trigger the HTTP packet to the server.
Preferably, the search tag and the third tag are form tags.
In the technical scheme provided by this embodiment, a page number in a page is represented by a first tag, the first tag is associated with a first function, and the first function is used to obtain the page number and key terms clicked by a user, add the page number and key terms into an HTTP packet, and send the page number and key terms to a server. Therefore, according to the scheme, the data are transmitted in the POST mode, the data are added to the HTTP packet body for transmission, and compared with the data transmitted through the HTTP protocol, the security is higher.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a schematic flowchart of a page jump method according to an embodiment of the present invention;
fig. 2 is another schematic flow chart of a page jump method according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a page jump apparatus according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a page jump apparatus according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 2, fig. 2 is a flowchart illustrating an implementation of a page jump method according to an embodiment of the present application, where the method includes:
step S201, judging whether a page number clicking operation of a user is received, and if so, executing step S202;
in order to implement the jump to the page, the currently displayed page has the page number to be jumped to the page, and as shown in fig. 1, the page number includes 1, 2, 3, 4, and so on.
In the prior art, the a tag is used for representing the page number, and the a tag has an href attribute, so that the a tag is automatically transmitted in a GET mode when transmitting data.
And when the user needs to browse the content on the page to be jumped, clicking the page number corresponding to the page to be jumped, wherein the clicking operation is used for triggering the first tag to start the data transmission function.
Step S202, responding to the clicking operation, and calling a first function associated with the first label;
the first function is used for acquiring the page number and the identifier of the search tag.
The present embodiment associates the first tag with the first function, so that the transmission mode used when transmitting data is selected by the first function.
Since the background server needs to retrieve from the database according to the key terms originally input by the user when providing each page to the user, when the user clicks the page number on the page, the key terms, including the keywords or keywords, need to be obtained in addition to transmitting the page number clicked by the user to the background server. As illustrated in fig. 1, when a user inputs a keyword of "patent" in a hundred-degree home page, page numbers 1, 2, 3, 4, etc. appear in a skipped page, and when the user clicks page number 3, the keyword of "patent" needs to be transmitted to the background server together with the parameter of page number 3, which is transmitted to the background server by the browser.
Since the key terms input by the user are all input from the search tags in the page, before obtaining the key terms, the search tags for inputting the key terms are obtained first, and the search tags may be form tags.
Step S203, obtaining key terms in the search tag through the identification;
the key terms are terms input by the user when searching the page;
and step S204, adding the key terms and the page numbers into an HTTP (hyper text transport protocol) packet body, and sending the HTTP packet body to a server.
In this embodiment, the first function associated with the first tag transmits data by using a POST method, where the POST method is to add the transmission data to the HTTP packet corresponding to the URL of the webpage in which the page is located, and send the HTTP packet after the addition to the background server.
Http (i.e. web page) defines different methods for interacting with the server (background), and the most basic methods are 4, GET, POST, PUT, and DELETE, respectively. The URL is named as a resource descriptor for describing resources on the network, and four modes of GET, POST, PUT and DELETE in the HTTP correspond to 4 operations of checking, changing, adding and deleting the resources. GET is generally used to obtain/query resource information, while POST is generally used to update resource information.
The data sent by the web page in the GET mode and the POST mode are mainly different from each other in two points:
one is capacity:
the GET mode can only submit 1024 bytes of data at most, theoretically has no limit to POST, and can transfer a larger amount of data, wherein the maximum data in the IIS4 is 80KB, and the maximum data in the IIS5 is 100 KB. This is generally true, although the description is less accurate.
Secondly, the safety is as follows:
the data of the GET request will be appended to the URL (just placing the data in the HTTP protocol header), to? Splitting the URL and transmitting the data, parameters are linked together, such as: action? name ═ hyddd & password ═ idontknow & verify ═ E4% BD%, a 0% E5% a 5% BD. If the data is english letters/numbers, it is sent as it is, if it is a space, it is converted to + and if it is chinese/other characters, then the character string is directly encrypted with BASE64, the following results are obtained: % E4% BD% A0% E5% A5% BD, where XX in% XX is ASCII in 16 notation.
The POST places the submitted data in a packet body which is an HTTP packet.
It can be seen from the above that the security of POST is higher than that of GET. Such as: by submitting data through a GET, the username and password appear in plain text on the URL because (1) the login page may be cached by the browser, (2) others view the history of the browser, so others can GET your account and password, and in addition, submitting data using a GET may cause a Cross-site request for challenge. Therefore, the safety of data transmission by adopting the POST mode is higher.
In the technical scheme provided by this embodiment, a page number in a page is represented by a first tag, the first tag is associated with a first function, and the first function is used to obtain the page number and key terms clicked by a user, add the page number and key terms into an HTTP packet, and send the page number and key terms to a server. Therefore, according to the scheme, the data are transmitted in the POST mode, the data are added to the HTTP packet body for transmission, and compared with the data transmitted through the HTTP protocol, the security is higher.
Referring to fig. 3, fig. 3 is a flowchart illustrating an implementation of a page jump method according to an embodiment of the present application, where the method includes:
step S301, judging whether a click operation of a user on the page number is received, and if so, executing step S302;
in order to implement the jump to the page, the currently displayed page has the page number to be jumped to the page, and as shown in fig. 1, the page number includes 1, 2, 3, 4, and so on.
And the page number on the page is represented by a div label or an a label with an href attribute removed.
In the prior art, the a tag is used for representing the page number, and the a tag has an href attribute, so that the a tag is automatically transmitted in a GET mode when transmitting data, and in order to transmit data without using the GET mode, the div tag or the a tag without the href attribute is used for representing the page number.
And when the user needs to browse the content on the page to be jumped, clicking the page number corresponding to the page to be jumped, wherein the clicking operation is used for triggering the div tag or the a tag for removing the href attribute to start the data transmission function.
Step S302, responding to the click operation, calling a function CiPageChange (url, id, pa) associated with the div tag or the a tag with the href attribute removed, wherein the function is used for acquiring the page number and the identifier of the first form tag;
the url is the address of the page, the id is the identifier of the search tag, and the pa is the page number.
In this embodiment, a div tag or an a tag with an href attribute removed is associated with the function CiPageChange (url, id, pa), so that a transmission mode used when data is transmitted is selected through the function CiPageChange (url, id, pa).
Since the background server needs to retrieve from the database according to the key terms originally input by the user when providing each page to the user, when the user clicks the page number on the page, the key terms, including the keywords or keywords, need to be obtained in addition to transmitting the page number clicked by the user to the background server. As illustrated in fig. 1, when a user inputs a keyword of "patent" in a hundred-degree home page, page numbers 1, 2, 3, 4, etc. appear in a skipped page, and when the user clicks page number 3, the keyword of "patent" needs to be transmitted to the background server together with the parameter of page number 3, which is transmitted to the background server by the browser.
Since the key terms input by the user are all input from form tags in the page, before obtaining the key terms, first obtaining the form tags for inputting the key terms
Step S303, obtaining a key term in the first form tag through the identifier, wherein the key term is a term input when the user searches the page;
step S304, adding the key terms and the page numbers into an HTTP packet body;
step S305, generating a second form label, wherein the second form label is used for triggering the HTTP packet body to the server.
Http (i.e. web page) defines different methods for interacting with the server (background), and the most basic methods are 4, GET, POST, PUT, and DELETE, respectively. The URL is named as a resource descriptor for describing resources on the network, and four modes of GET, POST, PUT and DELETE in the HTTP correspond to 4 operations of checking, changing, adding and deleting the resources. GET is generally used to obtain/query resource information, while POST is generally used to update resource information.
The data sent by the web page in the GET mode and the POST mode are mainly different from each other in two points:
one is capacity:
the GET mode can only submit 1024 bytes of data at most, theoretically has no limit to POST, and can transfer a larger amount of data, wherein the maximum data in the IIS4 is 80KB, and the maximum data in the IIS5 is 100 KB. This is generally true, although the description is less accurate.
Secondly, the safety is as follows:
the data of the GET request will be appended to the URL (just placing the data in the HTTP protocol header), to? Splitting the URL and transmitting the data, parameters are linked together, such as: action? name ═ hyddd & password ═ idontknow & verify ═ E4% BD%, a 0% E5% a 5% BD. If the data is english letters/numbers, it is sent as it is, if it is a space, it is converted to + and if it is chinese/other characters, then the character string is directly encrypted with BASE64, the following results are obtained: % E4% BD% A0% E5% A5% BD, where XX in% XX is ASCII in 16 notation.
The POST places the submitted data in a packet body which is an HTTP packet.
It can be seen from the above that the security of POST is higher than that of GET. Such as: by submitting data through a GET, the username and password appear in plain text on the URL because (1) the login page may be cached by the browser, (2) others view the history of the browser, so others can GET your account and password, and in addition, submitting data using a GET may cause a Cross-site request for challenge. Therefore, the safety of data transmission by adopting the POST mode is higher.
In the technical scheme provided by this embodiment, a page number in a page is represented by a first tag, the first tag is associated with a first function, and the first function is used to obtain the page number and key terms clicked by a user, add the page number and key terms into an HTTP packet, and send the page number and key terms to a server. Therefore, according to the scheme, the data are transmitted in the POST mode, the data are added to the HTTP packet body for transmission, and compared with the data transmitted through the HTTP protocol, the security is higher.
Referring to fig. 4, fig. 4 is a schematic structural diagram of a page jump apparatus provided in an embodiment of the present application, where the working process of each unit in the schematic structural diagram of the apparatus refers to the execution process of the method in the embodiment corresponding to fig. 2, and the apparatus includes:
a determining unit 401, configured to determine whether a click operation of a user on the page number is received;
in order to implement the jump to the page, the currently displayed page has the page number to be jumped to the page, and as shown in fig. 1, the page number includes 1, 2, 3, 4, and so on.
In the prior art, the a tag is used for representing the page number, and the a tag has an href attribute, so that the a tag is automatically transmitted in a GET mode when transmitting data.
And when the user needs to browse the content on the page to be jumped, clicking the page number corresponding to the page to be jumped, wherein the clicking operation is used for triggering the first tag to start the data transmission function.
A calling unit 402, configured to, when the determining unit determines that a click operation of the user on the page number is received, call a first function associated with the first tag in response to the click operation;
the first function is used for acquiring the page number and the identifier of the search tag.
The present embodiment associates the first tag with the first function, so that the transmission mode used when transmitting data is selected by the first function.
Since the background server needs to retrieve from the database according to the key terms originally input by the user when providing each page to the user, when the user clicks the page number on the page, the key terms, including the keywords or keywords, need to be obtained in addition to transmitting the page number clicked by the user to the background server. As illustrated in fig. 1, when a user inputs a keyword of "patent" in a hundred-degree home page, page numbers 1, 2, 3, 4, etc. appear in a skipped page, and when the user clicks page number 3, the keyword of "patent" needs to be transmitted to the background server together with the parameter of page number 3, which is transmitted to the background server by the browser.
Since the key terms input by the user are all input from the search tags in the page, before obtaining the key terms, the search tags for inputting the key terms are obtained first, and the search tags may be form tags.
An obtaining unit 403, configured to obtain, through the identifier, a key term in the search tag, where the key term is a term input when the user searches the page;
an adding unit 404, configured to add the key term and the page number to the HTTP packet, and send the HTTP packet to the server.
In this embodiment, the first function associated with the first tag transmits data by using a POST method, where the POST method is to add the transmission data to the HTTP packet corresponding to the URL of the webpage in which the page is located, and send the HTTP packet after the addition to the background server.
Http (i.e. web page) defines different methods for interacting with the server (background), and the most basic methods are 4, GET, POST, PUT, and DELETE, respectively. The URL is named as a resource descriptor for describing resources on the network, and four modes of GET, POST, PUT and DELETE in the HTTP correspond to 4 operations of checking, changing, adding and deleting the resources. GET is generally used to obtain/query resource information, while POST is generally used to update resource information.
The data sent by the web page in the GET mode and the POST mode are mainly different from each other in two points:
one is capacity:
the GET mode can only submit 1024 bytes of data at most, theoretically has no limit to POST, and can transfer a larger amount of data, wherein the maximum data in the IIS4 is 80KB, and the maximum data in the IIS5 is 100 KB. This is generally true, although the description is less accurate.
Secondly, the safety is as follows:
the data of the GET request will be appended to the URL (just placing the data in the HTTP protocol header), to? Splitting the URL and transmitting the data, parameters are linked together, such as: action? name ═ hyddd & password ═ idontknow & verify ═ E4% BD%, a 0% E5% a 5% BD. If the data is english letters/numbers, it is sent as it is, if it is a space, it is converted to + and if it is chinese/other characters, then the character string is directly encrypted with BASE64, the following results are obtained: % E4% BD% A0% E5% A5% BD, where XX in% XX is ASCII in 16 notation.
The POST places the submitted data in a packet body which is an HTTP packet.
It can be seen from the above that the security of POST is higher than that of GET. Such as: by submitting data through a GET, the username and password appear in plain text on the URL because (1) the login page may be cached by the browser, (2) others view the history of the browser, so others can GET your account and password, and in addition, submitting data using a GET may cause a Cross-site request for challenge. Therefore, the safety of data transmission by adopting the POST mode is higher.
In the technical scheme provided by this embodiment, a page number in a page is represented by a first tag, the first tag is associated with a first function, and the first function is used to obtain the page number and key terms clicked by a user, add the page number and key terms into an HTTP packet, and send the page number and key terms to a server. Therefore, according to the scheme, the data are transmitted in the POST mode, the data are added to the HTTP packet body for transmission, and compared with the data transmitted through the HTTP protocol, the security is higher.
For device or system embodiments, as they correspond substantially to method embodiments, reference may be made to the method embodiments for some of their descriptions. The above-described embodiments of the apparatus or system are merely illustrative, and the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus, and method may be implemented in other ways without departing from the spirit and scope of the present application. The present embodiment is an exemplary example only, and should not be taken as limiting, and the specific disclosure should not be taken as limiting the purpose of the application. For example, the division of the unit or the sub-unit is only one logical function division, and there may be another division manner in actual implementation, for example, a plurality of units or a plurality of sub-units are combined together. In addition, various elements or components may be combined or may be integrated into another system, or some features may be omitted, or not implemented.
Additionally, the systems, apparatus, and methods described, as well as the illustrations of various embodiments, may be combined or integrated with other systems, modules, techniques, or methods without departing from the scope of the present application. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The foregoing is directed to embodiments of the present invention, and it is understood that various modifications and improvements can be made by those skilled in the art without departing from the spirit of the invention.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (6)

1. A page jump method, wherein a page number on a page is represented by a first tag, the method comprising:
judging whether a click operation of a user on the page number is received;
if so, responding to the click operation, and calling a first function associated with the first tag, wherein the first function is used for acquiring the page number and the identifier of the search tag; wherein, the first label is a div label or an a label without href attribute; a first function associated with the first tag transmits data in a POST mode;
acquiring key terms in the search tag through the identification, wherein the key terms are terms input when the user searches the page;
adding the key terms and the page numbers into an HTTP (hyper text transport protocol) packet body, and sending the HTTP packet body to a server;
the first function is CiPageChange (url, id, pa), the url is an address of the page, the id is an identifier of the search tag, and the pa is the page number.
2. The method of claim 1, further comprising:
generating a third tag, wherein the third tag is used for triggering the HTTP packet to the server.
3. The method of claim 2, wherein the search tag and the third tag are form tags.
4. A page jump apparatus, wherein a page number on a page is represented by a first tag, the apparatus comprising:
the judging unit is used for judging whether the clicking operation of the user on the page number is received or not;
the calling unit is used for calling a first function associated with the first tag in response to the click operation when the judging unit judges that the click operation of the user on the page number is received, wherein the first function is used for acquiring the page number and the identifier of the search tag; wherein, the first label is a div label or an a label without href attribute; a first function associated with the first tag transmits data in a POST mode;
an obtaining unit, configured to obtain, through the identifier, a key term in the search tag, where the key term is a term input when the user searches the page;
the adding unit is used for adding the key terms and the page numbers into the HTTP packet body and sending the key terms and the page numbers to the server;
the first function is CiPageChange (url, id, pa), the url is an address of the page, the id is an identifier of the search tag, and the pa is the page number.
5. The apparatus of claim 4, further comprising:
a generating unit, configured to generate a third tag, where the third tag is used to trigger the HTTP packet to the server.
6. The apparatus of claim 5, wherein the search tag and the third tag are form tags.
CN201710150474.8A 2017-03-14 2017-03-14 Page skipping method and device Active CN106940719B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710150474.8A CN106940719B (en) 2017-03-14 2017-03-14 Page skipping method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710150474.8A CN106940719B (en) 2017-03-14 2017-03-14 Page skipping method and device

Publications (2)

Publication Number Publication Date
CN106940719A CN106940719A (en) 2017-07-11
CN106940719B true CN106940719B (en) 2020-09-08

Family

ID=59469895

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710150474.8A Active CN106940719B (en) 2017-03-14 2017-03-14 Page skipping method and device

Country Status (1)

Country Link
CN (1) CN106940719B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109426535B (en) * 2017-08-24 2021-11-09 武汉斗鱼网络科技有限公司 Method, storage medium, equipment and system for jumping to specified position of page
CN111984346B (en) * 2020-08-12 2023-10-27 八维通科技有限公司 Method, system, device and storage medium for calling chain tracking in micro-service environment

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102902661A (en) * 2012-10-24 2013-01-30 广东欧珀移动通信有限公司 Method for realizing hyperlinks of electronic books

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070136255A1 (en) * 2005-11-25 2007-06-14 Ineomarketing, Inc. System and method for generating, maintaining, and rendering landing and web pages
CN101599089B (en) * 2009-07-17 2011-05-04 中国科学技术大学 Method and system for automatically searching and extracting update information on content of video service website
JP5518112B2 (en) * 2011-03-31 2014-06-11 株式会社デジタルマックス Digital book provision system
CN103780409B (en) * 2012-10-19 2017-04-05 任子行网络技术股份有限公司 A kind of network log-in management method and apparatus
CN104077041A (en) * 2013-03-29 2014-10-01 腾讯科技(深圳)有限公司 Page turning method, device and terminal
US20150169587A1 (en) * 2013-12-13 2015-06-18 Openpage Labs Inc. d/b/a CrowdTangle Identifying trending content on a social networking platform
CN103927383B (en) * 2014-04-29 2018-01-09 车智互联(北京)科技有限公司 A kind of webpage display device and method

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102902661A (en) * 2012-10-24 2013-01-30 广东欧珀移动通信有限公司 Method for realizing hyperlinks of electronic books

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
基于无线传感器网络的物流信息系统查询处理技术研究与应用;季海宁;《中国优秀硕士学位论文全文数据库信息科技辑》;20160515(第05期);第I140-131页 *
基于本体的Web页面结构化信息抽取;岳国伟;《中国优秀硕士学位论文全文数据库信息科技辑》;20080415(第04期);第I139-54页 *

Also Published As

Publication number Publication date
CN106940719A (en) 2017-07-11

Similar Documents

Publication Publication Date Title
CN102333122B (en) Downloaded resource provision method, device and system
CN102393857B (en) Method and system for local call based on web page
US9223895B2 (en) System and method for contextual commands in a search results page
WO2015074459A1 (en) Method and apparatus for opening webpage, invoking client, and creating light app
CN103810268B (en) Search result recommendation information loading method, device and system and URL detection method, device and system
CN106649446B (en) Information pushing method and device
CN103617267B (en) Socialized extension search method, device and system
CN106453216A (en) Malicious website interception method, malicious website interception device and client
CN102541853A (en) Method and device which are capable of obtaining application information by utilizing browser address bar
CN103577427A (en) Browser kernel based web page crawling method and device and browser containing device
CN108494762A (en) Web access method, device and computer readable storage medium, terminal
CN103793508B (en) A kind of loading recommendation information, the methods, devices and systems of network address detection
CN105653526B (en) Page access method and apparatus
US10491606B2 (en) Method and apparatus for providing website authentication data for search engine
CN104283865A (en) Download processing method and device, server and client device
CN103778156A (en) Method and device for searching for data and server for data search
CN106940719B (en) Page skipping method and device
US20140074814A1 (en) Method and apparatus for switching search engine to repeat search
CN104680063B (en) A kind of information intercepting method and terminal
CN104182402A (en) Browser interface address bar input control method and browser interface address bar input control system
CN102780730A (en) Method and system for integrating web applications and mashup server
CN109246069B (en) Webpage login method and device and readable storage medium
KR20130072907A (en) Method and system for shortening url
CN106385443A (en) Page access method and device
JP5610523B2 (en) URL replacement system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant