DHTML,ASP/ADO, VBScript/Javascript, SQL Server/Oracle

解决方案 »

  1.   

    除了楼上所说之外,也可以考虑PHP
      

  2.   

    VB?
    哈哈!学ASP吧!http://shuang8.myrice.com
    有事发Email给我!
      

  3.   

    能再详细些吗   对于VBScript我略明白一些可要学先从哪方面入手呢?
      

  4.   

    呵.从
    <%for i=1 to 1999%>
    <%=i%>
    <%next%>
    入门?
      

  5.   

    if you know VB, you already know 99% of VBScript, just remember, to declare a variable, you do
    dim s
    in VBScript, not
    dim s as String
    as in VBOf course, it is a different story in .NET, since in .Net, there is no separate VBScript, you just use VB
      

  6.   

    我想知道学DHTML是可以实现什么界面, 学ADO可以达到什么结果,
    学ASP为了得到什么功能。。
      

  7.   

    DHTML -- you can manipulate everything on the page (including doing animation), you can validate your data before submissionASP -- you can program dynamic pagesADO -- you can use it in ASP pages to connect to databases to insert, update, delete data
      

  8.   

    sorry, I am using an English version Operating System