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.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)