<!-- ONE STEP TO INSTALL POPUP PICKER:
1. Copy the coding into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the BODY of your HTML document -->
<BODY>
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original: Shawn A. Mann (
[email protected]) -->
<!-- Web Site: http://www.laughingshaman.com -->
<!-- Modified By: Ronnie T. Moore, Editor -->
<center>
<form name=popupform>
Item: <input type=button name=choice onClick="window.open('popup-picker-demo.html','popuppage','width=250,height=200,top=1 00,left=100');" value=" >> Choose << "><br>
<p>
</form>
</center>
<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>