Question : Get the MAC address of a Client's PC over the web

Hi,

I have built a web application and I want to implement the following security tactic -

Only those with a registered MAC address can login.

Thus how can I pass the MAC address of the user trying to login to the website.

I require the solution to be in VB as I want to implement the solution in server side of the ASP.NET project.

Thanks.

Answer : Get the MAC address of a Client's PC over the web

Anyways
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
<?
$amount = $row["amount"];
$fsize="60";
if (intval($amount)==floatval($amount))
{
  $s_amount=strval($amount);
}
else
{
  $s_amount=money_format('%.2n', $amount);
}
if (strlen($s_amount)>3) $fsize="46";
?>
<span style=" font:bold <? echo $fsize; ?>px arial; text-align:center; color:#FFF;"> $<? echo $s_amount; ?> </span>
Random Solutions  
 
programming4us programming4us