Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP General
How can start to learn ASP?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Evertjan., post: 4376533"] wrote on 29 mei 2006 in microsoft.public.inetserver.asp.general: 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. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP General
How can start to learn ASP?
Top