ASP beginner

T

Thomas A. Rowe

Server-side scripting (ASP, etc.) really has nothing to do with the design of the page, is relates
to the dynamic displaying of content on a page based on some action, etc.

The link I provide gives you sample code for doing various functions.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
D

Daniel

What is server side scripting ? I noticed there are some vb script and some
javascript and some html also.

Daniel
 
J

Jens Peter Karlsen [FP-MVP]

Server side scripting is script that runs on the server.
ASP(.NET), PHP and CGI is commonly used for this.
You wont see the serverside script in your Browser.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
D

Daniel

Do you mean ASP is script run on the server ? if it is the case then we can
use vb script or javascript together ?

Daniel
 
T

Thomas A. Rowe

You would use ASP/VBScript run server-side unless you are in intranet environment where all users
would be running Windows with IE browsers, as other browsers do not support VBScript client side.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
T

Trevor Lawrence

Daniel said:
ASP itself is script made of javascript and vbscript and running on web
server ?

Daniel

I assume that this is a question (since there is ? at the end)

If so, the answer is yes

ASP is an acronym for Active Server Pages

When you use ASP, it runs a script language on your web sever. Everything
between "<%" and "%>" is the script. The script language is vbscript by
default, but can be set to javascript.

If there is no script, then the code is read as HTML.
 
D

Daniel

Hi Trevor, one more question, does frontpage 2003 have any wizards like in
Ms Access ?

Daniel
 
T

Thomas A. Rowe

JavaScript is client-side, rarely is it used as server-side scripting.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
D

Daniel

Thomas, do you know any website that has step by step design for interface
in frontpage ?

Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top