Re: <form action="/?scid=xyz.asp&fp=1" methos ="post">

From: Joe Fawcett (joefawcett_at_hotmail.com)
Date: 02/07/05


Date: Mon, 7 Feb 2005 09:55:52 -0000

Do you have the source code for defualt.asp, if so post it.
Alternatively IIS maybe passing any request with that pattern to a special
purpose processor to be dealt with, rather than the normal asp page, which
may or may not receive the request afterwards.

-- 
Joe (MVP)
"myleslawrence" <myles.lawrence@cox.net> wrote in message
news:c2yNd.25218$Yu.7353@fed1read01...
> OK thanks. But what is the significance of the query parameters scid and
fp?
> I see them used a lot but there's nothing in default.asp to use them. Do
> they have special meaning somehow?
>
> "Joe Fawcett" <joefawcett@hotmail.com> wrote in message
> news:%23Q$9xzDDFHA.3324@TK2MSFTNGP15.phx.gbl...
> > "myleslawrence" <myles.lawrence@cox.net> wrote in message
> > news:YpaNd.12528$Yu.2804@fed1read01...
> > I wonder is someone would be so kind to tell me what the /?scid= means
in
> > the example:
> > <form action="/scid=xyz.asp&fp=1" method ="post">
> >
> > and what the &fp=1 means.
> >
> > I can't find it anywhere.
> >
> > I'm trying to build a login page using sessions using the example at
> > http://support.microsoft.com/kb/299987
> >
> > I presume there is a question mark after the /.
> >
> > It means that the form is posting back to the default page of the site's
> > root directory, that's the / part.
> > It also passes two querystring variables to that page; scid, which
equals
> > xyz.asp, and fp which equals 1.
> > So if the default page if default.asp then the action is really:
> >
> > /default.asp?scid=xyz.asp&fp=1
> >
> >
> > -- 
> >
> > Joe (MVP)
> >
> >
> >
> >
> >
>
>


Relevant Pages

  • Re: Someone tell me: Is this REALLY the USofA????
    ... debating whether to approve a request from the President of the United ... States for legal authority to torture prisoners? ... You're a good man, Joe. ... But if I was president, I would reach out to Muslims ...
    (alt.politics)
  • Re: Oh.... Im just wondering whos seen this stumper... RESOLVED !
    ... His request is formed in a manner such as.... ... Thanks Joe in advanced. ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ... just has the granular attribute write permissions ...
    (microsoft.public.windows.server.active_directory)
  • Re: Make a call
    ... > So, is it that you may be getting a request for user Joe via UDP, whose ... When the server got the network request for a call from Joe, ... > finally add the second call to the conference. ...
    (microsoft.public.win32.programmer.tapi)
  • Re: Your ideas for a beginners woodturning class. Content & handouts.
    ... Thanks to Joe, My request for help wasn't completely ignored. ... one else here taught a class and is willing to share his/her ... instructional techniques and materials? ...
    (rec.crafts.woodturning)
  • Re: Someone tell me: Is this REALLY the USofA????
    ... debating whether to approve a request from the President of the United ... States for legal authority to torture prisoners? ... You're a good man, Joe. ...
    (alt.politics)

Loading