|
-
Sep 5th, 2001, 05:29 AM
#1
Thread Starter
Hyperactive Member
Events in ASP
Hi, In visual basic I can create an event which triggers a routine when something happens to some data.
Is it possible to do the same thing but tell an ASP page that an event has occurred?
Eg: I create a DLL which I then instantiate via an ASP page. When something happens in the COM object (Event is triggered) I want the ASP page to output a message to the users web browser.
Can I do this?
Cheers
MarkusJ
-
Sep 5th, 2001, 06:09 AM
#2
Black Cat
Because of the stateless nature of HTTP, you can't really do it. You could do something like put a ActiveX control or Java Applet on a page that maintains a connection with an app on the server, and then it could be notified of events.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Sep 5th, 2001, 07:28 AM
#3
Thread Starter
Hyperactive Member
Thanks, I thought as much
Regards
MarkusJ
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
|