News Headlines
Hide Your Source Code

05-03-2002

This tutorial/code will show you all you need to know, and provide you with the scripts, to hide your source code.
Source Code Encrypting Script


Scramble the source of any chunk of code, or the entire webpage, using this creative script.
Flying Popup Window

01-22-2002 -- WWW.CGISCRIPT.NET, LLC

Use this code snippet to create a popup window that flies around the screen. Perfect for getting the attention of your web site visitor. Announce new features of your site, announce new products. Many cool uses.
Open 2 Popups at Once


The code below opens 2 popup windows at once. Edit the code to get the 2 windows you want to open.
4-Way Screen Resolution Redirect


Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. Covers these 4 screen resolutions, 640x480, 800x600, 1024x768, and greater than 1024x768.
Bookmark This Site Script


Use this code to let your visitors easily add a bookmark to your site. Fully configurable, you can specify the url and name for the link.
Button Navigation Wizard


Use this wizard to create button links that you can place throughout your site. Like the example you see below.
Popup Window Closer - Button


To get a popup window to close it is common to add a button that will allow the user to "Close Window".
Popup Window Closer - Click Anywhere


A not so common method to close windows is using a 'click anywhere' method. The code specifies that if the popup loses focus or is clicked the popup closes. Basically anywhere you click will close the window.
Popup Window Closer - Image


To get a popup window to close it is common to add an image link that will allow the user to "Close Window".
Popup Window Closer - Text Link


To get a popup window to close it is common to add a link that will allow the user to "Close Window".
Popup Window Closer - Timer


Use this code to get a popup window to close after a pre-determined amount of time. For example, set an advertisement popup window to remain open for 15 seconds, then it automatically closes.
Popup Window Close Methods


Here you will find a few methods to close windows. Select from the list below to jump to the code. Use the instructions near each method. Close window after time interval, Use a link to close popup, Use a button to close popup, Use an image to close a link and Use 'click anywhere' method to close popup.
CSS Button Wizard


Use this wizard to create stylish form buttons. Specify the color, font face, border width and color, size, and style. This works in IE and NS 6+ browsers only.
CSS Links Wizard


Use this wizard to create comprehensive dynamic CSS links. Control styles for normal links, active links, visited links and add link hover effects! Hover link effects work in IE and Netscape 6 only.
Dynamic Scrollbar Color Wizard


Use this wizard to create dynamic scrollbar colors schemes that change when the mouse interacts with specified links on your page. Use this code to set the onMouseOver, onMouseOut, and onClick colors for your page scrollbars.
Dynamic TextArea Color Wizard


Use this wizard to create dynamic textarea colors schemes. Use this code to set the onLoad (startup), onMouseOver and onMouseOut colors for your textarea fields. Adjust the color schemes for the text, the background color and the scrollbar.
CSS Text Field Wizard


Use this wizard to create stylish form text fields. Specify the color, font face, border width and color, size, and style.
Date Display - mmddyyyy


Use this code snippet to display today's date on your web page in mm/dd/yyyy format.
Date Display - Long Format


Use this code snippet to display today's date on your web page.
Browser Info Display


Use this code snippet to determine and display the type of browser your visitor is using. As seen in the example below .
Color Depth Display


Use this code snippet to determine and display the color depth your visitor is using.
Screen Resolution Display


Use this code snippet to determine and display the screen resolution of your user.
Dynamic Background Color


Use this code to dynamically change the color of your background. Much easier than some of the more confusing versions out there. Control the color of your background using the links on your site. Control the color using onMouseOver, onMouseOut, onClick, and a combination of all of them.
Dynamic Scrollbar Colors


Use this code to dynamically change the color of your scrollbar. Much easier than some of the more confusing versions out there. Control the color of your scrollbar using the links on your site. Control the color using onMouseOver, onMouseOut, onClick, and a combination of all of them.
Dynamic Background Image


Use this code to dynamically change the background image. Much easier than some of the more confusing versions out there. Control the background image using the links on your site. Control the color using onMouseOver, onMouseOut, onClick, and a combination of all of them.
Grab Form Field Text


Use these instructions to create a 'grab text' option adjacent to your textarea within your forms. You can use any of the 3 options, link, button, or image. See the example in the form below.
Hold Window Focus


Use this code to make sure a window remains in focus, on top. Great for web site news or smaller popup windows that are easily shuffled under out of focus.
Date and Time Last Modified Display


Use this code snippet to determine and display the date the document was last modified (date and time).
Date Last Modified Display


Use this code snippet to determine and display the date the document was last modified (date only).
Link Status Text


Use this code to add individual status bar text messages for each link on your site. There is not limit on the amount of links this can work for.
Mailto Link Wizard


Use this wizard to create comprehensive mailto links. Include multiple To: addresses, multiple Cc: addressees, multiple Bcc: addressees, add subject text, include some body text and add the text to be used as a link.
Window Maximizer


Use this code to automatically maximize (to fill up screen) any window where the code is placed.
Meta Refresh/Redirect


If your page has moved, or you have a need to redirect your visitors automatically, you can use a meta refresh to send them to the page of your choice.
Metadata Creation Wizard


This is NOT just another METADATA creator! Use this to create a comprehensive set of METADATA for your site. Create a unique set for each page of your site for the best search engine saturation.
No-Right-Click 3


Use this code to disable the ability of visitors to your site from being able to use the "Right-Click" function to save images from your web site. Try to use right-click on this page and you will see an example of the script in action.
No-Right-Click 2


Use this code to disable the ability of visitors to your site from being able to use the "Right-Click" function to save images from your web site. Try to use right-click on this page and you will see an example of the script in action.
No-Right-Click 1


Use this code to disable the ability of visitors to your site from being able to use the "Right-Click" function to save images from your web site. Try to use right-click on this page and you will see an example of the script in action.
Auto Page Reload


Use this script to automatically reload a page at a specified interval. Great for sites that have content that changes over regularly.
PopUp Making Wizard, w/Cookies!


Use the Ace Generation 3 Popup Wizard, with cookies to easily add popup windows to your web site. The windows are activated by clicking on a link, button, when a page loads or unloads, and can be adjusted to any degree of detail you desire, such as dimensions, scrollbars, toolbar etc. You can now set the window to use cookies. Set the window to popup only once per visitor or at set interval per visitor.
Print This Page


Use this code to let your users print the active HTML page.
Random Banner Display


Display random banners and links on your web site using this very simple script.
Random Image Display


Display random images on your web site using this very simple script.
Random Text Display


Display random text on your web site using this very simple script.
Browser Type Redirection


Use this code snippet to redirect your visitors to the web page that works best for their browser. You saw when you entered this page that a popup window told you the browser you were using, a variation of this code was used.
Screen Resolution Redirection


Use this code snippet to redirect your visitors to the web page that best fits their screen resolution.
If/Then Screen Resolution Redirection


Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. If small screen resolution, go here. If larger screen resolution, then go there.
Scollbar Color Wizard


Use this wizard to create custom scrollbar colors. This script works on IE 5.5 and above.
Hidden Popup Spawner


Now you to can own the code that is used to power those annoying web sites that seems to open popup windows from nowhere! Actually the primary reason we are giving this code away is that other companies are charging for such an easy piece of code.
Status Date/Time Display


Use this code to display the date/time dynamically on the status bar on a particular page. Take a look at the status bar on this page for an example.
Status Text Display


Use this code to edit the status bar text that is visible on a particular page. Take a look at the status bar on this page for an example.
Dynamic Table Color Changer


Use these instructions to create onMouseover/onMouseout color effects within tables. Change table rows or table cells bgcolor when mouse moves over elements of the table. This script works on IE only.
Title Bar Date Display


Use this code snippet to display today's date on your web page TITLE BAR.
Title Bar Date and Time Display


Use this code snippet to display today's date and current time on your web page TITLE BAR.
View Source Station


Use this code to display source code of any web page on the Internet or your local hard drive.
Window Move-To


Use this code to automatically move a window to a specified X,Y coordinate. For example, you can automatically move a window to X0,Y0 (upper left). Great to use this in pages in your site you link to using target="_blank" (new window) or popup windows. You want them to open up to show more information but you want it placed out of the way.
"BYE" Popup - onUnload


This script is designed to open a window when the users are leaving your site. For example, when they leave your site you can open a window that says thank you for visiting. When they say "BYE" you can say, "Not so fast!"
View Source - Current Page


Use this code to display source code of the current document.
Auto Window Resizer


Use this code to automatically resize a window to a specified Width,Height. For example, you can automatically resize a window to 700,500.
Automatic Status Text Rotation


Change the text in you Status Bar after a preset Interval.
Automatic Title Text Rotation


Change the text in you Title Bar after a preset Interval.
Automatic Title/Status Text Rotation


Change the text in you Title Bar and Status Bar after a preset Interval.
Banner and Link Slideshow


Create a slideshow of your banner advertisements, including links. A series of banners/links are displayed without having to reload the page.
Automated DropDown Menu Wizard


Use this Automated Wizard to create dropdown menus for your web site. Users can select a new location and immediately be redirected to that page. Fill out all the selections you wish to use.