spacer free cgi script archive logo
Home Downloads Show Detail Live Chat Site Map See in Action Save Cart Search Email Help Print spacer
spacer
spacer > Home > Free Cgi Scripts  > About Us  > Contact  > FAQ

CGI Scripts that are Very Secure, Reliable & Free! 

spacer
spacer spacer spacer spacer spacer spacer spacer spacer spacer
 
spacer
column heading image
spacer
 
orange bullet

Premium Scripts

-AllAffiliatePro
-CosmicDirectories
-CosmicContacts
-CosmicEmailer
-CosmicTells
-BannerClick
-AffiliateClick
-AdSpaceSeller
spacer
orange bullet

Webmasters

-Server setup tips
-Web design guide
-RSS & Blog guide
-Useful Tools
-Tips and Tricks
-Message Board
-Spam Board
-Techie Board
-Make Money
-Free Web Space
-Free Content
-Start a Website
-Contribute
-Distributor program
-Link partners
spacer
orange bullet

Programming

-Our guide to CGI & Perl
-CGI/Perl
-Java
-JavaScript
-HTML
-C/C++
-Visual Basic
-Programming Forums
spacer
 
   

Tips and Tricks

Here are some simple yet effective HTML and JavaScript tricks to improve your website.

1. How to not underline a hyperlink on mouseover

Example:

CosmicScripts.com has this feature.

Code:

<STYLE type="text/css">
<!--

a {text-decoration: none}

a:hover {text-decoration:underline}

-->

</STYLE>

Put this between the <HEAD> & </HEAD> at the top of your html page

2. How to get your HTML validated

Example:

AllAffiliatePro.com is validated HTML 4

Visit the W3C Validator and enter your URL. Once you are valid you get a logo to add to your site.

3. Image change on mouseover

Example:

UK affiliate software

Code:

 <CENTER><IMG SRC="ukicon.gif" NAME="ukkicon" HEIGHT=15 WIDTH=25>
<A HREF="http://www.allaffiliatepro.co.uk"
onMouseOver="document.ukkicon.src='images/level_fresh.gif'"
onMouseOut="document.ukkicon.src='images/level_new.gif'">
UK affiliate software</A></CENTER>

You can see that by adding a few bit's of code that you can choose which picture to have and which to loadover.

4. Opening new windows

Example:

Open CosmicPerl.com CGI Scripts in a new window

Code:

target="_blank"

Put this in the <A ...> after the html link

To open a new window using java script on page load use the code

<script language="JavaScript">
window.open("http://www.cosmicperl.com")

</script>

Most pop up blocks and modern browsers will block this by default

5. Getting out of other peoples frames

Example:

Open CosmicScripts.com Free Scripts out of any frames

Code:

 target="_top"

Put this in the <A ...> after the html link

6. Doing all that other great stuff you see on websites

A lot of the cool things you find on websites are probably done using CGI/PERL scripts. Take a look at the free scripts from CosmicScripts.com to see a selection of what CGI can do for your website.

     
orange bullet

Free Scripts

-CGI & Perl Scripts
-AffiliateClick Free
-RSS creator
-SecureFormEmailer
-Directory
-Storyline
-Tell-a-Friend
-Link Trade
-Cosmic Mailer Lite
orange bullet

More Free Scripts

-BBS
-Clock
-Hit Counter
-Top Site
-Shot in the Dark
-Gamemaker
-Random Pics & Text
-Banner Rotator
-Password Protection
Want the latest news?
Then why not sign up for our newsletter? Be notified immediately about new products, upgrades, sales, discounts, bug fixes, site updates and more. 
 
 
spacer
free cgi scripts | perl scripts | affiliate software | site map
Copyright �2003-2004 CosmicScripts.com. All rights reserved.
spacer