The next step is to learn ASP.
While scripts in an
HTML file are executed on the client browser, scripts
in an ASP file are executed on the server.
With ASP you can dynamically edit, change or add any content
of a Web page, respond to data submitted from HTML forms, access
any data or databases and return the results to the browser,
customize a Web page to make it more useful for individual
users.
Since ASP files are returned as plain HTML format, they can be
viewed in any browser.
If you want to learn more on ASP, please visit our
ASP tutorial.
|