سنادیتا در یک نگاه
نمونه کار طراحي سايت
امکانات طراحی سایت
ثبت دامنه
ثبت در جستجوگرها
تبلیغات آنلاین
CV ENGLISH
پرداخت الکترونیکی
خدمات دیگر
تجارت الکترونیکی
آنالیز سایت
مزایای سایتهای ما
دانلود Download
برنامه های کاربردی ASP
درخواست نمایندگی
درخواست پشتیبانی
آموزش مشتریان
استخدام و همکاری
ساخت وبلاگ
ثبت دامنه .ir
110 مشتری online
راهنما
 

طراحی سایت , طراحی وب سایت , طراحی پرتال , بهینه سازی سایت , طراحی وب , تبلیغات در گوگل ,بهینه سازی وب سایت (سئو)    تلفن : 44050905 021 شرکت سنا رایانه یکتا ( سنادیتا ) با سالها تجربه در زمینه طراحی وب سایت و بهینه سازی وب در ایران  آماده ارائه خدمات به ارگانها، موسسات، شرکتها، اشخاص و ...  می باشد . 

 
صفحه اصلی تماس با ما راهنما راهنمای CMS  
    

 

ASP
 Ad Management [58]  Affiliate Programs [18]  Articles [28]
 Auction Software [14]  Blog Scripts [11]  Bookmark Management [5]
 Books [81]  Browser Utilities [2]  Business & Enterprise [5]
 Calculators [3]  Calendars [76]  Chat Scripts [53]
 Classified Ads [58]  Click Tracking [9]  Clocks [1]
 CMS Software [18]  Coders & Programmers [2]  Collections [6]
 Communication Tools [13]  Content Management [165]  Counters [15]
 Customer Support [33]  Database Tools [123]  Date and Time [20]
 Development Tools [30]  Discussion Software [54]  Documents [16]
 E-Commerce [127]  Editors [7]  Email Systems [102]
 Error Handling [10]  Excel and ASP [1]  FAQ and Knowledge Base [30]
 File Manipulation [127]  Financial Software [3]  Flash and ASP [3]
 Form Processing [24]  Games and Entertainment [8]  Graphs and Charts [30]
 Groupware Tools [7]  Guestbooks [40]  HTTP [1]
 Image Manipulation [96]  Instant Messaging [9]  Internet Utilities [14]
 Link Management [27]  Mailing List Managers [19]  Miscellaneous [165]
 Modules or Libraries [2]  Multi-Level Marketing [2]  Multimedia [12]
 Navigation [6]  Networking Tools [74]  News Publishing [15]
 ODP Software [1]  Online Communities [65]  Open Directory Project [2]
 Organizers [17]  Polls and Voting [12]  Portal Software [36]
 Postcards [6]  Quote Display [6]  Recommendation Scripts [3]
 Redirection [1]  References [106]  Searching [39]
 Security Systems [39]  Server Management [30]  Site Navigation [39]
 Software [77]  String & Variables [4]  Survey and Voting [43]
 Tests and Quizzes [6]  Tips and Tutorials [1388]  Top Site Scripts [4]
 URL Submitters [2]  User Management [96]  Vertical Markets [3]
 Virtual Communities [2]  WAP and WML [5]  Web Hosting Tools [7]
 Web Rings [1]  Web Traffic Analysis [57]  Website Promotion [3]

 

 دانلود رايگان کد برنامه های کاربردی asp  با بانکهای اطلاعاتی  مختلف

 1- کد (asp)  وب لاگ رایگان که امکانات خوب و جدیدی به شما میدهد   userfiles/file/sanadata.zip

2- کد فارسی ساز رایگان 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>sanadata.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<INPUT  class=textblack3 dir=rtl name=srch  onkeypress=myKeyPress() size=10  style="HEIGHT: 22px; WIDTH: 120px">
<SCRIPT language=vbscript>
public mode,clik
mode=1
'-----------------------------------------------------------------------
sub MyKeyDown
'function changelang(mode)
'window.alert("MyKeyDown")
'-----------------------------------------------------------------------
'if (window.event.shiftKey and window.event.altKey) then
   if (mode=0) then
    '  mode=1
      window.defaultStatus = "Farsi Mode"
   else
    '  mode=0
      window.defaultStatus = "English Mode"
   end if
 '  window.event.returnValue=FALSE
 '  exit sub
'end if
'window.event.returnValue=TRUE
end sub
function init()
mode=1
end function

function changelang(typemode)
 
   if (typemode=0) then
 
       mode=0
       clik=1
       window.defaultStatus = "English Mode"
      
     
   elseif (typemode=1)  then
    
      mode=1
      clik=1
      window.defaultStatus = "farsi Mode"
  
   end if  
 
end function


'-----------------------------------------------------------------------
sub MyKeyPress
'window.alert(mode)
'-----------------------------------------------------------------------
dim key
key=window.event.keyCode

  if key>127 then exit sub
  if (mode=1) then
   select case chr(key)
      case "&"     : window.event.keyCode =  1548
      case "?"     : window.event.keyCode =  1567
      case "H"     : window.event.keyCode =  1570
      case "h"     : window.event.keyCode =  1575
      case "f","F" : window.event.keyCode =  1576
      case "`"     : window.event.keyCode =  1662
      case "j","J" : window.event.keyCode =  1578
      case "e","E" : window.event.keyCode =  1579
      case "["     : window.event.keyCode =  1580
      case "]"     : window.event.keyCode =  1670
      case "p","P" : window.event.keyCode =  1581
      case "o","O" : window.event.keyCode =  1582
      case "n","N" : window.event.keyCode =  1583
      case "b","B" : window.event.keyCode =  1584
      case "v","V" : window.event.keyCode =  1585
      case "c","C" : window.event.keyCode =  1586
      case "\"     : window.event.keyCode =  1688
      case "s","S" : window.event.keyCode =  1587
      case "a","A" : window.event.keyCode =  1588
      case "w","W" : window.event.keyCode =  1589
      case "q","Q" : window.event.keyCode =  1590
      case "x","X" : window.event.keyCode =  1591
      case "z","Z" : window.event.keyCode =  1592
      case "u","U" : window.event.keyCode =  1593
      case "y","Y" : window.event.keyCode =  1594
      case "t","T" : window.event.keyCode =  1601
      case "r","R" : window.event.keyCode =  1602
      case ";"     : window.event.keyCode =  1603
      case "'"     : window.event.keyCode =  1711
      case "g","G" : window.event.keyCode =  1604
      case "l","L" : window.event.keyCode =  1605
      case "k","K" : window.event.keyCode =  1606
      case ","     : window.event.keyCode =  1608
      case "i","I" : window.event.keyCode =  1607
      case "d"     : window.event.keyCode =  1610
      case "D"     : window.event.keyCode =  1609
      case "m","M" : window.event.keyCode =  1574
      case "?"     : window.event.keyCode =  1567
  '    case "0"     : window.event.keyCode =  1776
  '    case "1"     : window.event.keyCode =  1777
  '    case "2"     : window.event.keyCode =  1778
  '    case "3"     : window.event.keyCode =  1779
  '    case "4"     : window.event.keyCode =  1780
  '    case "5"     : window.event.keyCode =  1781
  '    case "6"     : window.event.keyCode =  1782
  '    case "7"     : window.event.keyCode =  1783
  '    case "8"     : window.event.keyCode =  1784
  '    case "9"     : window.event.keyCode =  1785
   end select
 end if
window.event.returnValue=TRUE
end sub


'-----------------------------------------------------------------------

'-----------------------------------------------------------------------


</SCRIPT>

</body>
</html>
 

 





یک وب سایت رایگان با asp.net بر پایه VB


فرم ارسال E-mail با asp


ASP- CMS


ایجاد شمارنده کد رایگان
DEMO