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 Doctor Adventures Magazine (showing 1 to 1 of 1)
|
Doctor Who Adventures is a weekly magazine for young boys and girls who love Doctor Who. The magazine immerses readers into the world of the Doctor and his friends, taking them on an adventure into time and space every week! It is packed full of mons...
|
Price from £1.00
|
Magazine Subscription Offers
Recent Magazine Reviews