![]() |
|
Webmaster Genel kategorisinde açılmış olan Aspde bir sayının üssünü almak konusu , ...
![]() ![]() |
| LinkBack | Seçenekler | Arama | Stil |
![]() | #1 (permalink) |
![]() ![]() ![]() ![]() ![]() ![]() ![]() | ![]() Aspde bir sayının üssünü almak <html> <head> <meta http-equiv="Content-Type" content="text/html; " /> <title>Bir Sayının Herhangi Bir Üssünü Almak</title> </head> <body> <% islem = request.querystring("islem") if islem = "" then %> <form method="post" action="?islem=hesapla" /> Taban : <input type="text" name="taban" /> <br> Üs : <input type="text" name="us" /> <br> <input type="submit" value="Hesapla" /> </form> <% elseif islem = "hesapla" then taban = request.form("taban") us = request.form("us") if IsNumeric(taban) AND IsNumeric(us) = TRUE Then sonuc = taban^us response.write " "&taban&" sayısının "&us&". kuvveti : "&sonuc&"<br><a href=""?islem="">Yeni Hesap</a> " else Response.write "Sayısal değerler giriniz.<br><a href=""?islem="">Yeni Hesap</a>" end if end if %> </body> </html> : <html> <head> <meta http-equiv="Content-Type" content="text/html; " /> <title>Bir Sayının Herhangi Bir Üssünü Almak</title> </head> <body> <% islem = request.querystring("islem") if islem = "" then %> <form method="post" action="?islem=hesapla" /> Taban : <input type="text" name="taban" /> <br> Üs : <input type="text" name="us" /> <br> <input type="submit" value="Hesapla" /> </form> <% elseif islem = "hesapla" then taban = request.form("taban") us = request.form("us") if IsNumeric(taban) AND IsNumeric(us) = TRUE Then sonuc = taban^us response.write " "&taban&" sayısının "&us&". kuvveti : "&sonuc&"<br><a href=""?islem="">Yeni Hesap</a> " else Response.write "Sayısal değerler giriniz.<br><a href=""?islem="">Yeni Hesap</a>" end if end if %> </body> </html> alıntı
__________________ ![]() Fitness Eğitmeni |
![]() | ![]() |
![]() |
Yukarı'daki Konuyu Aşağıdaki Sosyal Ağlarda Paylaşabilirsiniz. |
Seçenekler | Arama |
Stil | |
| |
Forum hakkında | Kullanılan sistem hakkında |
| SEO by vBSEO 3.6.0 PL2 ©2011, Crawlability, Inc. |