Bizim okulun bir not bilgilendirme sistemi var öğrencilerin numaralarını tek tek girdirerek mevcut verileri database e aktarmam lazım, fakat ben pek bot yapmaktan anlamam hatta hiç anlamam diyebilirim ama hangi fonksiyonun ne işe yaradığını ve mantığını biliyorum, anlamam derken hiçbir işim için bot yapmam gerekmedi diyebilirim.
benim sorunum şu
aşağıdaki html çıktısı bahsettiğim kısıtlı veri ile alakalı ve bilgileri çekmem gereken sayfanın bir kopyasıdır.burdan almam gereken bilgiler öncelikli olarak öğrenci numarası ve öğrenci adı soyadı.bunu yaptıktan sonra aynı mantıkla diğer bilgileri kendimce çekebileceğimi umut ediyorum.bana gereken tek şey aşağıda sadece ana tabloların ID lerinin mevcut olması ve nasıl bu bilgileri çekebileceğim hakkında birkaç bilgi veya kod örneği
<SCRIPT LANGUAGE="JavaScript" src="/include/global.js"> </script>
<HTML>
<HEAD>
<TITLE>��rencinin Bir D�nemde Ald��� Dersleri </TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF">
<table border=1 width=100% ID="Table3">
<tr >
<td BGCOLOR="#DDDDDD" width = 100% align=middle >
<center>
<b>��RENC� NOT B�LG�LER�</b>
</center>
</td>
</tr>
</table>
<table border=1 width=100% ID="Table1">
<tr >
<td BGCOLOR="#FFCE00" nowrap width=20% align=left >
<font face=""Arial"" size=-1 Color=#000000><b>
��renci Numaras� :
</td>
<td BGCOLOR="#DDDDDD" nowrap width = 80% align=left colspan=1>
<font face=""Arial"" size=-1 Color=#000000><b>
12345678910 </td>
</tr>
<tr >
<td BGCOLOR="#FFCE00" nowrap width=20% align=left >
<font face=""Arial"" size=-1 Color=#000000><b>
Ad� Soyad� :
</td>
<td BGCOLOR="#DDDDDD" nowrap width = 80% align=left colspan=1>
<font face=""Arial"" size=-1 Color=#000000><b>
AD SOYAD
</td>
</tr>
<tr >
<td BGCOLOR="#FFCE00" nowrap width=20% align=left >
<font face=""Arial"" size=-1 Color=#000000><b>
Fak�lte :
</td>
<td BGCOLOR="#DDDDDD" nowrap width=80% align=left colspan=1 >
<font face=""Arial"" size=-1 Color=#000000><b>
BILMEMNE UNIVERSİTESİ
</td>
</tr>
<tr >
<td BGCOLOR="#FFCE00" nowrap width=20% align=left >
<font face=""Arial"" size=-1 Color=#000000><b>
B�l�m :
</td>
<td BGCOLOR="#DDDDDD" nowrap width=80% align=left colspan=1>
<font face=""Arial"" size=-1 Color=#000000><b>
DIŞ TİCARET
</td>
</tr>
<tr >
<td BGCOLOR="#FFCE00" nowrap width=20% align=left >
<font face=""Arial"" size=-1 Color=#000000><b>
Opsiyon :
</td>
<td BGCOLOR="#DDDDDD" nowrap width=80% align=left colspan=1 >
<font face=""Arial"" size=-1 Color=#000000><b>
</td>
</tr>
<tr >
<td BGCOLOR="#FFCE00" nowrap width=20% align=left >
<font face=""Arial"" size=-1 Color=#000000><b>
Y�l� :
</td>
<td BGCOLOR="#DDDDDD" nowrap width=80% align=left colspan=1 >
<font face=""Arial"" size=-1 Color=#000000><b>
2010
</td>
</tr>
<tr >
<td BGCOLOR="#FFCE00" nowrap width=20% align=left >
<font face=""Arial"" size=-1 Color=#000000><b>
D�nemi :
</td>
<td BGCOLOR="#DDDDDD" nowrap width=80% align=left colspan=1 >
<font face=""Arial"" size=-1 Color=#000000><b>
G�z
</td>
</tr>
</table>
<br>
<table border=1 width=100% ID="Table2">
<tr>
<td bgcolor="#990066" colspan=13>
<FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1><b>
 
Arama Sonu�lar� - 9 adet
</td>
</tr>
<tr >
<td BGCOLOR="#990066" nowrap width=10% align=center >
<FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
Ders Kodu
</td>
<td BGCOLOR="#990066" nowrap width=20% align=center >
<FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
Ders Ad�
</td>
<td BGCOLOR="#990066" nowrap width=6% align=center >
<FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
Vize 1
</td>
<td BGCOLOR="#990066" nowrap width=6% align=center >
<FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
Vize 2
</td>
<td BGCOLOR="#990066" nowrap width=6% align=center >
<FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
Vize 3
</td>
<td BGCOLOR="#990066" nowrap width=6% align=center >
<FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
Vize 4
</td>
<td BGCOLOR="#990066" nowrap width=6% align=center >
<FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
Final
</td>
<td BGCOLOR="#990066" nowrap width=6% align=center >
<FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
B�t�nleme
</td>
<td BGCOLOR="#990066" nowrap width=6% align=center >
<FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
Ek S�nav 1
</td>
<td BGCOLOR="#990066" nowrap width=6% align=center >
<FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
Ek S�nav 2
</td>
<td BGCOLOR="#990066" nowrap width=6% align=center >
<FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
Tek Ders
</td>
<td BGCOLOR="#990066" nowrap width=10% align=center >
<FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
Harf Notu
</td>
<td BGCOLOR="#990066" nowrap width=6% align=center >
<FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1>
Durumu
</td>
</tr>
<tr>
<td bgcolor="#DDDDDD" nowrap width=10% align=center>
<font face=""Arial"" size=-1 Color=#000000>BES
</td>
<td bgcolor="#DDDDDD" nowrap width=20% align=left>
<font face=""Arial"" size=-1 Color=#000000>
 
BEDEN E��T�M� - I
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
Durumu atanmam��
</td>
</tr>
<tr>
<td bgcolor="#DDDDDD" nowrap width=10% align=center>
<font face=""Arial"" size=-1 Color=#000000>DTI
</td>
<td bgcolor="#DDDDDD" nowrap width=20% align=left>
<font face=""Arial"" size=-1 Color=#000000>
 
T�RK D�L� - I
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
Durumu atanmam��
</td>
</tr>
<tr>
<td bgcolor="#DDDDDD" nowrap width=10% align=center>
<font face=""Arial"" size=-1 Color=#000000>DTI
</td>
<td bgcolor="#DDDDDD" nowrap width=20% align=left>
<font face=""Arial"" size=-1 Color=#000000>
 
TEMEL HUKUK
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
Durumu atanmam��
</td>
</tr>
<tr>
<td bgcolor="#DDDDDD" nowrap width=10% align=center>
<font face=""Arial"" size=-1 Color=#000000>DTI
</td>
<td bgcolor="#DDDDDD" nowrap width=20% align=left>
<font face=""Arial"" size=-1 Color=#000000>
 
DI� T�CARET ��LEMLER� - I
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
40
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
Durumu atanmam��
</td>
</tr>
<tr>
<td bgcolor="#DDDDDD" nowrap width=10% align=center>
<font face=""Arial"" size=-1 Color=#000000>DTI
</td>
<td bgcolor="#DDDDDD" nowrap width=20% align=left>
<font face=""Arial"" size=-1 Color=#000000>
 
M�KRO EKONOM�
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
48
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
Durumu atanmam��
</td>
</tr>
<tr>
<td bgcolor="#DDDDDD" nowrap width=10% align=center>
<font face=""Arial"" size=-1 Color=#000000>DTI
</td>
<td bgcolor="#DDDDDD" nowrap width=20% align=left>
<font face=""Arial"" size=-1 Color=#000000>
 
��LETME
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
55
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
Durumu atanmam��
</td>
</tr>
<tr>
<td bgcolor="#DDDDDD" nowrap width=10% align=center>
<font face=""Arial"" size=-1 Color=#000000>DTI
</td>
<td bgcolor="#DDDDDD" nowrap width=20% align=left>
<font face=""Arial"" size=-1 Color=#000000>
 
ATAT�RK �LKELER� VE �NKILAP TAR�H� - I
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
60
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
Durumu atanmam��
</td>
</tr>
<tr>
<td bgcolor="#DDDDDD" nowrap width=10% align=center>
<font face=""Arial"" size=-1 Color=#000000>DTI
</td>
<td bgcolor="#DDDDDD" nowrap width=20% align=left>
<font face=""Arial"" size=-1 Color=#000000>
 
LOJ�ST�K
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
60
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
Durumu atanmam��
</td>
</tr>
<tr>
<td bgcolor="#DDDDDD" nowrap width=10% align=center>
<font face=""Arial"" size=-1 Color=#000000>DTI
</td>
<td bgcolor="#DDDDDD" nowrap width=20% align=left>
<font face=""Arial"" size=-1 Color=#000000>
 
YABANCI D�L - I
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
87
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
0
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
</td>
<td bgcolor="#DDDDDD" nowrap width=6% align=center>
<font face=""Arial"" size=-1 Color=#000000>
 
Durumu atanmam��
</td>
</tr>
<tr>
<td bgcolor="#990066" colspan=13>
<FONT COLOR=#FFFFFF FACE=""Arial, Verdana"" SIZE=-1><b>
 
</td>
</tr>
</table>
</form>
</center>
<h3>* �nternet ortam�ndan bu sayfada ilan edilen notlar sadece bilgi i�indir, kesin sonu� olarak kabul edilmez. Derslerin kesin ba�ar� sonu�lar� ilgili y�netmelikler gere�i kay�tl� oldu�unuz okullardan ��renilir. </h3>
<center>
<br>
<br>
<font face=""Arial"" size=-1 Color=#000000>
<a href="http://www.unipa.com.tr" target="_top">�ni-pa A.�.</a>
</center>
</BODY>
</HTML>