Results for "Volume: 2002C"
This script provides simple, friendly control of the FileSystemObject of the ASP engine. Fully commented descriptions of each function. Just include this file in any script that need to access the file system.
It Scrolls any font+Size over a free background-picture from right to left with or without any Sinus-Effects.And all totally smooth without any flackering or something.User can add own graphicroutines in it.
Turns any form into a text email. (Gotta have SMTPsvg.Mailer or CDONTS.NewMail object installed on the server).
This program creates a html file in the remote server with the name, content, title as preferred by the user (Dynamic).
The intruder is a complete tools for the remote control of server. You can send a message box, browse file, attack server, ping, task manager... Very cool! I have find this and I have made some changes...
This is the only webserver code on planet-source-code which support's frames. I recieved many emails that my old code don't support frames. Now i have fixed this problem!!! Here is the code! visit my site: http://www.tech-productions.de
This code used cookies to count unique hits. If the user has the cookie, then the hit isn't counted. If they don't, then the hit is counted, and they are given a cookie. All you have to do is use an #include file="nameoffile.asp" and the correct action is preformed. I made this script for my host to count unique hits across his networked sites. This is also my submission to the asp world of PSC all my expreience is in the VB world. I hope you guys like it! Later ~/Andy
This simple piece of code creates a popup message box and works in both Netscape and Internet Explorer Browser. Code includes both server and client side script.If you like the code please rate this article
** On 1/31/02 I have posted a Scalable Vector Graphics/JavaScript version ... check Java/JavaScript site for code or visit my website at home.att.net/~p.walchli **. Create a line chart dynamically with Vector Markup Language (VML). I wrote this code to dynamically create a line chart on an internal website. It actually runs as an ASP page, with the data for the chart being passed from a SQL server. For posting this example I changed the code to run in HTML & VBScript. I intend to post the ASP version and a Pie Chart done in VML in March, 2001. The downloadable code is fully commented and explained (as best I can). FYI: If you wish to use this code in ASP and connect it to a database, you'll need to convert the VBS document.write tags to response.write ...
This function retrieves data from MSHFlex Grid and prints it directly to the printer. It determines whether the information should be printed landscape or portrait.
This code shows users how to perform Syntax Highlighting on HTML files. This includes highlighting when the file is opened, as the user types, as tags are inserted, and maintains coloring as the cursor is moved in and out of tags with the mouse or keyboard. This is a full application that demonstrates every possible function of the code and also shows how to perform editor functions and implement unlimited undo/redo.
This article shows how to use Javascript to populate a combo box with data from a XLM data island in IE5. The XLM data island is dynamil changed by a ASP Page , without the need of redrawing the screen. This code is very flexible and powerful and could be adapted to show datas in tables.
If you have ever wanted to make programs that deal with alot of data and need to use databases, but dont know how, well, i can help. This tutorial is very simple. It uses NO and i mean NO data access object controls. This tutorial teaches you how to talk to a database with PURE CODE. Once again, NO data access object controls. You will learn how to Add/Edit/Delete records, Add/Delete Tables, List fields and Tables, add/delete fields from tables and alot more. Very nice if you do alot of ASP or DHTML pages
response.write is okay for simple debugging but can become intrusive and cause formating problems itself. This simple script will display your debuging in a pop up window.
Do you have slow running mulitple SELECT Statements or long reports to fill on a web page. Use the Microsoft Shape Command. Learn to use ADO 2.1 and greater advance features. This code is great for three things, (1) Very fast way to do multiple SQL select statements and reports. (2) Great for databases not Normalized. (3) Avoids multiple nested single threaded ADO Record Sets loops which are very slow.
Asp Password Protection for website
This lets you click a button by a text box, click a date, and it fills in the textbox for you. Instructions: unzip into a single directory and look to popupcal.asp for a demo. Added comments to popupcal.asp to answer some of the questions people have had.
Turn any VB default button to Visual C++ Flat Button
[UPDATED: April 02, 2000] One of the questions I get asked most is "Hey Evan, any idea on how I can make my own ICQ?". I have recently been spending a lot of my time building just such a thing in Visual Basic 6, so I thought I would share the knowledge I have attained. This is, to my knowledge, the first tutorial available on the web for making an instant messenger of this kind in VB6. I am not going to go into great detail on how to use the code here. Instead, go to this tutorial's webpage at http://pfh.uo2station.com/docs/vb6_makeicq.html ---- [June 12, 2001: Major update coming soon! Keep an eye on this page.]
This code will generate a HTML-code with a VbScript MsgBox, after setting a few things like Message title, icon or when the MsgBox should be invoked. Just execute this HTML file to generate a MsgBox (beginners) or look at the source to see the way I let had the MsgBox created by the form.