Hi Daniel,

>>In an extension, I'd like to detect when the "Go" button has been used to 
>>jump directly
>>to an article that exists.  Any ideas how to do this?

I used the Firefox add-on Live HTTP Headers for a peak under the hood 
(https://addons.mozilla.org/de/firefox/addon/3829).

This is the header sent with the "Go" button:

GET /mediawiki/index.php?title=Spezial%3ASearch&search=keyword&go=Seite HTTP/1.1

and this using "Search":

GET /mediawiki/index.php?title=Spezial%3ASearch&search=keyword&fulltext=Suchen 
HTTP/1.1

You might be able to incept this header information somehow.

hth
Frank



_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to