Author Topic: incorporate programs into your html  (Read 987 times)

radical

  • Newbie
  • *
  • Posts: 2
  • Kudos: 0
incorporate programs into your html
« on: 21 December 2001, 00:29 »
send me an e-mail if you have any questions.
radical travesy

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
incorporate programs into your html
« Reply #1 on: 21 December 2001, 01:10 »
quote:
Originally posted by radical:
send me an e-mail if you have any questions.


scram!
Someone please remove this account. Thanks...

radical

  • Newbie
  • *
  • Posts: 2
  • Kudos: 0
incorporate programs into your html
« Reply #2 on: 21 December 2001, 03:32 »
you can call a program or object through your html
like this.
I'm using SearchAssistantOC as an example.

<object id="nameOfTheProgram" CLASSID='clsid:B45FF030-4447-11D2-85DE-00C04FA35C89' HEIGHT=0 width=0></object>
The "classid" you get them from the register editor. you have lots of programs there to use ver the net.
any questions send me an e-mail at [email protected]
radical travesy

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
incorporate programs into your html
« Reply #3 on: 21 December 2001, 04:10 »
quote:
Originally posted by radical:
you can call a program or object through your html
like this.
I'm using SearchAssistantOC as an example.

<object id="nameOfTheProgram" CLASSID='clsid:B45FF030-4447-11D2-85DE-00C04FA35C89' HEIGHT=0 width=0></object>
The "classid" you get them from the register editor. you have lots of programs there to use ver the net.
any questions send me an e-mail at [email protected]



Installing programs in this way is non-standard and installing programs should not directly be the function of a web browser. Besides that, you can get this info right from Microsoft's web site or from many other web sites or books.  And it will only work on Microsoft because the registry was their bright idea (not).

[ December 20, 2001: Message edited by: VoidMain ]

Someone please remove this account. Thanks...