?scid

D

david

Hi,

I need some help understanding "?scid" as contained in the two lines of code
below.
Each line is suppose to open up a new web page but doesn't.
If I remove the characters /?scid= from the second line, then that line
works as expected.

<li><a href="/?scid=passwordprotect.asp">Password-Protected Page</li>
<li><a href="/?scid=nonsecure.asp">Nonsecure Page</li>

The source code above are copied from:
http://support.microsoft.com/?scid=kb;en-us;825498&spid=2514&sid=138

Thanks.

David
 
J

Jens Peter Karlsen[FP MVP]

The ? is a delimiter.
scid is a parameter fed to the ASP page so it knows what to do.
In this case there seems to be an error and it isn't really needed.
Probably because someone changed the examples and forgot to remove that
part.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
D

david

Hi Jens,
I copied the code without modification from
http://support.microsoft.com/?scid=kb;en-us;825498&spid=2514&sid=138
I used Frontpage 2003 under Window XP to create a website with the sample
code, and published it to an ISP site.
So why does the code fail?
Again, I copied it straight from the Microsoft article, without making any
modification.
The original codes can be viewed at the link above.

David

Jens Peter Karlsen said:
The ? is a delimiter.
scid is a parameter fed to the ASP page so it knows what to do.
In this case there seems to be an error and it isn't really needed.
Probably because someone changed the examples and forgot to remove that
part.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: david [mailto:[email protected]]
Posted At: 2. januar 2005 07:53
Posted To: microsoft.public.frontpage.programming
Conversation: ?scid
Subject: ?scid


Hi,

I need some help understanding "?scid" as contained in the
two lines of code below.
Each line is suppose to open up a new web page but doesn't.
If I remove the characters /?scid= from the second line,
then that line
works as expected.

<li><a href="/?scid=passwordprotect.asp">Password-Protected
Page</li> <li><a href="/?scid=nonsecure.asp">Nonsecure Page</li>

The source code above are copied from:
http://support.microsoft.com/?scid=kb;en-us;825498&spid=2514&sid=138

Thanks.

David
 
J

Johnny Bravo

You can reach me here:

Todd Ullum
5963 Whitefield Street
Dearborn Heights, Michigan
48127
The diesel mechanic money is absolutely insane!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top