HREF QUESTION (cross)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Savas Ates

    #1

    HREF QUESTION (cross)

    I saw an url like this

    <a
    href="{nocache: 426d6de96f848e2 3f89ef8d2a55714 5f#0}&p=http://www.isbuluyorum .
    com>CLICK</a>


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

    Does anyone have idea about it ?


  • Steven Burn

    #2
    Re: HREF QUESTION (cross)

    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


    Keeping it FREE!

    "Savas Ates" <in da club> wrote in message
    news:O4v04T9LGH A.2416@TK2MSFTN GP15.phx.gbl...[color=blue]
    > I saw an url like this
    >
    > <a
    >[/color]
    href="{nocache: 426d6de96f848e2 3f89ef8d2a55714 5f#0}&p=http://www.isbuluyorum .[color=blue]
    > com>CLICK</a>
    >
    >
    > What is the purpose of using href="{nocache: 1321sdsa
    >
    > Does anyone have idea about it ?
    >
    >[/color]


    Comment

    • Nicholas Paldino [.NET/C# MVP]

      #3
      Re: HREF QUESTION (cross)

      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.co m

      "Savas Ates" <in da club> wrote in message
      news:O4v04T9LGH A.2416@TK2MSFTN GP15.phx.gbl...[color=blue]
      >I saw an url like this
      >
      > <a
      > href="{nocache: 426d6de96f848e2 3f89ef8d2a55714 5f#0}&p=http://www.isbuluyorum .
      > com>CLICK</a>
      >
      >
      > What is the purpose of using href="{nocache: 1321sdsa
      >
      > Does anyone have idea about it ?
      >
      >[/color]


      Comment

      • Steven Burn

        #4
        Re: HREF QUESTION (cross)

        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


        Keeping it FREE!

        "Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard .caspershouse.c om> wrote in
        message news:%23MRD18KM GHA.3276@TK2MSF TNGP09.phx.gbl. ..[color=blue]
        > 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.co m
        >
        > "Savas Ates" <in da club> wrote in message
        > news:O4v04T9LGH A.2416@TK2MSFTN GP15.phx.gbl...[color=green]
        > >I saw an url like this
        > >
        > > <a
        > >[/color][/color]
        href="{nocache: 426d6de96f848e2 3f89ef8d2a55714 5f#0}&p=http://www.isbuluyorum .[color=blue][color=green]
        > > com>CLICK</a>
        > >
        > >
        > > What is the purpose of using href="{nocache: 1321sdsa
        > >
        > > Does anyone have idea about it ?
        > >
        > >[/color]
        >
        >[/color]


        Comment

        Working...