Search
Recommended Sites
Related Links






   

Informative Articles

My 7-Step Secret Formula For Cashing In On Content!
Copyright 2005 Kurma Group Content, content, content - everybody's talking about it! Are you lucky enough to have a ton of content - maybe from an ezine you've been publishing for years? Then realize this: there's a right and a wrong way to put...

Pegasus InfoCorp Pvt. Ltd. - Offshore professional website design and software services provider based in India
Pegasus InfoCorp builds websites and customized online/ offline software solutions for business and institutions worldwide. These include: a. Complete website development to reflect a client's image online using the magic of flash, and the...

Seven Free Tools to Create your Web Site
Coding your HTML by hand gives much better results than using a WYSIWYG program. You can get the layout that you want, and make small adjustments easily. NotePad comes free with Windows - but a much better text editor is NoteTab Light. This has a...

The Many Flavours of HTML
HTML (Hypertext Markup Language) is the language of the web - every website out there is written in some kind of HTML. Because of the rapid evolution of the web, though, HTML grew quickly in a very unplanned way, which can lead to problems if...

What Visitors Like and Dislike (revised)
Here's what Internet users and buyers say they like and dislike. What Internet visitors like: * They like pictures without sacrificing speed. A slow web site will cost you sales. Don't make visitors wait for graphics they're not...

 
Creating Pop Ups and Tips on Using Them

Creating Pop Ups and Tips on Using Them
As I said before, it's a proven fact that the use of pop up windows is a highly effective marketing technique that produces great results. Below, is an example of a popup window that you can use to gain new subscribers. It is set up with "tables" and will adjust to fit your new window. Copy and paste the following code into your HTML and edit as needed: <HTML> <HEAD> <TITLE>Claim Your FREE Gift</TITLE> </HEAD> <BODY BGCOLOR="#ffffff"> <CENTER> <TABLE BORDER="0" CELLPADDING="2" ALIGN="Center"> <TR> <TD BGCOLOR="red"><P ALIGN=Center> <FONT face="Verdana,Helvetica" SIZE="3" color="white"> Claim Your FREE Gift!</FONT> </TD> </TR> <TR> <TD><FONT face="Verdana,Helvetica" SIZE="3">

Subscribe to YOUR PUBLICATION for a wealth of information to assist you in YOUR PUBLICATIONS SUBJECT. <FONT color= "red">ALL new subscribers will receive YOUR FREE GIFT. </FONT></FONT>


<FORM METHOD="POST" ACTION="YOURFORM.cgi"> <CENTER> <TABLE BORDER="0" CELLPADDING="2" ALIGN="Center"> <TR VALIGN="Top"> <TD> <INPUT type="text" name="email" value="you@domain.com" size="20" onfocus="value=''"> <INPUT TYPE="submit" VALUE="Subscribe"></TD> </TR> </TABLE> </CENTER> </FORM> <P ALIGN=Center>
<FONT face="Verdana, Helvetica" SIZE="2">Close Window</FONT>
</TD> </TR> </TABLE> </CENTER> </BODY> </HTML>
Save your new document as "popup.htm" and upload it to your server where you store your HTML documents. Your next step will be to place the following script: <SCRIPT LANGUAGE="JavaScript"> <!-- function GetCookie(name) { var arg=name+"="; var alen=arg.length; var clen=document.cookie.length; var i=0; while (i<clen) { var j=i+alen; if (document.cookie.substring(i,j)==arg) return "here"; i=document.cookie.indexOf(" ",i)+1; if (i==0) break; } return null; } var visit=GetCookie("COOKIE1"); if (visit==null){ var expire=new Date(); window.name = "thiswin"; newwin=open("popup.htm", "dispwin", "width=350,height=350,scrollbars=yes,menubar=no"); expire=new Date(expire.getTime()+7776000000); document.cookie="COOKIE1=here; expires="+expire; } // --> </SCRIPT>
Tips on Using Pop Ups
1) Make sure that you don't use more than one pop-window per page. You don't want to annoy your visitors!
2) Make sure you always provide your visitors with an easy way to close your pop up window.
3) Use a powerful headline that demands attention
4) Enlarge your headline's font size so it really stands out.
5) Include your offer's most important benefits within your headline
6) Use incentives to increase your offer's response rate.
7) Keep your message short and to the point
8) Ask your visitors to take action
If you're considering adding a pop-up window to your site, do so with caution. The last thing you want to do is drive your visitors away. However, if done correctly, pop-windows can be an extremely effective way of getting your visitor's attention.


About the Author
By: Anne Ahira Editor The BEST Affiliate Newsletter http://www.thebestaffiliate.com