|
-
December 31st, 1999, 01:03 AM
#1
Dhtml and webclasses
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
-
January 3rd, 2000, 03:28 AM
#2
Re: Dhtml and webclasses
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.
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
|