Results for "Category: Miscellaneous"
I have seen many active users scripts but they seem to use the session_onend and session_onstart subs in the global.asa to function. This is a pity because most FREE providers do not support global.asa because of resource consumption on the servers :( Thats why i have made this script that doesnt use global.asa :) There is a readme file in the zip to tell you how to use it and an update to this will be made later today which will include active user statistics page and an easier way of implementing the active users variable (not that its hard in this). Have fun and i hope this helps alot of people. *Updated* Fixed a bug which reported the time online do be two large because of not handling AM and PM signs in date. Well please vote for me if you like the code :)
Have you ever wanted to open a new window without a toolbar at the top and a scrollbar on the side? Well this is exactly what this vbscript code does. (please vote for this code if you like it)
So far as I have seen, there is no vbscript equivalent of the VB user defined type.
The fastest way to do alternate colors of rows in your table (from recordset or something)
The purpose of this code is to let users talk on an ASP website. It creates a good impression having your very own chat room.
Here it is fellow programmers: ASP Chat Version 3.0. I had promised when I first the skeleton ASP Chat Script i.e. Version 1.0, that I would try my hardest to clone the Yahoo! Chat Rooms. After a lot of hair-pulling and siting in tutorial sites, I fixed almost all the glitches and added a lot of new features. This new version allows users in a particular website to dynamically chat with other people accessing the same website. A good thing in this new version is that you can create you own Chat room, if you don't like the ones that are listed. Included as a bonus is a logging ability, which logs any activity in any chat room using seperate text files. It also displays the IP address of the user connected to the Chat Room. If you like it please vote for it! :)
This code only puts the current Date & Time on your website. IT's very simple, BUT I haven't found it anywhere else on this site, so I decided to put this script up for you!
This allows you to fill out and send an Outlook message from script. Uncomment 2 lines to create a sub that can be included in a larger script. Great for admins who routinely send reports. 'T Runstein
I wanted an ASP script (not perl or PHP) that would read and count the images in a directory, and format them into neat little columns that would display my images in that nice image gallery format I like to see. There's only one problem. After looking for an example of such a script for over six months, I came to the conclusion that one did not exist. This is because ASP does not make this type of information easy to work with. Luckily, there's a work around. This script reads the names of files in a directory and caches them to a text file. This text file is read in ADO, which gives you the power to play with the presentation a bit. Anyway, the end result is a nicely formatted image gallery that works exactly the way I wanted it to. Enjoy.
Please rate my code!a hit counter that uses a daatabase and autonumber datatype to generate the next number each time your page is visited. You can change the background graphic to one of your own graphics
It's like a web-based visual interdev. It allows for server side editing/viewing of web pages and databases. You edit the settings file and you can view all pages and images under your web root. You can then view and edit (with proper permissions) any page on your site. This also includes an asp based upload which works for each directory you browse to. You can view columns in each table, view the data, requery...etc.
This code will open a database of emails and will send a html file, sending the emails in alphabetic order (a,b,c...z)
Want to know how many time left to a specific datetime? This function countdowns to a specific event/datetime from current datetime(now). And not just that, if you download the zip file then you'll see how to make it looks like a countdown date ticker! Try it and have fun!
Well, this is a zip file with two .mdb and an ASP script. with this you can transfer the data from one table to another located in a different database, after that you can download the second database, let's see an example: An office has a big, big SQL Server database, well they have 1000 clients that doesn't have an email, then they need the data of this clients for writtin the cards on a printer, well, this script takes the data from the sql server or another acces file and puts it into a database with only one table, but with the clients in order, with a link, you can download the file to the disk, ok? You can use apply programs for designing the cards, and after that the database is ready por printing the cards for the post mail.
This makes your page stand out. Brightens the page. You can place it where ever you need the text.
You can simply set up a newsticker. New: A ticker which provides a counter. A ticker which gets information from a html page. You only have to set up few things in the setup interface.
This is an exmaple of how to use xml as a guest book. Simple node creation and data insertion, then taking the nodes and outputing them to your guests. I've also added paging to only view 10 at a time. Its heavily commented and i try to give as much explanation as humanly possible. Please give comments, criticisms and quetions. I'm relatively new and need it.
This is mainly to demonstrate a data grid/spreadsheet style page using pure HTML and javascript validation. The page also monitors whether the user needs to save changes before exiting. This actually shows it in action as a stock sheet.
The FOOApp: A complete Classified Ads application showing how to use Active Server Pages' ADO database techniques, SQL techniques, cookies for "remembering", VBScript client-side field validation, and much more. FREE!
Regsitar/UnRegistar DLL & OCX from Context Menu Puts a Registar and Unregistar Item in the popup context menu in Windows Explorer. Run the Reg file and right click on a dll or ocx to registar and unregistar it. SUPPLIED REG FILE ONLY WORKS ON WIN NT/2K. Uses Regsvr32.exe (must me present on your system) You can modify the entries to work under 9x. Change the location of the regsvr32.exe entries to match yours.