Lyrics & Knowledge Personal Pages Record Shop Auction Links Radio & Media Kids Membership Help
The Mudcat Cafesj



User Name Thread Name Subject Posted
Jon Freeman Tech Hints PermaThread™ (31) RE: Tech Hints PermaThread™ 28 May 02


People sometimes seem to want to know how to give links to searches or threads using filters, etc. Here's how I do it or find out how to do it. It's a little bit messy but it seems to work with every form I have tried at Mudcat...

View the source of the page that contains the input form you would normally use to perform the search/filter and search for the form there. This will be in a section of the HTML that starts with <FORM> Some pages do contain more than one form but it is easy enough to work out which form is which.

When you have found the right form, read along to where is says "action=". This will give you the URL. Next, look through the form for lines sarting with <INPUT> or <SELECT> The "Name=" bit for these will give you the names of the paramaters to supply. The rule here is simple. The first paramater follows the URL and is preceded by a question mark (?), subsequent paramaters follow and are preceded by an Ampersand (&).

As an example, to use the filter, looking through threads.cfm you will find the form with the action threads.cfm. It has an input with the name "Title" and a select with the name age. So, to find all BS threads from the past 5 days, the URL would be

threads.cfm?Title=BS:&age=5.

The only other thing to know is that if you are providing a link from outside the main forum, you need to supply a full URL, e.g. http://www.mudcat.org/threads.cfm....

Jon


Post to this Thread -

Back to the Main Forum Page

By clicking on the User Name, you will requery the forum for that user. You will see everything that he or she has posted with that Mudcat name.

By clicking on the Thread Name, you will be sent to the Forum on that thread as if you selected it from the main Mudcat Forum page.

By clicking on the Subject, you will also go to the thread as if you selected it from the original Forum page, but also go directly to that particular message.

By clicking on the Date (Posted), you will dig out every message posted that day.

Try it all, you will see.