Is this a common type of extension?

Hello? Of course it is a common type of extension, read the adress bar in your browser to see further examples.

Can anyone shed any light on the features of an address that may end like this?

The information is *probably* being passed to a CGI script. That script is *probably* doing something with it. The script may be in *any* languague, probably not perl. Short of hacking the server or finding out what software it is running and groking the source there is no easy way to know. If you have 1/2 a brain you can look at sequential requests and see what happens to ch= as you do different stuff. This will let you guess it's function with reasonable certainty if you are clever enough.

I have spoken to the people responsible for the maintenance of the website, who do not know.

You have spoken to the wrong people.

Is is possible this could relate to some kind of search function?

It is possible this could relate to anything. It is probably a session tracking ID or a document identifier if you want the two most common posibilities. A search string would look roughly like ?q=find%20this where you searched for "find this"


In reply to Re: Meaning of part of a URL by tachyon-II
in thread Meaning of part of a URL by noob

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.