Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. A very basic question

A very basic question

Scheduled Pinned Locked Moved Web Development
question
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shahzad
    wrote on last edited by
    #1

    Can somebody explain what ASP is? to a begginer. thanx Shahzad

    J 1 Reply Last reply
    0
    • S shahzad

      Can somebody explain what ASP is? to a begginer. thanx Shahzad

      J Offline
      J Offline
      Jeff Scott
      wrote on last edited by
      #2

      ASP is an acronym for Active Server Pages. This is a model by which a scripting language is used to create web pages. These web pages contain script (usually VBScript or JavaScript) that is executed on the server. The purpose is to make your web pages interactive and not merely static information. This discussion forum is written using ASP. However, you will not see any special coding because the script is executed at the server and not sent to the client. This script can be used to accomplish a multitude of tasks, from updating or reading from a database or sending an email to modifying the servers file system (carefully).

      S 1 Reply Last reply
      0
      • J Jeff Scott

        ASP is an acronym for Active Server Pages. This is a model by which a scripting language is used to create web pages. These web pages contain script (usually VBScript or JavaScript) that is executed on the server. The purpose is to make your web pages interactive and not merely static information. This discussion forum is written using ASP. However, you will not see any special coding because the script is executed at the server and not sent to the client. This script can be used to accomplish a multitude of tasks, from updating or reading from a database or sending an email to modifying the servers file system (carefully).

        S Offline
        S Offline
        shahzad
        wrote on last edited by
        #3

        Thank you for your reply. I would also like to know what VB and javascripts are? What is there function? ================== The original message was: ASP is an acronym for Active Server Pages. This is a model by which a scripting language is used to create web pages.

        These web pages contain script (usually VBScript or JavaScript) that is executed on the server. The purpose is to make your web pages interactive and not merely static information.

        This discussion forum is written using ASP. However, you will not see any special coding because the script is executed at the server and not sent to the client.

        This script can be used to accomplish a multitude of tasks, from updating or reading from a database or sending an email to modifying the servers file system (carefully).

        L 1 Reply Last reply
        0
        • S shahzad

          Thank you for your reply. I would also like to know what VB and javascripts are? What is there function? ================== The original message was: ASP is an acronym for Active Server Pages. This is a model by which a scripting language is used to create web pages.

          These web pages contain script (usually VBScript or JavaScript) that is executed on the server. The purpose is to make your web pages interactive and not merely static information.

          This discussion forum is written using ASP. However, you will not see any special coding because the script is executed at the server and not sent to the client.

          This script can be used to accomplish a multitude of tasks, from updating or reading from a database or sending an email to modifying the servers file system (carefully).

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          VBScript and JavaScript are just two of a multitude of programming/scripting languages out there. These are the two most widely used languages in web development. Every language is roughly the same, however, the syntax is different. For example, to set a variable in VBScript you would write in your ASP:

          MyVariable = 5

          in JavaScript:

          var MyVariable = 5;

          You will notice there is a little more to do in JavaScript. One important, and very often overlooked, item is the semi-colon at the end of the line. In Java, JScript, and JavaScript (yes, they are all different) you have to terminate each line with a semi-colon. The biggest difference if in syntax. Just remember that. Hope it helps, Tobey ================== The original message was: Thank you for your reply. I would also like to know what VB and javascripts are? What is there function?

          ==================
          The original message was:

          ASP is an acronym for Active Server Pages. This is a model by which a scripting language is used to create web pages.

          These web pages contain script (usually VBScript or JavaScript) that is executed on the server. The purpose is to make your web pages interactive and not merely static information.

          This discussion forum is written using ASP. However, you will not see any special coding because the script is executed at the server and not sent to the client.

          This script can be used to accomplish a multitude of tasks, from updating or reading from a database or sending an email to modifying the servers file system (carefully).

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups