راغب مصطفي غلوش |
<%
while not rs.eof
if len(rs.fields(0))= 1 then
formnum = "00" & rs.fields(0)
else
if len(rs.fields(0))= 2 then
formnum = "0" & rs.fields(0)
else
formnum = rs.fields(0)
end if
end if
%>
1 |
الأنبياء و قصار السور |
|
|
<%
rs.movenext
if len(rs.fields(0))= 1 then
formnum = "00" & rs.fields(0)
else
if len(rs.fields(0))= 2 then
formnum = "0" & rs.fields(0)
else
formnum = rs.fields(0)
end if
end if
%>
2 |
القمر و الرحمن |
|
|
3 |
البقرة |
|
|
4 |
آل عمران |
|
|
5 |
ق |
|
|
6 |
الإسراء |
|
|
7 |
البلد |
|
|
8 |
هود و النصر |
|
|
<%
rs.movenext
wend
%>
|
|
|