 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Gerold Guest
|
Posted: Mon Sep 22, 2003 6:35 am Post subject: ISAPI and inline frames |
|
|
Hi,
I have a problem with more than one inline frame embedded in one page.
While the page producer is still busy working on transparent tags in one
inline frame page I receive the dispatch event or the next inline frame
page.
The new instance of a page doesn't call my OnHtmlTag proc (probably because
it's still busy with the first page).
I use only one page producer (new instance for every page) and assign
template files on the fly.
The problem could be that my OnHtmlTag proc is fairly long and contains
database related tags too (e.g. to create a new query or show the contents
of a table).
Even more strange: On the first call everything's fine. When I close the
broswer (or logoff) and open the same page(s) again this problem occurs.
I can see everything in detail because I use a log file.
Does anyone have any experience in using inline frames and ISAPI.
Maybe the Delphi Apostle has an idea how this problem can be solved???
Regards,
Gerold
|
|
| Back to top |
|
 |
Del Murray Guest
|
Posted: Mon Sep 22, 2003 9:05 pm Post subject: Re: ISAPI and inline frames |
|
|
How do you specify your inline frames in the main html page that contains
them ? I assume you mean <iframe> .
They should have a source and that should be a dll. If there is more than
one iframe and they both reference the same dll and the same entry point
(action item), then more than one copy of your dll should be automatically
referenced and started by IIS and they should process identically. Have you
done something like turned isapi caching off so that only one copy can be
started ?
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|