Home All Groups Group Topic Archive Search About

HREF QUESTION (cross)

Author
12 Feb 2006 1:05 PM
Savas Ates
I saw an url like this

<a
href="{nocache:426d6de96f848e23f89ef8d2a557145f#0}&p=http://www.isbuluyorum.
com>CLICK</a>


What is the purpose of using  href="{nocache:1321sdsa

Does anyone have idea about it ?

Author
12 Feb 2006 2:59 PM
Steven Burn
I'm in the middle of a project that uses those (was originally done by
someone else) and it's a royal pain in the arse ... not quite sure why it's
used unfortunately, so if you find out ....

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Savas Ates" <in da club> wrote in message
news:O4v04T9LGHA.2416@TK2MSFTNGP15.phx.gbl...
> I saw an url like this
>
> <a
>
href="{nocache:426d6de96f848e23f89ef8d2a557145f#0}&p=http://www.isbuluyorum.
Show quoteHide quote
> com>CLICK</a>
>
>
> What is the purpose of using  href="{nocache:1321sdsa
>
> Does anyone have idea about it ?
>
>
Author
13 Feb 2006 3:08 PM
Nicholas Paldino [.NET/C# MVP]
Savas,

    Not all URLS have to have HTTP in order to be used.  This is a custom
URL it would seem, handled by a custom asynchronous pluggable protocol
handler.

    Hope this helps.


--
          - Nicholas Paldino [.NET/C# MVP]
          - mvp@spam.guard.caspershouse.com

Show quoteHide quote
"Savas Ates" <in da club> wrote in message
news:O4v04T9LGHA.2416@TK2MSFTNGP15.phx.gbl...
>I saw an url like this
>
> <a
> href="{nocache:426d6de96f848e23f89ef8d2a557145f#0}&p=http://www.isbuluyorum.
> com>CLICK</a>
>
>
> What is the purpose of using  href="{nocache:1321sdsa
>
> Does anyone have idea about it ?
>
>
Author
13 Feb 2006 3:57 PM
Steven Burn
Nicholas,
I'm not convinced thats the case here. The reason for this is because one of
the site's I am working on (mentioned in my other post), uses {} to include
both URL's AND code. For example;

<table>
{HTML}
</table>

The backend of the site is in ASP files and a database, and the layout is in
HTML files ... I attempted to include a form in one of the HTML files
(simple stuff, yes?), so in goes my form ... and upon loading it on the
server, what should show up?

{woops}

Where "woops" was the text between my comment tags!!!

The form was nowhere to be seen ... (I've looked at the main files and it
mentions something about CodeCharge (www.yessoftware.com) (never heard of it
myself, but from what I can gather, thats what the site was originally
developed in (what the hecks wrong with good ole notepad???...))

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Show quoteHide quote
"Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard.caspershouse.com> wrote in
message news:%23MRD18KMGHA.3276@TK2MSFTNGP09.phx.gbl...
> Savas,
>
>     Not all URLS have to have HTTP in order to be used.  This is a custom
> URL it would seem, handled by a custom asynchronous pluggable protocol
> handler.
>
>     Hope this helps.
>
>
> --
>           - Nicholas Paldino [.NET/C# MVP]
>           - mvp@spam.guard.caspershouse.com
>
> "Savas Ates" <in da club> wrote in message
> news:O4v04T9LGHA.2416@TK2MSFTNGP15.phx.gbl...
> >I saw an url like this
> >
> > <a
> >
href="{nocache:426d6de96f848e23f89ef8d2a557145f#0}&p=http://www.isbuluyorum.
Show quoteHide quote
> > com>CLICK</a>
> >
> >
> > What is the purpose of using  href="{nocache:1321sdsa
> >
> > Does anyone have idea about it ?
> >
> >
>
>