Migrations Coding FAQ for County and State Coordinators
This page is undergoing revisions. Please contact me at admin@migrations.org for up to date information! Please do not use the information on the page prior to contacting me! Thank You!
Please note that Buttons and Banners for the Migrations Project are on this page. To copy graphic images to your hard drive, do the following:
a) IBM compatible:
Right click on mouse, right click on "Save image as...",
and save to your desired directory.
b) Macintosh users:
Click and hold the mouse button on the graphic and then choose
"Save this graphic as...", saving it to your desired
directory."
c) Send image and pages to ftp.

Migrations Banner is above
If you require further assistance with coding after using this page, please contact either Debbie Axtman or Jan Cortez.
|
|
Coding for the first box will not change. The code for the first box is:
<tr>
<td width="100%"><p align="center"><big><strong><font face="Comic Sans MS">Submit
Migrations Data</font></strong></big> </p>
<form ACTION="http://www.migrations.org/cgi-bin/start.cgi/migrations/migentry.html"
METHOD="POST">
<div align="center"><center><p><input TYPE="image" SRC="mig_button2.gif"
ALT="Click to see Migration info" name="mig_button2.gif" width="196" height="45"> </p>
</center></div>
</form>
</td>
</tr>
View County Migrations Data: Insert your County where I have indicated, and the state name where I have indicated. The coding for the second box is:
<tr>
<td width="100%"><p align="center"><font face="Comic Sans MS"><big><big><strong>View
County Migrations Data</strong></big></big></font></p>
<form ACTION="http://www.migrations.org/cgi-bin/start.cgi/migrations/county.html"
METHOD="POST"><input type="hidden" name="migcounty" value="ADD YOUR COUNTY NAME HERE"><input type="hidden"
name="migstate" value="ADD YOUR STATE NAME HERE"><div align="center"><center><p><font face="Comic Sans MS"><big><input TYPE="image" SRC="mig_button2.gif" ALT="Click to see Migration info" width="200"
height="49"></big></font></p>
</center></div>
</form>
</td>
</tr>
This one doesn't change.The code for this is:
<tr>
<td width="100%"><p align="center"><a href="http://www.migrations.org/"><img
src="mig_button2.gif" ALT="Click to see Migration info" width="200" height="49"></a></td>
</tr>
|
|
The coding for the first box doesn't change. The code is:
<tr>
<td width="100%"><p align="center"><big><strong><font face="Comic Sans MS">Submit
Migrations Data</font></strong></big> </p>
<form ACTION="http://www.migrations.org/cgi-bin/start.cgi/migrations/migentry.html"
METHOD="POST">
<div align="center"><center><p><input TYPE="image" SRC="mig_button2.gif"
ALT="Click to see Migration info" name="mig_button2.gif" width="196" height="45"> </p>
</center></div>
</form>
</td>
</tr>
The Coding for the Second Box DOES change. Add your State name where I have indicated below.
<tr>
<td width="100%"><p align="center"><font face="Comic Sans MS"><big><strong>View State
Migrations Data</strong></big></font></p>
<form ACTION="http://www.migrations.org/cgi-bin/start.cgi/migrations/county.html" METHOD="POST"><input type="hidden" name="migstate" value="ADD YOUR STATE NAME HERE"><p><input TYPE="image"
SRC="mig_button2.gif" ALT="Click to see Migration info" width="200" height="49"> </p>
</form>
</td>
</tr>
|
|
The coding for the first box doesn't change. The code is:
<tr>
<td width="100%"><p align="center"><big><strong><font face="Comic Sans MS">Submit
Migrations Data</font></strong></big> </p>
<form ACTION="http://www.migrations.org/cgi-bin/start.cgi/migrations/migentry.html"
METHOD="POST">
<div align="center"><center><p><input TYPE="image" SRC="mig_button2.gif"
ALT="Click to see Migration info" name="mig_button2.gif" width="196" height="45"> </p>
</center></div>
</form>
</td>
</tr>
The Coding for the Second Box DOES change. Add your surname where I have indicated below.
<tr>
<td width="100%"><p align="center"><font face="Comic Sans MS"><big><strong>View Surname
Migrations Data</strong></big></font></p>
<form ACTION="http://www.migrations.org/cgi-bin/start.cgi/migrations/surname.html" METHOD="POST"><input type="hidden" name="migsurname" value="ADD YOUR SURNAME HERE"><p><input TYPE="image"
SRC="mig_button2.gif" ALT="Click to see Migration info" width="200" height="49"> </p>
</form>
</td>
</tr>
To Code a button without the Boxes, remove the table attributes (<tr> <td> </td> and </tr>).
Page Created by Debbie Axtman, Jan 10, 1999