Hits Today: 1 Total: 12924 | Updated: 10/10/2001 | |
 | Send messages over your network using NET SEND. Just fill out the form and click Send Message. The message will be delivered right away. (This code does not run with Windows XP)
Code: ASP 3.0 & VBScript |
Hits Today: 3 Total: 13458 | Updated: 12/3/2001 | |
 | Very simple and usefull way to show a "loading" message using ASP and javascript.
The solution
1. response.flush ASP method (ASP 3.0)
2. javascript to show and hide a message
3. transparent pixel image to to hide the loading image Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 17615 | Updated: 6/6/2000 | |
 | This article discusses the pros and cons of using Session and Application variables to provide for an instant, on-line messaging. It also demonstrates how to use custom recordsets to enhance the application.
Author: Ryan S. Code: ASP 2.0 & VBScript | |  | |
Hits Today: 1 Total: 5267 | Updated: 7/9/2000 | |
 | This continuation on part one of the tutorial explains the ViewMessage routine. This has to be the simplest of the whole messaging series, because it involves just a few hits on the database. Includes code and an explanation. Author: Ryan S. Code: ASP 2.0 & VBScript |
Hits Today: 2 Total: 4395 | Updated: 7/9/2000 | |
 | This tutorial shows how to add designs to the messages. Please note, this message deals with theory, not actual in practice genuine 100% working code. You might have to do some tweaking to get the effect you want.
Author: Ryan S. Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 5141 | Updated: 7/20/2002 | |
 | This code shows how to post and delete messages to a database using SQL and forms. It checks if user have filled in "subject" or "message" if not, it will tell them so. The same goes for deleting a post
Author: Johan Brandstedt Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 8737 | Updated: 1/28/2002 | |
 | This is a client server application in which client is an ASP site and the server is a VB component that uses Winsock control, the users can send messages to the server via client side ASP code. Author: S.S. Ahmed Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 4104 | Updated: 9/7/2001 | |
 | America Online’s Instant Messenger (version 4.7 & better) can accept URL-encoded input and display it within a new instant messenger window. Utilizing a few server variables you can easily make every page on your site link-able to AOL Instatnt Messenger Author: CodeAve.com Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 2315 | Updated: 9/17/2003 | |
 | NNTP is similar to the SMTP service provided by IIS, in that it consists of a directory structure and text files that adhere to protocol standards. You can expose NNTP functionality in your Web site or other application by using the FileSystem Object. Author: Patrick Santry Code: ASP 3.0 & VBScript |
|