//Paste this code in the HEAD part of your page

What Code Needs To Be Removed

Basic Generator (With The Two Buttons)

B elow are the areas of code (Generated) that need to be removed or you will see it (that part of the code). See the below example if you do not remove the code:

    //Paste this code in the HEAD part of your page
<script language='JavaScript'>

//Paste the HTML code in the BODY part of your page
<button name='btnName' class='clickable' onMouseOver='change(this,"ButtonGR")' onMouseOut='change(this,"ButtonRG")' id='ButtonRG' onClick='alert("Handle Click Event");' accessKey='C'><u><b>C</b></u>aption</button>
//Change the Button name and caption to suit your needs

W hat this part of the instructional script does not tell you is that you must also change the alert message Handle Click Event". This is the pop up message you will get when you click the button.

The lines of text in RED needs to be removed or you will see it when you view the button(s).

As you can see below, what needs to be removed from the generated code or you will see the text around the button. Also if you notice in the upper left hand corner of this page, more code you need to remove. The above text is what goes in the <HEAD> section and also needs to be removed.

    //Paste this code in the HEAD part of your page
<script language='JavaScript'>

//Paste the HTML code in the BODY part of your page

//Change the Button name and caption to suit your needs

Advanced Generator Code With All The Configurations

As you can see below, what needs to be removed from the generated code or you will see the text around the button. Also if you notice in the upper left hand corner of this page, more code you need to remove. The above text is what goes in the <HEAD> section and also needs to be removed.

    //Paste this code in the HEAD part of your page
<script language='JavaScript'>

//Paste the HTML code in the BODY part of your page

Copyright © Consigliere Ltd., All Rights Reserved. 2001-