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 Quick Easy Cross Stitch Magazine (showing 1 to 2 of 2)
|
Quick and Easy Cross Stitch is designed for stitchers who have to juggle the demands of a busy life with their love of stitching. The magazine is packed to bursting point with quality designs which are easy and very enjoyable to stitch. EDITORIAL FEA...
|
Price £8.00
|
|
QuickEasy Cross Stitch is the most addictive cross stitch magazine. Subscribe at £32.00...
|
Price £32.00
|
Magazine Subscription Offers
Recent Magazine Reviews