|
-
January 23rd, 2003, 02:17 AM
#1
Download and Install...
Has anyone got the google toolbar.
The toolbar is installed and appears near address bar of IE by just a visit. (After you say "I agree" to "Terms and Conditions")
My Questions are
=> How does this happen ?
=> Does any one know of any script that can do this and is free to download and use ?
============
~ Lord Loh ~
============
-
January 23rd, 2003, 06:53 PM
#2
Here you go:
http://www.customtoolbar.com/
...but it will cost you $99 U.S.
-
January 23rd, 2003, 10:47 PM
#3
No no no...The Download and install script!
I am not intrested in a toolbar!
I am looking for the script which downloads(sends the app to the visitors mechine) and installs(on the visitors mechine)...
============
~ Lord Loh ~
============
-
January 30th, 2003, 03:05 AM
#4
in this case ActiveX is inserted in HTML with OBJECT tag, and codebase property, which points to a .CAB file of control
when OBJECT tag points to a .CAB file, IE automaticly downloads and installs .CAB file
<HTML>
<HEAD>
<TITLE>Customtoolbar.CAB</TITLE>
</HEAD>
<BODY>
<OBJECT ID="Setup"
CLASSID="CLSID:A7532940-DB22-4B10-BE6A-B467E5330745"
CODEBASE="Customtoolbar.CAB#version=1,0,0,0">
</OBJECT>
</BODY>
</HTML>
Read this link
MFC controls for use over internet
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|