PDA

Click to See Complete Forum and Search --> : DHTML Questions....


Jan 7th, 2000, 05:10 AM
Maybe someone can help me...

I have created a DHTML app with VB6. This app opens a text file that I uploaded to the website, formats the info and displays it in the Browser. I uploaded index.html, <myproject>.dll and the text file that it reads. My problem is that it does not run on the webpage when accessed. Am I missing a file that needs to be on the site? My ISP supports CGI, Perl, C, C++.

If the ISP is the problem, Does anyone know of a HOST that will support VB DHTML apps?

Thanks

Jan 7th, 2000, 06:33 AM
hmmmmmmm.....your isp probably is running some flavor of unix which would have no clue what a dll is. find an NT host and then write an ASP page that does the same thing your dll does without the need for your dll.