function getXmlHttpRequestObject() {
if (window.XMLHttpRequest) {
return new XMLHttpRequest();
} else if(window.ActiveXObject) {
return new ActiveXObject("Microsoft.XMLHTTP");
} else {
return FALSE;
}
}
var searchReq = getXmlHttpRequestObject();
function predict()
{
if (searchReq.readyState == 4 || searchReq.readyState == 0) {
var q = escape(document.search.q.value);
searchReq.open("GET", '/predictService.php?q=' + q, true);
searchReq.onreadystatechange = handleSearchSuggest;
searchReq.send(null);
}
}
function handleSearchSuggest()
{
if (searchReq.readyState == 4) {
var ss = document.getElementById('predictions')
ss.className = 'predictions';
ss.innerHTML = '';
var str = searchReq.responseText.split("\n");
for(i=0; i < str.length - 1; i++) {
var suggest = '
' + str[i] + '
';
ss.innerHTML += suggest;
}
}
}
function suggestOver(div_value)
{
div_value.className = 'predictions_link_over';
}
function suggestOut(div_value)
{
div_value.className = 'predictions_link';
}
function setSearch(value)
{
document.search.q.value = value;
document.search.redir.value = '1';
document.getElementById('predictions').innerHTML = '';
document.search.submit();
}
document.search.q.focus();
Product search results for Fishing Tying Magazine (showing 1 to 2 of 2)
|
Stay ahead of your game with the magazine for the progressive game angler and fly tyer, featuring the latest tactics, flies, tackle and fly tying techniques for trout, salmon, sea trout, grayling, coarse fish and saltwater species. Wherever the actio...
|
Price £33.60
|
|
Today's FlyFisher is the magazine aimed at fly anglers with an appetite for instruction. Every month it features the latest tips and techniques to give you success in every fly fishing situation. Featuring some of the UK's highest profile contributor...
|
Price £33.60
|
Magazine Subscription Offers
Recent Magazine Reviews