The World Of Pop Up's
And Form Buttons

W elcome to the world of pop up form buttons and similar effects. Below we will show you different effects and how really simple it is to achieve these different types of pop up's and the such. If you want to see many more, just click on the above banner.

Place Your Mouse Here

<a href="" onMouseover="alert('Your Message Goes Here')">
Place Your Mouse Here Or Your Own Words<a>

"" This is not a typo. Leave as is!




<FORM>
<input type="button" onClick="alert('Your Message Goes Here')"
Value="Click Here">
</FORM>


T he below script is the first effect that you observed when the page opened. It is a conformation and if you do not click "OK" it will take you to the last page you visited.

<SCRIPT LANGUAGE="javascript">
<!-- Script Copyright © JemWeb 1997.All rights reserved. -->
<!--
function JemWebCONFIRM(){if (!confirm
("Your Message Goes Here"))
history.go(-1);return " "}
document.writeln(JemWebCONFIRM())
<!-- END -->
</SCRIPT>


T his next button is just a normal form button that you can have any color you want.

<!--Start Form Button-->
<form action="put url here" target="newwin" method="get">
<input style="BACKGROUND: #ffa500; COLOR: #000000;
FONT-STYLE: normal; FONT-VARIANT: normal; FONT-WEIGHT: bold"
type="submit" value="Words On Button Here">
</form>
<!--End Form Button-->

target="newwin" or the attribute target="_blank" Are used if you want the link to open in a new browser window. You can just remove it if you don't want or need it.

style="BACKGROUND: #ffa500; COLOR: #000000; These are used to pick your background and font color of the button.


Explanation For The Below Button ]

This button when clicked will list all "Text" hyperlinks on the page. It will not list image links or formbutton links.


T his little script is a pop up window in reverse. It will not appear until your visitor closes the page. Then it will appear. You just substitute in the script the URL you want to pop up on exit and reconfigure which attributes you want to be seen such as taskbar, toolbar etc. In this example all the attributes are set to 1. This denotes they will appear. If you change them to zero (0) they will not appear. The last reconfiguration is the size of the window you want to open. This is set in pixels under "width" and "height". Just copy and paste the below code anywhere in the <BODY> section of your document.

<body onUnload="window.open('URL You Want To Open','newWindow','scrollbars=1,resizable=1,addressbar=1,location=1,statusbar=1, toolbar=1,taskbar=1,height=250,width=350')">

I f you would close this page, you would see the pop up in effect. We have it configured so it will open up this same page for you.


Links to many different pop up's and form buttons

Random Quote Pop Up Window ]
Pop Up Ticker On Mouseover ]
Pop Up Address Book ]
Automatically Closing Pop Up Window ]
Pop Up Clock ]
Pop Up That Opens In Tray ]
Changing Color Form Buttons On Mouseover ]
Pop Up Context Menu With Subtle No Right Click ]
Pop Up With Redirect Message ]
Java Script Form Button ]
Pop Up Window Generator ]
Pop Up Peeker Window ]
Different Pop Up Clock ]

Talk Live To A Support Technician

[ Yahoo! ] options

Search Our Site By Individual letter

A ]  [ B ]  [ C ]  [ D ]  [ E ]  [ F ]  [ G ]  [ H ]  [ I ]  [ J-K ]  [ L ] 
M ]  [ N-O ]  [ P-Q ]  [ R ]  [ S ]  [ T ]  [ U-V ]  [ W ]  [ X-Y-Z ] 

Little Tips Directory

Page 1  ] [ Page 2 ] [ Page 3 ] [ Page 4 ] [ Page 5  ] [ Page 6  ] [ Page 7  ]

Index Page 1 ] [ Index Page 2 ] [ Index Page 3 ] [ Index Page 4 ] [ Index Page 5 ]
Index Page 6 ] [ Index Page 7 ] [ Index Page 8 ] [ Index Page 9 ] [ Index Page 10 ]
Index Page 11 ] [ Index Page 12 ] [ Index Page 13 ]

News Letter Archives ] [ Navigation Page ] [ Archives Of Published Material ]
Link To Us ] [ Alphabet Index ] [ Feedback ] [ On Line Support ] [ FAQ ]
Webmaster Utilities ] [ Casino ] [ Banner Exchange ] [  Advanced Site Search ]

If you are part of the ever growing number of webmasters who enjoy sharing your knowledge with others on web design, join The Consigliere Ltd. web ring to broaden your scope of exposure.
Join Today

This Site Was Built And Is Maintained Exclusively by
The Webmaster @ Consigliere Ltd.

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