Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: ASP scripts

  1. #1
    Join Date
    Sep 2002
    Posts
    208
    Rep Power
    0

    Default ASP scripts

    where can i learn how to use ASP scripts any url's?

  2. #2
    Join Date
    Jul 2002
    Posts
    818
    Rep Power
    0

    Default Re:ASP scripts

    Quote Originally Posted by psimpsonjr
    where can i learn how to use ASP scripts any url's?
    Try this

  3. #3
    Join Date
    Sep 2002
    Posts
    208
    Rep Power
    0

    Default Re:ASP scripts

    Thank yOU

  4. #4
    Join Date
    Aug 2002
    Posts
    1,236
    Rep Power
    0

    Default Re:ASP scripts

    uhm... that link above is for PHP stuff (it's probably a subtle hint ). If you want to learn ASP (Active Server Pages NOT Application Service Provider) then you should check
    http://wwws.sun.com/software/chilisoft/

    Also, if you want to learn a technology, it always makes sense to buy a good book.

  5. #5
    Join Date
    Apr 2003
    Posts
    13,269
    Rep Power
    34

    Default Re:ASP scripts

    You can also visit W3Schools (http://www.w3schools.com/asp/default.asp) to learn some VBScript, which is the language used to write ASP scripts.

  6. #6
    Join Date
    Aug 2002
    Posts
    1,236
    Rep Power
    0

    Default Re:ASP scripts

    actually vbscript is the MOST popular language used in ASP but you can use a variation of Javascript as well within ASP tags. I call ASP a container technology because it can use more than one scripting language. (correct me if I'm wrong(with references) )

  7. #7
    Join Date
    Apr 2003
    Posts
    13,269
    Rep Power
    34

    Default Re:ASP scripts

    Yep, you're right. (so no examples needed )

    Also the link you pointed to, ChiliSoft, is software that you can use to run ASP pages on your computer without using IIS (Internet Information Services) or PWS (Personal Web Server) and without having a Windows operating system.

    But then you would still need to learn VBScript, unless you are just going to use html in your asp pages. (which doesn't make sense)

  8. #8
    Join Date
    Mar 2003
    Posts
    1,700
    Rep Power
    0

    Default Re:ASP scripts

    Paulos, just curious: R U building pages 4 WOCF? or just for your purposes?

  9. #9
    Join Date
    May 2003
    Posts
    3,041
    Rep Power
    0

    Default Re:ASP scripts

    All of the below is true:

    php > asp
    asp < php
    asp != php
    asp == void

  10. #10
    Join Date
    Jul 2002
    Posts
    818
    Rep Power
    0

    Default Re:ASP scripts

    Quote Originally Posted by matronyx
    All of the below is true:

    php > asp
    asp < php
    asp != php
    asp == void
    ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D

    More like asp==null

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •