| Code: |
<?php
if ( !defined('MODULE_FILE') )
{
die("You can't access this file directly...");
}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
get_lang($module_name);
include_once('header.php');
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<table width="170" border="0" cellspacing="8" cellpadding="2">
<tr>
<td><form id="srchForm" style="float: left; width: 150px; height: 80px" method="post" target="_blank" action="http://www.skmm.gov.my/registers1/aa.asp?aa=AARadio&fpg=1">
<p><font face="Arial"><font size="+0"><font size="2"><strong>Search:</strong></font></font><font size="2"> <br />
</font>
<input id="srchStr" name="srchStr" /><font size="+0"><strong><font size="2"><br />
by: </font></strong></font><font size="2"> <br />
</font><select id="srchField" name="srchField">
<option value="Callsign" selected="selected">Callsign</option>
<option value="Holder">Name</option>
<option value="AssignNo">AA ID</option></select><font size="2"> </font><input type="submit" value="Search" /></font></p>
</form></td>
</tr>
</table>
</body>
</html>
<?php
include_once('footer.php');
?> |