Results 1 to 4 of 4

Thread: Netscape Woes

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Columbus Ohio
    Posts
    217
    Is their a way for Netscape to work with ASP???
    Chris

    [email protected]
    Windows XP RC2 B2526
    Visual Studio.Net Beta 2
    C++, VB, VB.Net, ASP, PHP

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    292
    ASP is server side and should be completley browser independent. It should work equally well across IE,Netscape,Opera, Lynx, whatever.
    "People who think they know everything are a great annoyance to those of us who do."

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Columbus Ohio
    Posts
    217

    More specific

    Because asp uses vbscript, that wont work with netscpae right???
    Chris

    [email protected]
    Windows XP RC2 B2526
    Visual Studio.Net Beta 2
    C++, VB, VB.Net, ASP, PHP

  4. #4
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    292
    Whatever script you use on an ASP page (VBScript, JScript,PerlScript, whatever) will be parsed and executed by the server. All that is returned to the client is HTML (Unless you return something else to the client that is)
    "People who think they know everything are a great annoyance to those of us who do."

Posting Permissions

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



Click Here to Expand Forum to Full Width