How can start to learn ASP?

W

webmastermuztagh

Hi!
I know something about HTML and no more but recently i really like
to learn ASP but unfortunatly no body know ASP here. So is there any
body can help! How can start asp and what should i know before i start
learning ASP.I would very aprecieate if anybody could help me, and i am
till thankfull , you do tell me nothing ,though!
Love
From
Ali
 
E

Evertjan.

wrote on 29 mei 2006 in microsoft.public.inetserver.asp.general:
Hi!
I know something about HTML and no more but recently i really like
to learn ASP but unfortunatly no body know ASP here. So is there any
body can help! How can start asp and what should i know before i start
learning ASP.I would very aprecieate if anybody could help me, and i am
till thankfull , you do tell me nothing ,though!

ASP is not a computer language.
ASP is a platform where you can use VisualBasic-Script [VBS]
or Javascript on a server.
VBS is traditionally used most, so you would have to know/learn something
about that.

Hands-on is essential, so you need access to a ASP-enabled server, on
your XP-pro machine, or on a www-server.

Then try:

=========== test.asp =============

<html>
<body>
Test:<hr>
<%
Dim i
For i = 1 to 10
Response.write "Hello world!<br>"
Next
%>
</body>
</html>

===================================

Warning:
ASP.NET is somethng altogether DIFFERENT,
and is not spoken on this NG.
 
A

Anthony Jones

Hi!
I know something about HTML and no more but recently i really like
to learn ASP but unfortunatly no body know ASP here. So is there any
body can help! How can start asp and what should i know before i start
learning ASP.I would very aprecieate if anybody could help me, and i am
till thankfull , you do tell me nothing ,though!
Love
From
Ali

This is the VBScript language reference typically used in ASP development:-

http://msdn.microsoft.com/library/en-us/script56/html/ddfa5183-d458-41bc-a489-070296ced968.asp


This is the reference material for the ASP scripting context:-

http://msdn.microsoft.com/library/en-us/iissdk/html/2c40c3cf-90eb-41ca-ae2a-0ef33a651779.asp


This is a good tutorial to just get you started:-

http://www.w3schools.com/asp/default.asp
 

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

Members online

No members online now.

Forum statistics

Threads
474,141
Messages
2,570,818
Members
47,367
Latest member
mahdiharooniir

Latest Threads

Top