CN104423973B - Processing method, device and system for floating frame page loading information - Google Patents

Processing method, device and system for floating frame page loading information Download PDF

Info

Publication number
CN104423973B
CN104423973B CN201310364444.9A CN201310364444A CN104423973B CN 104423973 B CN104423973 B CN 104423973B CN 201310364444 A CN201310364444 A CN 201310364444A CN 104423973 B CN104423973 B CN 104423973B
Authority
CN
China
Prior art keywords
page
floating frame
browser
loading
frame page
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
CN201310364444.9A
Other languages
Chinese (zh)
Other versions
CN104423973A (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201310364444.9A priority Critical patent/CN104423973B/en
Publication of CN104423973A publication Critical patent/CN104423973A/en
Application granted granted Critical
Publication of CN104423973B publication Critical patent/CN104423973B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The embodiment of the invention discloses a method, a device and a system for processing page loading information of a floating frame, relates to the technical field of Internet, and solves the problem that in the prior art, after an Iframe page is loaded successfully, a parent page cannot know whether the Iframe page is loaded successfully or not. The method comprises the following steps: judging whether the browser successfully loads the floating frame page or not; and if the browser successfully loads the floating frame page is judged, sending a loading success message to a parent page loaded by the browser, receiving the loading success message by the parent page, and confirming that the browser successfully loads the floating frame page. The method and the device are suitable for information transmission of the Iframe page and the father page in the browser.

Description

Processing method, device and system for floating frame page loading information
Technical Field
The invention relates to the technical field of internet, in particular to a method, a device and a system for processing floating frame page loading information.
Background
Currently, with the continuous development of internet technology, if a user wants to obtain required information from the internet, the user can browse a web page through a browser. Generally, after a browser receives a web page address input by a user, information content is acquired from a server corresponding to the web page address and is presented to the user. With the application of Hypertext markup language (HTML) in a web page, when a browser displays parent page content, sub-page content may also be displayed through a floating frame (Iframe) page. Iframe is a tag in HTML that, in the web page display, serves to display a parent page while floating outside the parent page, displaying a child page.
In many application scenarios, the parent page needs to know the information of the Iframe page load, e.g., whether the Iframe page load was successful. The current father page knows whether the Iframe page is loaded successfully or not by the following method: after the Iframe page is loaded successfully, a state value cookie is generated to indicate that the loading of the Iframe page is successful. And a timer is preset in the father page, and whether the state value cookie exists or not is judged at intervals of preset time. And if the state value cookie exists, determining that the Iframe page is loaded successfully.
In the process of implementing the embodiment of the present invention, the inventor finds that at least the following problems exist in the prior art:
due to the browser setting or the setting of a web page operator, after the Iframe page is successfully loaded, the state value cookie may not be generated, which causes a false judgment of the father page.
Disclosure of Invention
The embodiment of the invention provides a method, a device and a system for processing page loading information of a floating frame, which can solve the problem that in the prior art, after an Iframe page is successfully loaded, a parent page is difficult to know whether the Iframe page is successfully loaded.
In order to achieve the purpose, the invention adopts the following technical scheme:
a processing method for floating frame page loading information comprises the following steps:
judging whether the browser successfully loads the floating frame page or not;
if the browser successfully loads the floating frame page is judged, sending a loading success message to a parent page loaded by the browser;
and the father page receives the loading success message and confirms that the browser successfully loads the floating frame page.
A floating frame page load information processing apparatus, comprising:
the judging unit is used for judging whether the browser successfully loads the floating frame page or not;
and the sending unit is used for sending a loading success message to the parent page loaded by the browser if the judging unit judges that the browser successfully loads the floating frame page.
A processing system for loading information on a floating frame page comprises a processing device for loading information on the floating frame page, a browser and a parent page loaded by the browser;
the browser is used for loading a floating frame page;
the processing device of the floating frame page loading information is used for judging whether the browser successfully loads the floating frame page, and if the browser successfully loads the floating frame page is judged, sending a loading success message to the father page;
and the father page is used for confirming that the browser successfully loads the floating frame page after receiving the loading success message.
According to the method, the device and the system for processing the floating frame page loading information, after the fact that the browser successfully loads the floating frame (Iframe for short) page is judged, a loading success message can be sent to a father page loaded by the browser, and therefore after the father page receives the loading success message, the browser can be confirmed to successfully load the floating frame page. In the prior art, the parent page is required to regularly judge the state value cookie generated by the Iframe page, and if the cookie value does not exist due to the setting of a browser or the setting of a web page operator or the main domain names of the parent page and the Iframe page are different, the state value cookie cannot be judged, and it is difficult to know whether the Iframe page is successfully loaded. Therefore, after the browser successfully loads the Iframe page, the parent page can directly know that the browser successfully loads the Iframe page, and the situation that the parent page knows the Iframe page can be more accurate.
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, 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 the drawings without creative efforts.
Fig. 1 is a flowchart of a processing method for loading information on a floating frame page according to an embodiment of the present invention;
fig. 2 is a flowchart of a processing method for loading information on a floating frame page according to another embodiment of the present invention;
fig. 3 is a schematic structural diagram of a processing apparatus for loading information on a floating frame page according to an embodiment of the present invention;
FIG. 4 is a schematic structural diagram of a system for processing information loading on a floating frame page according to an embodiment of the present invention;
FIG. 5 is a diagram illustrating a browser interface 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.
In order to make the advantages of the technical solutions of the present invention clearer, the present invention is described in detail below with reference to the accompanying drawings and examples.
As shown in fig. 1, a method for processing information loaded on a floating frame (Iframe) page provided in an embodiment of the present invention includes:
101. and judging whether the browser successfully loads the floating frame page.
Specifically, before the determination of whether the browser successfully loads the floating frame page, the browser needs to successfully load the parent page. The floating frame page is used as a child page of the father page.
Generally, when the browser successfully loads the floating frame page, the processing device for loading information on the floating frame page can know that the browser executes a code corresponding to the floating frame page, thereby determining that the browser successfully loads the floating frame page.
102. And if the browser is judged to successfully load the floating frame page, sending a loading success message to a parent page loaded by the browser.
When the main domain names of the floating frame page and the parent page are the same, the processing device of the floating frame page loading information can directly send a loading success message to the parent page.
And when the main domain names of the floating frame page and the father page are different, the processing device for the floating frame page loading information can send the loading success message to the father page through a proxy page, wherein the main domain names of the proxy page and the father page are the same. Or, the processing device for loading information on the floating frame page may send the loading success message to the parent page in a PostMessage manner in Hypertext Markup Language5 (HTML 5 for short).
103. And the father page receives the loading success message and confirms that the browser successfully loads the floating frame page.
It should be noted that the execution subject of the embodiment of the present invention is a processing apparatus for loading information on a floating frame page, and the processing apparatus for loading information on a floating frame page may be disposed in a floating frame page, but is not limited thereto.
According to the processing method for the floating frame page loading information, after the fact that the browser successfully loads the floating frame page is judged, a loading success message can be sent to the father page loaded by the browser, and therefore the father page can confirm that the browser successfully loads the floating frame page after receiving the loading success message. In the prior art, the parent page is required to regularly judge the state value cookie generated by the Iframe page, and if the cookie value does not exist due to the setting of a browser or the setting of a web page operator or the main domain names of the parent page and the Iframe page are different, the state value cookie cannot be judged, and it is difficult to know whether the Iframe page is successfully loaded. Therefore, after the browser successfully loads the Iframe page, the parent page can directly know that the browser successfully loads the Iframe page, and the situation that the parent page knows the Iframe page can be more accurate.
A more specific embodiment is listed below, and as shown in fig. 2, a method for processing floating frame page loading information according to another embodiment of the present invention includes:
201. the browser loads the parent page and the floating frame page.
The floating frame page is used as a child page of the father page. Generally, a browser loads a parent page first and then loads the floating frame page.
202. And the processing device for the floating frame page loading information judges whether the browser successfully loads the floating frame page.
Generally, when the browser successfully loads the floating frame page, the processing device for loading information on the floating frame page can know that the browser executes a code corresponding to the floating frame page, thereby determining that the browser successfully loads the floating frame page. If the browser does not successfully load the floating frame page, the floating frame page does not exist, and a processing device for loading information on the floating frame page in the floating frame page does not exist, so that the failure of the browser in loading the floating frame page cannot be determined.
203. And if the browser successfully loads the floating frame page is judged, the processing device for the floating frame page loading information judges whether the main domain names of the floating frame page and the father page are the same. If the main domain name of the floating frame page is the same as that of the father page, executing step 204; otherwise, if the main domain names of the floating frame page and the parent page are not the same, execute step 205.
When the main domain names of the floating frame page and the father page are different, direct communication cannot be carried out. Currently, a domain name system adopts a hierarchical structure, and is layered according to a geographic domain or an organizational domain, each hierarchy is separated by decimal points, a highest domain name section, a second highest domain name section and the like are sequentially arranged from right to left, and the leftmost field is a main domain name. For example, the main domain name of the parent page is xxx.com, and the web page address of the floating frame page is www.aaa.1234.com, then the main domain name of the floating frame page is 1234.com, which is different from xxx.com.
204. And the processing device for the floating frame page loading information directly sends a loading success message to the parent page loaded by the browser. After step 204, execution continues with step 209.
The floating frame page and the parent page can directly communicate when the main domain names of the floating frame page and the parent page are the same.
205. And the processing device for loading the information on the floating frame page judges whether the browser supports the PostMessage mode in the HTML 5. If it is determined that the browser does not support the PostMessage mode in HTML5, go to step 206. If it is determined that the browser supports the PostMessage mode in HTML5, go from step 207 to step 208.
Specifically, whether or not the browser supports the PostMessage mode in HTML5 may be determined according to the type of the browser. For example, the current Internet Explorer8 browser, Firefox3 (Firefox 3) browser, Opera9 (Opera 9) browser, etc. support the PostMessage mode in HTML5, while the current Internet Explorer6 and Internet Explorer7 do not support the PostMessage mode in HTML 5.
206. And the processing device for the floating frame page loading information sends the loading success message to the father page through the proxy page.
And the main domain name of the proxy page is the same as that of the father page. After step 206, execution continues with step 209.
Specifically, when a browser loads a floating frame page, a preset proxy page may be used to load the content in the floating frame page, and when the floating frame page needs to send a successful loading message to the parent page, because the main domain names of the proxy page and the parent page are the same, the successful loading message may be directly sent to the parent page.
207. And the processing device for loading the information on the floating frame page sends the PostMessage data to the parent page.
The PostMessage data includes the loading success message and a domain name of a parent page.
208. And the parent page acquires the loading success message according to the domain name of the parent page. After step 208, execution continues with step 209.
Specifically, the parent page may compare the domain name of the parent page with the domain name of the parent page in the PostMessage data, and if the domain name of the parent page is the same as the domain name of the parent page, the loading success message is obtained.
209. And after receiving the loading success message, the parent page confirms that the browser successfully loads the floating frame page.
In addition, if the loading success message is not received within a preset time, it is determined that the browser fails to load the floating frame page.
In another embodiment of the method for processing floating frame page loading information provided in the present invention, after determining that the browser successfully loads the floating frame page, a loading success message can be sent to a parent page loaded by the browser, so that after receiving the loading success message, the parent page can confirm that the browser successfully loads the floating frame page. In the prior art, the parent page is required to regularly judge the state value cookie generated by the Iframe page, and if the cookie value does not exist due to the setting of a browser or the setting of a web page operator or the main domain names of the parent page and the Iframe page are different, the state value cookie cannot be judged, and it is difficult to know whether the Iframe page is successfully loaded. Therefore, after the browser successfully loads the Iframe page, the parent page can directly know that the browser successfully loads the Iframe page, and the situation that the parent page knows the Iframe page can be more accurate.
Corresponding to the processing method for the floating frame page loading information shown in fig. 1 and fig. 2, as shown in fig. 3, the processing apparatus for the floating frame page loading information provided in the embodiment of the present invention includes:
and the judging unit 31 is used for judging whether the browser successfully loads the floating frame page.
A sending unit 32, configured to send a loading success message to a parent page loaded by the browser if the determining unit 31 determines that the browser successfully loads the floating frame page.
Further, the determining unit 31 is further configured to determine whether the main domain names of the floating frame page and the parent page are the same.
Specifically, the sending unit 32 is configured to directly send a loading success message to the parent page loaded by the browser if the determining unit 31 determines that the main domain names of the floating frame page and the parent page are the same.
Further, the determining unit 31 is further configured to determine whether the browser supports a PostMessage mode in HTML5, if the determining unit 31 determines that the main domain names of the floating frame page and the parent page are different.
Specifically, the sending unit 32 is configured to send the loading success message to the parent page through a proxy page when the determining unit 31 determines that the browser does not support the PostMessage manner in the HTML5, where the proxy page and the parent page have the same main domain name.
Specifically, the sending unit 32 is configured to send the loading success message to the parent page in the PostMessage mode when the determining unit 31 determines that the browser supports the PostMessage mode in the HTML 5.
Specifically, the sending unit 32 is configured to send PostMessage data to the parent page, where the PostMessage data includes the loading success message and the domain name of the parent page.
It should be noted that, for a specific implementation manner of the processing apparatus for floating frame page loading information provided in the embodiment of the present invention, reference may be made to the specific embodiments of fig. 1 and fig. 2, and details are not described here again.
The processing device for the floating frame page loading information provided by the embodiment of the invention can send a loading success message to a parent page loaded by a browser after judging that the browser successfully loads the floating frame page, so that the parent page can confirm that the browser successfully loads the floating frame page after receiving the loading success message. In the prior art, the parent page is required to regularly judge the state value cookie generated by the Iframe page, and if the cookie value does not exist due to the setting of a browser or the setting of a web page operator or the main domain names of the parent page and the Iframe page are different, the state value cookie cannot be judged, and it is difficult to know whether the Iframe page is successfully loaded. Therefore, after the browser successfully loads the Iframe page, the parent page can directly know that the browser successfully loads the Iframe page, and the situation that the parent page knows the Iframe page can be more accurate.
As shown in fig. 4, the system for processing information loaded on a floating frame page according to the embodiment of the present invention includes a processing device 41 for processing information loaded on a floating frame page, a browser 42, and a parent page 43 loaded by the browser 42. The processing means 41 of the floating frame page load information may be arranged in the floating frame page 44.
The browser 42 is configured to load a floating frame page 44.
The processing device 41 for the floating frame page loading information is configured to determine whether the browser 42 successfully loads the floating frame page 44, and send a loading success message to the parent page 43 if it is determined that the browser successfully loads the floating frame page 44;
the parent page 43 is configured to confirm that the browser 42 successfully loads the floating frame page after receiving the loading success message.
To facilitate understanding of the processing system for loading information on a floating frame page provided by the embodiment of the present invention by those skilled in the art, a schematic diagram of a browser interface is illustrated, as shown in fig. 5, the parent page 52 is loaded on the browser interface 51, and after the parent page 52 is successfully loaded, a child page of the parent page, that is, a floating frame page 53, is further loaded. For example, in fig. 5, the browser interface 51 loads a parent page with a domain name xxx.com, and the content of the parent page is a login home page of the XXX microblog. When logging in the XXX microblog, the browser detects that a XXX communication tool logs in the terminal equipment of the user, wherein the login account numbers of the XXX communication tool and the XXX microblog are the same as the password, so that the browser loads a floating frame page 53 and prompts that the XXX microblog can be quickly logged in by clicking an icon.
It should be noted that, for a specific implementation manner of the processing system for loading information on a floating frame page provided in the embodiment of the present invention, reference may be made to the specific embodiments of fig. 1 and fig. 2, which is not described herein again.
The processing system for the floating frame page loading information provided by the embodiment of the invention can send a loading success message to a parent page loaded by a browser after judging that the browser successfully loads the floating frame page, so that the parent page can confirm that the browser successfully loads the floating frame page after receiving the loading success message. In the prior art, the parent page is required to regularly judge the state value cookie generated by the Iframe page, and if the cookie value does not exist due to the setting of a browser or the setting of a web page operator or the main domain names of the parent page and the Iframe page are different, the state value cookie cannot be judged, and it is difficult to know whether the Iframe page is successfully loaded. Therefore, after the browser successfully loads the Iframe page, the parent page can directly know that the browser successfully loads the Iframe page, and the situation that the parent page knows the Iframe page can be more accurate.
Through the above description of the embodiments, those skilled in the art will clearly understand that the present invention may be implemented by software plus necessary general hardware, and certainly may also be implemented by hardware, but in many cases, the former is a better embodiment. Based on such understanding, the technical solutions of the present invention may be substantially implemented or a part of the technical solutions contributing to the prior art may be embodied in the form of a software product, which is stored in a readable storage medium, such as a floppy disk, a hard disk, or an optical disk of a computer, and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (15)

1. A processing method for floating frame page loading information is characterized by comprising the following steps:
judging whether the browser successfully loads the floating frame page, wherein if the browser executes the code corresponding to the floating frame page, the browser is determined to successfully load the floating frame page, and when the browser loads the floating frame page, a preset proxy page is adopted to load the content in the floating frame page;
if the browser successfully loads the floating frame page is judged, sending a loading success message to a parent page loaded by the browser;
and the father page receives the loading success message and confirms that the browser successfully loads the floating frame page.
2. The method for processing floating frame page loading information according to claim 1, wherein before sending a loading success message to the parent page loaded by the browser, the method comprises:
and judging whether the main domain names of the floating frame page and the father page are the same or not.
3. The method for processing floating frame page loading information according to claim 2, wherein the sending a loading success message to the parent page loaded by the browser comprises:
and if the main domain name of the floating frame page is the same as that of the father page, directly sending a loading success message to the father page loaded by the browser.
4. The method for processing floating frame page loading information according to claim 2, wherein after said determining whether the main domain names of the floating frame page and the parent page are the same, the method comprises:
and if the main domain name of the floating frame page is different from that of the father page, judging whether the browser supports a PostMessage mode in HTML 5.
5. The method for processing floating frame page loading information according to claim 4, wherein the sending a loading success message to the parent page loaded by the browser comprises:
and if the browser does not support the PostMessage mode in HTML5, sending the loading success message to the father page through a proxy page, wherein the main domain name of the proxy page is the same as that of the father page.
6. The method for processing floating frame page loading information according to claim 4, wherein the sending a loading success message to the parent page loaded by the browser comprises:
and if the browser supports a PostMessage mode in HTML5, sending the loading success message to the parent page in the PostMessage mode.
7. The method for processing floating frame page loading information according to claim 6, wherein the sending the loading success message to the parent page in the PostMessage manner includes:
sending PostMessage data to the parent page, wherein the PostMessage data comprise the loading success message and the domain name of the parent page;
and the father page acquires the loading success message according to the domain name of the father page.
8. A floating frame page load information processing apparatus, comprising:
the judging unit is used for judging whether the browser successfully loads the floating frame page, wherein if the fact that the browser executes the code corresponding to the floating frame page is known, the browser is determined to successfully load the floating frame page, and when the browser loads the floating frame page, a preset proxy page is adopted to load the content in the floating frame page;
and the sending unit is used for sending a loading success message to the parent page loaded by the browser if the judging unit judges that the browser successfully loads the floating frame page.
9. The apparatus for processing floating frame page loading information according to claim 8, wherein said determining unit is further configured to:
and judging whether the main domain names of the floating frame page and the father page are the same or not.
10. The apparatus for processing floating frame page loading information according to claim 9, wherein said sending unit is configured to:
and if the judging unit judges that the main domain names of the floating frame page and the father page are the same, directly sending a loading success message to the father page loaded by the browser.
11. The apparatus for processing floating frame page loading information according to claim 9, wherein said determining unit is further configured to:
if the judging unit judges that the main domain names of the floating frame page and the father page are different, whether the browser supports a PostMessage mode in HTML5 is judged.
12. The apparatus for processing floating frame page loading information according to claim 11, wherein said sending unit is configured to:
and when the judging unit judges that the browser does not support the PostMessage mode in HTML5, sending the loading success message to the parent page through a proxy page, wherein the main domain name of the proxy page is the same as that of the parent page.
13. The apparatus for processing floating frame page loading information according to claim 11, wherein said sending unit is configured to:
and when the judging unit judges that the browser supports a PostMessage mode in HTML5, sending the loading success message to the parent page in the PostMessage mode.
14. The apparatus for processing floating frame page load information according to claim 13, wherein said sending unit is configured to:
and sending PostMessage data to the parent page, wherein the PostMessage data comprise the loading success message and the domain name of the parent page.
15. A processing system for loading information on a floating frame page is characterized by comprising a processing device for loading information on the floating frame page, a browser and a parent page loaded by the browser;
the browser is used for loading a floating frame page, and when the browser loads the floating frame page, a preset proxy page is adopted to load the content in the floating frame page;
the processing device of the floating frame page loading information is used for judging whether the browser successfully loads the floating frame page, wherein if the fact that the browser executes a code corresponding to the floating frame page is known, the browser is determined to successfully load the floating frame page, and if the fact that the browser successfully loads the floating frame page is judged, a loading success message is sent to the father page;
and the father page is used for confirming that the browser successfully loads the floating frame page after receiving the loading success message.
CN201310364444.9A 2013-08-20 2013-08-20 Processing method, device and system for floating frame page loading information Active CN104423973B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310364444.9A CN104423973B (en) 2013-08-20 2013-08-20 Processing method, device and system for floating frame page loading information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310364444.9A CN104423973B (en) 2013-08-20 2013-08-20 Processing method, device and system for floating frame page loading information

Publications (2)

Publication Number Publication Date
CN104423973A CN104423973A (en) 2015-03-18
CN104423973B true CN104423973B (en) 2020-02-18

Family

ID=52973055

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310364444.9A Active CN104423973B (en) 2013-08-20 2013-08-20 Processing method, device and system for floating frame page loading information

Country Status (1)

Country Link
CN (1) CN104423973B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112260853B (en) * 2020-09-17 2023-07-21 北京大米科技有限公司 Disaster recovery switching method and device, storage medium and electronic equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102184220A (en) * 2011-05-06 2011-09-14 中兴通讯股份有限公司 Cross-domain page display control method and device
CN102194003A (en) * 2011-05-26 2011-09-21 重庆猪八戒网络有限公司 Web page popup window method and device
CN102314469A (en) * 2010-11-23 2012-01-11 苏州阔地网络科技有限公司 Method for implementing cross-domain request callback
CN103034517A (en) * 2012-12-14 2013-04-10 北京奇虎科技有限公司 Method and device for loading browser control tool

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100755468B1 (en) * 2007-05-29 2007-09-04 (주)이즈포유 Method for grasping information of web site through analyzing structure of web page
CN101615179B (en) * 2008-06-25 2011-08-17 国际商业机器公司 Method and system of cross-domain alternation for Web application

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102314469A (en) * 2010-11-23 2012-01-11 苏州阔地网络科技有限公司 Method for implementing cross-domain request callback
CN102184220A (en) * 2011-05-06 2011-09-14 中兴通讯股份有限公司 Cross-domain page display control method and device
CN102194003A (en) * 2011-05-26 2011-09-21 重庆猪八戒网络有限公司 Web page popup window method and device
CN103034517A (en) * 2012-12-14 2013-04-10 北京奇虎科技有限公司 Method and device for loading browser control tool

Also Published As

Publication number Publication date
CN104423973A (en) 2015-03-18

Similar Documents

Publication Publication Date Title
EP3732582B1 (en) Platform-independent application publishing to a personalized front-end interface by encapsulating published content into a container
US9230036B2 (en) Enhanced browser cookie management
JP6374379B2 (en) Offline data transmission and display
EP2806357A1 (en) Method and communication device for updating a web application
US20150067031A1 (en) Business transaction correlation with client request monitoring data
US9026902B2 (en) Handling unexpected responses to script executing in client-side application
CN110020367B (en) Page rendering method and device
CN110708346A (en) Information processing system and method
JP2009116630A (en) Web-screen sharing system, web-screen sharing terminal, and sharing program thereof
CN107357890B (en) Webpage file processing method, device and system and storage equipment
CN107766509B (en) Method and device for static backup of webpage
US9137094B1 (en) Method for setting DNS records
CN104412272A (en) Pass through service login to application login
WO2015196979A1 (en) Web page information presentation method and system
US11502925B2 (en) Information processing terminal and control method
CN104834588B (en) The method and apparatus for detecting resident formula cross site scripting loophole
WO2018133772A1 (en) Method, device, storage medium, and electronic device for obtaining webpage resources
CN103701779A (en) Method and device for accessing website for second time and firewall equipment
JP5112401B2 (en) Web action history acquisition system, Web action history acquisition method, gateway device, and program
US20150317143A1 (en) Method and apparatus for installing webpage application
JP2006243985A (en) Message notification system and method, and server used therefor
US11115462B2 (en) Distributed system
CN102004729A (en) Method and system for showing website webpage and website server
US10095791B2 (en) Information search method and apparatus
CN104423973B (en) Processing method, device and system for floating frame page loading information

Legal Events

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