|
James Henson
While we discourage too much 'bling' in our offical web publication, if you are looking to spice up your page and learn about HTML, DHTML, and Javascript, let us recommend a few sites:
.ASP pages must be viewed through the server for the 'special code' to be interpreted. Otherwise, the commands are ignored. Beyond that, however, an .ASP page is just like an .HTM or .HTML page. In fact, if you take an HTM/HTML page and rename it to be an .ASP page, it will display exactly the same.
This file, for example, if renamed to be .HTML, would not contain the header or styles defined by the INCLUDE files, nor would the variables defined as Username or Fullname be defined (so your name would not show up in the title or on the page). But anything else on the page should appear as you'd expect.
So if you want to develop your content as a regular HTML page, you certainly can do that. Simply paste the HTML code from between (but not including) the <BODY> and </BODY> tags between the <DIV> and </DIV> tags here, and unless you're doing something fancy it should work just fine.
.ASP pages can do much more than just include other files. You can utilize Visual Basic Script for CGI-type applications. A quick Google search on 'ASP' or 'Active Server Pages' will provide you with plenty of information.
Many languages are used to develop CGIs, and because CGIs run directly on the the server itself (whereas Javascript runs on the machine viewing the webpage), CGI programs are considerably more complex to write than a simple webpage, and raise security concerns as well.
The University does not permit CGI development in your personal accounts (beyond what you can do with .ASP and Visual Basic). However, if you are interested in creating an online form which sends the results to you via e-mail, we have an existing CGI which you are welcome to use-- Autoform. For more information, consider the following links:
ENJOY!
→ This page was automatically generated when the client's web account was created. ← → 08/17/2006 18:56:53 ←