CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Mar 2001
    Location
    Belgrade, Serbia
    Posts
    629

    parsing url in ASP

    I see quite a number of asp (and somewhat other scripting languages) pages that parse url in a way I'm not familiar with.... I used to seeing pages that parse url in standard way, like:
    somepage.asp?a=value1&b=value2, etc.... but what about this?
    http://www.extremetech.com/article2/...,612180,00.asp

    I have hard time believing that there is actually a page like this, called 0,1,2,3,4.asp..... so, can anyone familiar with this shed some light on subject?

    thx in advance
    Last edited by boccio; October 10th, 2002 at 07:58 AM.

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

Featured