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 50 Off Sale Lingerie (showing 1 to 2 of 2)
|
SHX589 Lace garterbelt. Soft Lace garterbelt with adjustable back and garters. Co ordinates with bikini product number X177 and stockings product number X5077. Please note colour Black is only available in 34X and colour White in size 12X....
|
£11.50
More Information »
|
|
SHX3537 Metallic crochet net chemise. Tantalise him with this stunning soft and sexy metallic crochet net chemise with gorgeous velvet trim, fringe bottom and low scoop back. Includes matching g string....
|
£26.00
More Information »
|