CN104239063A - Web browser and method for calling local application program through web browser - Google Patents

Web browser and method for calling local application program through web browser Download PDF

Info

Publication number
CN104239063A
CN104239063A CN201410491791.2A CN201410491791A CN104239063A CN 104239063 A CN104239063 A CN 104239063A CN 201410491791 A CN201410491791 A CN 201410491791A CN 104239063 A CN104239063 A CN 104239063A
Authority
CN
China
Prior art keywords
local application
application
web browser
application program
file
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201410491791.2A
Other languages
Chinese (zh)
Other versions
CN104239063B (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 Star Net Communication Co Ltd
Original Assignee
Fujian Star Net eVideo Information Systems 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 Star Net eVideo Information Systems Co Ltd filed Critical Fujian Star Net eVideo Information Systems Co Ltd
Priority to CN201410491791.2A priority Critical patent/CN104239063B/en
Publication of CN104239063A publication Critical patent/CN104239063A/en
Application granted granted Critical
Publication of CN104239063B publication Critical patent/CN104239063B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses a method for calling a local application program through a web browser. The method comprises the following steps that A, the web browser uploads configuration information and parameters of the local application program through a webpage according to touch or click operation of a user, and sends the configuration information and parameters to an application program wrapper packaged in the web browser; B, the application program wrapper runs a corresponding local application program according to the configuration information and parameters and displays a running result on a web interface. The invention also discloses a web browser.

Description

A kind of web browser and called the method for local application by web browser
Technical field
The application relates to field of computer technology, particularly relates to a kind of web browser and is called the method for local application by web browser.
Background technology
User, when by web browser display windows multipad, directly can not run application, but needs first to download this application program and after installing, could run this application program in browsing device net page; On the other hand, even if the application program that user needs has been installed in subscriber equipment this locality, user browse web sites need to run local application program time, also can only run application at other interfaces, and cannot be embedded in webpage and directly run display.
Therefore, there is following shortcoming in prior art:
1, generally need in webpage to use special plug-in unit invokes application, user interactivity is poor, reduces Consumer's Experience;
When 2, calling local application in webpage, encapsulation manager can not be carried out to program window, therefore directly cannot run in webpage.
Summary of the invention
This application provides a kind of web browser and called the method for local application by web browser, in webpage, directly can run local application.
The embodiment of the present application provides a kind of method being called local application by web browser, comprising:
The operation that A, web browser touch according to user or click, loads configuration information and the parameter of local application by webpage, and described configuration information and parameter is sent to the application program packaging device be encapsulated in web browser;
B, application program packaging device runs corresponding local application according to described configuration information and parameter, and is illustrated on web interface by operation result.
Preferably, after step B, comprise further:
After C, local application run, whether web displaying closes the button of described application program, or carries out shutoff operation to program in certain time interval.
Preferably, application program packaging device runs corresponding local application according to described configuration information and parameter and comprises:
When application program packaging device starts, utilize process class to start local application, local application calls event handling and entrusts after starting, and then calls action trust and imports parameter into;
In entrusting in action, judge whether local application process has started by invokes application DLL (dynamic link library), then the local application of specifying is embedded current self-defined control by Using API Function.
Preferably, the configuration information of local application comprises a URL threaded file, comprises the configuration item in the startup path representing local application in described URL threaded file.
Preferably, the configuration information of local application comprises the configuration file that a file is called dmb.conf.
Preferably, before steps A, comprise further: carry out initialization to local application, described initialization comprises:
Read the configuration file of local application, and the JSON file needed for local application that comes into force;
Start the required index file of local application, index file form is Javascript, wherein contains the information started needed for application program, loads to touch interactive process.
Preferably, the application program packaging device be encapsulated in web browser described configuration information and parameter is sent to be realized by the message mechanism of Google browser embedded frame CEF.
The embodiment of the present application additionally provides a kind of web browser, comprising: load-on module and application program packaging device;
Described load-on module is used for the operation touching according to user or click, and is loaded configuration information and the parameter of local application by webpage, and described configuration information and parameter is sent to the application program packaging device be encapsulated in web browser;
Described application program packaging device is used for running corresponding local application according to described configuration information and parameter, and is illustrated on web interface by operation result.
Preferably, described web browser comprises further:
Stop module, for after local application runs, webpage shows the button of whether closing described application program, or carry out shutoff operation to program in certain time interval.
Preferably, application program packaging device comprises further:
Process class start unit, for when application program packaging device starts, utilizes process class to start local application;
Unit is entrusted in event handling, entrusts for calling event handling after local application starts;
Unit is entrusted in action, and for judging whether local application process has started by invokes application DLL (dynamic link library), then the local application of specifying is embedded current self-defined control by Using API Function.
Preferably, the configuration information of local application comprises a URL threaded file, comprises the configuration item in the startup path representing local application in described URL threaded file.
Preferably, the configuration information of local application comprises the configuration file that a file is called dmb.conf.
Preferably, web browser comprises further: initialization module, for reading the configuration file of local application, and the JSON file needed for local application that comes into force; Start the required index file of local application, index file form is Javascript, wherein contains the information started needed for application program, loads to touch interactive process.
Preferably, the application program packaging device be encapsulated in web browser described configuration information and parameter is sent to be realized by the message mechanism of Google browser embedded frame CEF.
As can be seen from the above technical solutions, by the configuration information in configuration local application catalogue and the URL threaded file creating local application, so that the application program packaging device be encapsulated in web browser calls local application, thus realizes directly running local application in webpage.The application's scheme is without the need to carrying out the mode of installation plug-in unit to run local application program, and simple to operate, flexible configuration, can strengthen user interactivity and Consumer's Experience.
Accompanying drawing explanation
The basic procedure schematic diagram being called local application by web browser that Fig. 1 provides for the application;
Fig. 2 calls the schematic flow sheet of local application display for web browser that the embodiment of the present application provides;
The layoutprocedure schematic diagram of the local application that Fig. 3 provides for another embodiment of the application;
Fig. 4 a is the schematic diagram that corresponding printenv starts the URL threaded file of local application;
Fig. 4 b is the schematic diagram to parameter should be had to start the URL threaded file of local application;
Fig. 4 c is the schematic diagram of configuration file;
The initialized implementation procedure schematic diagram that Fig. 5 provides for another embodiment of the application;
Fig. 6 is index file content schematic diagram;
Fig. 7 is the specific implementation process schematic of the step 203 that another embodiment of the application provides;
The block diagram of the web browser that Fig. 8 provides for the embodiment of the present application.
Embodiment
The general technical design of technical scheme comprises:
Because web browser is based on Windows system, therefore the file management mode of Windows can be utilized to manage local application, by the configuration information in configuration local application catalogue and the URL threaded file creating local application, so that web browser calls local application.The store path of program and the parameter required for program operation is comprised in configuration information.The file management mode of Windows comprises: arrange each file according to icon (large icons, small icon, medium icon, super large icon), or according to tabular form, details, arrange each file by modes such as contents.Parameter needs the variate-value of input when referring to and start local application.Some local application does not need parameter, and some local application needs corresponding parameter just can start.
What the application provided calls the basic procedure of local application as shown in Figure 1 by web browser, comprises the steps:
Step 101: web browser receives the operation that user touches or clicks, sends to the application program packaging device be encapsulated in web browser by the configuration information of webpage loading application programs and parameter.
Step 102: application program packaging device runs corresponding application program according to described configuration information and parameter, and is illustrated on web interface by operation result.
Step 103: after local application runs, whether web displaying closes the button of described application program, or carries out the operations such as closedown to program in certain time interval.
According to an embodiment of the application, call local application in webpage and be the use of CEF framework and realize browser function, during the webpage initialization that CEF framework realizes, load the JSON file and configuration file that generate in advance.
CEF is the abbreviation of Google's browser embedded frame (Chromium Embedded Framework), is the individual control of increasing income based on Google's browser (Google Chromium) project, supports Windows, Linux, Mac platform.It is exactly specifically a framework that browser function (page rendering, Javascript performs) can be embedded into other application programs.JSON file is touch interactive process by pressing from both sides the configuration in attribute and file to corresponding document, the Javascript file of generation.
For making the know-why of technical scheme, feature and technique effect clearly, below in conjunction with specific embodiment, technical scheme is described in detail.
According to another embodiment of the application, the container that application program packaging device (appcontainer) is write by C# language, other window applications (local application) can be embedded, belongs to the self-defined control of C#.
The attribute of application program packaging device comprises:
(1) panel (Panel) control, is inherited;
(2), action (Action) is entrusted: encapsulate a method, the method has two parameters and non-rreturn value (as: public delegate void Action<T1, T2> (T1arg1, T2arg2));
(3), event handling (EventHandler) is entrusted: represent event process not being comprised event data.
The implementation method of application program packaging device comprises:
(1), application program packaging device start time, utilize process (Process, ProcessStartInfo) class start local application, local application start after call event handling entrust, then call action trust import parameter into.
(2) in entrusting in action, judge whether local application process has started by invokes application DLL (dynamic link library) (API), then the local application of specifying is embedded current self-defined control by Using API Function (SetParent etc.).
The web browser that the embodiment of the present application provides calls the flow process of local application display as shown in Figure 2, comprises the steps:
Step 201: to being configured by the local application of web displaying.
The application still another embodiment provides the layoutprocedure of local application, as shown in Figure 3, comprises following steps:
Step 301: a URL threaded file is configured to local application, is arranged to the form of .url.Configuration item [InternetShortCut] in URL threaded file represents the startup path of local application.If local application is not install version program, then the configuration of application program only needs the catalogue having deposited application program according to Windows file management mode.
Step 302: the parameters in URL threaded file is set.
If printenv starts local application, the value in configuration item [InternetShortCut] is relative path, then representation program is non-installation version program,
If there is parameter to start local application, configuration item [InternetShortCut] represents the path (if URL is absolute path, then representing that this program is for installing version program) of local application; Showclose=0: represent and do not show self-defining X button in the application; Param: represent application program desired parameters.
Fig. 4 a and Fig. 4 b is respectively the schematic diagram of URL threaded file, and wherein the corresponding printenv of Fig. 4 a starts local application, and application program is called " network point distribution "; Fig. 4 b starts local application to there being parameter.Local application is called " two-way video ", and URL threaded file title is arranged to " two-way video .url ".
Step 303: place a configuration file under local application catalogue, configuration file is called dmb.conf, and arranges the configuration item in configuration file.Such as, when the value of the configuration item comprised in this configuration file " enable " is for " false ", represent that this program directory does not show.Fig. 4 c is the schematic diagram of configuration file.
Step 202: after startup touches interactive process, touching interactive process will carry out initialization to local application.
The application still another embodiment provides initialized implementation procedure, as shown in Figure 5, comprises following steps:
Step 501: the configuration file reading local application, and the JSON file needed for local application that comes into force.
Step 502: the required index file starting local application is dmbjson.js, index file form is Javascript, wherein contain the information started needed for application program, as: path, parameter and other some information, to touch interactive process to load, its content example as shown in Figure 6.
Step 203: webpage click event obtains local application address, and send to application package to fill device, application packages device runs local application.
Another embodiment of the application gives the specific implementation process of step 203, as shown in Figure 7, comprises the steps:
Step 701: touch interactive process and detect user's click or touch application program image target event, if detect, perform step 702.
Step 702: the operation touching the browser acquisition user that interactive process embeds, and obtain configuration information and the parameter of local application.
Step 703: the browser touching interactive process embedding touches interactive process by the message mechanism notice of CEF and starts local application.
Step 704: touch the application program packaging device in interactive process and carry out encapsulation manager by the Program path of acquisition and parameter.
Step 705: touch interactive process and start local application.
Step 706: touch interactive process and the event clicked and close application buttons detected, then close this application program, or close local application in the stipulated time.
Touching interactive process for detecting touch event, generating the application program of the input signal of local application according to touch event, in the embodiment of the present application, touch interactive process also for encapsulating browser frames and calling local application.
The embodiment of the present application additionally provides a kind of web browser, and as shown in Figure 8, web browser 800 comprises: load-on module 801 and application program packaging device 802;
The operation of described load-on module 801 for touching according to user or click, loads configuration information and the parameter of local application by webpage, and described configuration information and parameter is sent to the application program packaging device 802 be encapsulated in web browser;
Operation result for running corresponding local application according to described configuration information and parameter, and is illustrated on web interface by described application program packaging device 802.
According to another embodiment of the application, described web browser comprises further:
Stop module, for after local application runs, webpage shows the button of whether closing described application program, or carry out shutoff operation to program in certain time interval.
According to another embodiment of the application, application program packaging device comprises further:
Process class start unit, for when application program packaging device starts, utilizes process class to start local application;
Unit is entrusted in event handling, entrusts for calling event handling after local application starts;
Unit is entrusted in action, and for judging whether local application process has started by invokes application DLL (dynamic link library), then the local application of specifying is embedded current self-defined control by Using API Function.
According to another embodiment of the application, the configuration information of local application comprises a URL threaded file, comprises the configuration item in the startup path representing local application in described URL threaded file.
According to another embodiment of the application, the configuration information of local application comprises the configuration file that a file is called dmb.conf.
According to another embodiment of the application, web browser comprises further: initialization module, for reading the configuration file of local application, and the JSON file needed for local application that comes into force; Start the required index file of local application, index file form is Javascript, wherein contains the information started needed for application program, loads to touch interactive process.
According to another embodiment of the application, the application program packaging device be encapsulated in web browser described configuration information and parameter is sent to be realized by the message mechanism of Google browser embedded frame CEF.
The foregoing is only the preferred embodiment of the application; not in order to limit the protection domain of the application; within all spirit in technical scheme and principle, any amendment made, equivalent replacements, improvement etc., all should be included within scope that the application protects.

Claims (14)

1. called a method for local application by web browser, it is characterized in that, comprising:
The operation that A, web browser touch according to user or click, loads configuration information and the parameter of local application by webpage, and described configuration information and parameter is sent to the application program packaging device be encapsulated in web browser;
B, application program packaging device runs corresponding local application according to described configuration information and parameter, and is illustrated on web interface by operation result.
2. method according to claim 1, is characterized in that, after step B, comprises further:
After C, local application run, whether web displaying closes the button of described application program, or carries out shutoff operation to program in certain time interval.
3. method according to claim 1, is characterized in that, application program packaging device runs corresponding local application according to described configuration information and parameter and comprises:
When application program packaging device starts, utilize process class to start local application, local application calls event handling and entrusts after starting, and then calls action trust and imports parameter into;
In entrusting in action, judge whether local application process has started by invokes application DLL (dynamic link library), then the local application of specifying is embedded current self-defined control by Using API Function.
4. method according to claim 1, is characterized in that, the configuration information of local application comprises a URL threaded file, comprises the configuration item in the startup path representing local application in described URL threaded file.
5. method according to claim 1, is characterized in that, the configuration information of local application comprises the configuration file that a file is called dmb.conf.
6. method according to claim 1, is characterized in that, before steps A, comprises further: carry out initialization to local application, and described initialization comprises:
Read the configuration file of local application, and the JSON file needed for local application that comes into force;
Start the required index file of local application, index file form is Javascript, wherein contains the information started needed for application program, loads to touch interactive process.
7. method according to claim 6, is characterized in that, described configuration information and parameter is sent to the application program packaging device be encapsulated in web browser to be realized by the message mechanism of Google browser embedded frame CEF.
8. a web browser, is characterized in that, comprising: load-on module and application program packaging device;
Described load-on module is used for the operation touching according to user or click, and is loaded configuration information and the parameter of local application by webpage, and described configuration information and parameter is sent to the application program packaging device be encapsulated in web browser;
Described application program packaging device is used for running corresponding local application according to described configuration information and parameter, and is illustrated on web interface by operation result.
9. web browser according to claim 8, is characterized in that, described web browser comprises further:
Stop module, for after local application runs, webpage shows the button of whether closing described application program, or carry out shutoff operation to program in certain time interval.
10. web browser according to claim 8, is characterized in that, application program packaging device comprises further:
Process class start unit, for when application program packaging device starts, utilizes process class to start local application;
Unit is entrusted in event handling, entrusts for calling event handling after local application starts;
Unit is entrusted in action, and for judging whether local application process has started by invokes application DLL (dynamic link library), then the local application of specifying is embedded current self-defined control by Using API Function.
11. web browsers according to claim 8, is characterized in that, the configuration information of local application comprises a URL threaded file, comprise the configuration item in the startup path representing local application in described URL threaded file.
12. web browsers according to claim 8, is characterized in that, the configuration information of local application comprises the configuration file that a file is called dmb.conf.
13. web browsers according to claim 8, it is characterized in that, web browser comprises further: initialization module, for reading the configuration file of local application, and the JSON file needed for local application that comes into force; Start the required index file of local application, index file form is Javascript, wherein contains the information started needed for application program, loads to touch interactive process.
14. web browsers according to claim 13, is characterized in that, described configuration information and parameter are sent to the application program packaging device be encapsulated in web browser to be realized by the message mechanism of Google browser embedded frame CEF.
CN201410491791.2A 2014-09-23 2014-09-23 A kind of web browser and the method by web browser calling local application Active CN104239063B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410491791.2A CN104239063B (en) 2014-09-23 2014-09-23 A kind of web browser and the method by web browser calling local application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410491791.2A CN104239063B (en) 2014-09-23 2014-09-23 A kind of web browser and the method by web browser calling local application

Publications (2)

Publication Number Publication Date
CN104239063A true CN104239063A (en) 2014-12-24
CN104239063B CN104239063B (en) 2018-08-10

Family

ID=52227205

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410491791.2A Active CN104239063B (en) 2014-09-23 2014-09-23 A kind of web browser and the method by web browser calling local application

Country Status (1)

Country Link
CN (1) CN104239063B (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104699776A (en) * 2015-03-10 2015-06-10 百度在线网络技术(北京)有限公司 Website navigation realizing method and device
CN104767827A (en) * 2015-04-23 2015-07-08 北京嘀嘀无限科技发展有限公司 Application starting method and device
CN105160028A (en) * 2015-09-30 2015-12-16 北京北大高科指纹技术有限公司 Webpage browsing realizing method and browser realizing system
CN106250198A (en) * 2016-08-31 2016-12-21 乐视控股(北京)有限公司 Application starts method and device
CN106970989A (en) * 2017-03-30 2017-07-21 福建中金在线信息科技有限公司 The access method and system of a kind of network data
CN107621954A (en) * 2017-09-19 2018-01-23 深圳市华傲数据技术有限公司 Interface interchange method and device
CN107632884A (en) * 2017-09-12 2018-01-26 成都安恒信息技术有限公司 A kind of method that browser starts external application by middle device
CN108897605A (en) * 2018-07-24 2018-11-27 北京万相融通科技股份有限公司 A kind of method and device of multipad embedded web page
CN109697069A (en) * 2018-11-26 2019-04-30 福建天泉教育科技有限公司 A kind of packaging method and terminal of H5 application
CN109933445A (en) * 2019-03-14 2019-06-25 杭州汉领信息科技有限公司 It is not based on the local application call method of the browser-cross cross-system platform of plug-in unit
CN110309476A (en) * 2019-07-05 2019-10-08 上海中通吉网络技术有限公司 The method and device of web browser calling local application
CN110633156A (en) * 2018-06-22 2019-12-31 杭州海康威视系统技术有限公司 Method and device for associating application program with browser, electronic equipment and storage medium
CN111061976A (en) * 2019-12-31 2020-04-24 哈尔滨海能达科技有限公司 Object display method and device of browser
CN114138367A (en) * 2021-11-30 2022-03-04 中国建设银行股份有限公司 Service implementation method, device, equipment and storage medium on self-service equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1343367A (en) * 1999-12-02 2002-04-03 三菱电机株式会社 Circuit breaker
US20120151365A1 (en) * 2010-12-10 2012-06-14 Mitel Networks Corporation Web based desktop environment
CN103617055A (en) * 2013-11-20 2014-03-05 北京奇虎科技有限公司 Browser and method and device of starting applications in browser
CN103678506A (en) * 2013-11-20 2014-03-26 北京奇虎科技有限公司 Method and device for loading application program shortcuts in browser and browser

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1343367A (en) * 1999-12-02 2002-04-03 三菱电机株式会社 Circuit breaker
US20120151365A1 (en) * 2010-12-10 2012-06-14 Mitel Networks Corporation Web based desktop environment
CN103617055A (en) * 2013-11-20 2014-03-05 北京奇虎科技有限公司 Browser and method and device of starting applications in browser
CN103678506A (en) * 2013-11-20 2014-03-26 北京奇虎科技有限公司 Method and device for loading application program shortcuts in browser and browser

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
佚名: "C#自定义控件:WinForm将其他应用程序窗体嵌入自己内部", 《HTTP://BLOG.CSDN.NET/SMALL5E4444/ARTICLE/DETAILS/7773404》 *

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104699776A (en) * 2015-03-10 2015-06-10 百度在线网络技术(北京)有限公司 Website navigation realizing method and device
CN104767827B (en) * 2015-04-23 2018-10-16 北京嘀嘀无限科技发展有限公司 Start the method and apparatus of application
CN104767827A (en) * 2015-04-23 2015-07-08 北京嘀嘀无限科技发展有限公司 Application starting method and device
CN105160028A (en) * 2015-09-30 2015-12-16 北京北大高科指纹技术有限公司 Webpage browsing realizing method and browser realizing system
CN105160028B (en) * 2015-09-30 2019-04-19 北京海鑫高科指纹技术有限公司 Web page browsing implementation method and browser realize system
CN106250198A (en) * 2016-08-31 2016-12-21 乐视控股(北京)有限公司 Application starts method and device
CN106970989A (en) * 2017-03-30 2017-07-21 福建中金在线信息科技有限公司 The access method and system of a kind of network data
CN107632884A (en) * 2017-09-12 2018-01-26 成都安恒信息技术有限公司 A kind of method that browser starts external application by middle device
CN107621954A (en) * 2017-09-19 2018-01-23 深圳市华傲数据技术有限公司 Interface interchange method and device
CN110633156A (en) * 2018-06-22 2019-12-31 杭州海康威视系统技术有限公司 Method and device for associating application program with browser, electronic equipment and storage medium
CN110633156B (en) * 2018-06-22 2022-03-25 杭州海康威视系统技术有限公司 Method and device for associating application program with browser, electronic equipment and storage medium
CN108897605A (en) * 2018-07-24 2018-11-27 北京万相融通科技股份有限公司 A kind of method and device of multipad embedded web page
CN108897605B (en) * 2018-07-24 2022-03-08 北京万相融通科技股份有限公司 Method and device for embedding desktop application program into webpage
CN109697069A (en) * 2018-11-26 2019-04-30 福建天泉教育科技有限公司 A kind of packaging method and terminal of H5 application
CN109697069B (en) * 2018-11-26 2022-07-26 福建天泉教育科技有限公司 Packing method and terminal for H5 application
CN109933445A (en) * 2019-03-14 2019-06-25 杭州汉领信息科技有限公司 It is not based on the local application call method of the browser-cross cross-system platform of plug-in unit
CN110309476A (en) * 2019-07-05 2019-10-08 上海中通吉网络技术有限公司 The method and device of web browser calling local application
CN111061976A (en) * 2019-12-31 2020-04-24 哈尔滨海能达科技有限公司 Object display method and device of browser
CN111061976B (en) * 2019-12-31 2023-08-08 哈尔滨海能达科技有限公司 Object display method and device of browser
CN114138367A (en) * 2021-11-30 2022-03-04 中国建设银行股份有限公司 Service implementation method, device, equipment and storage medium on self-service equipment

Also Published As

Publication number Publication date
CN104239063B (en) 2018-08-10

Similar Documents

Publication Publication Date Title
CN104239063A (en) Web browser and method for calling local application program through web browser
AU2018257221B2 (en) Service processing method and device
US9077770B2 (en) Mobile web app infrastructure
EP2387765B1 (en) Browser with dual scripting engine for privacy protection
US8407584B1 (en) Stable and secure use of content scripts in browser extensions
US8438636B2 (en) Secure and extensible policy-driven application platform
CN111158818A (en) Page rendering method and device
CN108664296A (en) A kind of page rendering method and apparatus, a kind of page processing method and device
CN104951326A (en) Web access method and device
CN105512190A (en) Interface jumping method and device
KR101416104B1 (en) A dynamic loading apparatus and method of java script code performing native functions of hybrid web applications
CN104793966A (en) Display and loading method and system of Android local application
CN101860734A (en) Method for implementing incremental transmission and display of dynamic images through AJAX
CN110213105A (en) It is a kind of cross-platform micro- using creation method
CN108319474B (en) Page information generation method, device and equipment
US10089406B2 (en) Generating web pages with integrated content
CN111324347B (en) Component construction method, device and system, page generation method, device and medium
CN110825365B (en) Method, device, equipment and medium for customizing webview characteristics
CN111259381A (en) Page interaction method and device, computer readable medium and electronic equipment
CN112764746A (en) Data processing method and device, electronic equipment and storage medium
CN103136273A (en) Method and device for displaying user information in webpage
CN113591000B (en) Browser engine switching method, device and equipment
CN111382381B (en) User data sharing method and device, mobile terminal and storage medium
CN116261003A (en) Display equipment and streaming media playing control method based on browser
CN114168148A (en) Method, device, medium and equipment for processing source file

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
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20181130

Address after: 350000 19-22 Jinshan Science and Technology Park, citrus Island star network, 618 Jinshan Road, Cangshan District, Fuzhou, Fujian.

Patentee after: Fujian Star-net Communication Co., Ltd.

Address before: 350000 Fourth Floor of Building 20, Juyuan Island Star Net Ruijie Science Park, 618 Jinshan Avenue, Fuzhou City, Fujian Province

Patentee before: Fujian Starnet e-Video Information System Co., Ltd.