Click to See Complete Forum and Search --> : Dhtml and webclasses


varadish gupta
December 31st, 1999, 12:03 AM
What are the differences between Dhtml and IIS applications in vb6.
I've used IIS application , now i want to incorporate dhtml features in that application is it possible? please suggest me any sites where i can find relavent information.

varadish

Lothar Haensler
January 3rd, 2000, 02:28 AM
a DHTML application runs - as its name implies - in the context of the browser as an ActivexDLL that has full access to the DHTML DOM (document object model) of the browser.
An IIS app is - again, the name is pretty obvious - an app that runs on the IIS machine.

the official documentation that comes with VB 6 (MSDN) is the BEST that I know of to create DHTML apps.