Click to See Complete Forum and Search --> : Combining DHTML VB project and ordinary HTML pages


kan6ar00
March 14th, 2001, 12:18 AM
Hi,

Thanx for the link, but it wasn't really what i was looking for. Anyway, that idea has been discarded.

I am now developing an application combining pages from a DHTML VB project and ordinary HTML pages.

For example, I have linked startpg.html and processpage.html to the DHTML project. I also have a normal HTML page, called pg1.html.

The progression of the application is like this:
1)startpg.html is displayed and some processing is done
2)pg1.html is displayed, containing a link to processpg.html
3)when the link is selected, processpg.html is displayed and processing should be done by the DHTML project.

However, this is not what occurs when I run my application. startpg.html is processed correctly, but when following the link to processpg.html, my DHTML project doesn't seem to recognise processpg.html as one of its documents and so, no processing occurs.

how do I solve this problem?