Ddjewellers.co.uk is an importer & retailer of diamonds & jewelry in the UK

Title

diamond jewelry, gold jewelry, uk jewelry supplier, platinum diamond jewellery, designer diamond jewelry, online jewelry uk, diamond wedding jewelry

Description

Excerpted from the website:

'; code1 =document.getElementById("show_design1").value; //price = ' £'+document.getElementById("show_price1").value+; price1 = document.getElementById("show_price1").value; featureid1 =document.getElementById("featureid").value; products_id1 = document.getElementById("products_id").value; items_id1 = document.getElementById("items_id").value; //document.getElementById("qty").value=document.getElementById("qty1").value; xmlHttp=GetXmlHttpObject() if (xmlHttp==null){ alert ("Browser does not support HTTP Request") return } var url2="add_to_card.php"; url2=url2+"?code="+code1; url2=url2+"&price="+price1; url2=url2+"&featureid1="+featureid1; url2=url2+"∏ucts_id1="+products_id1; url2=url2+"&items_id1="+items_id1; url2=url2+"&rand="+Math.random(); //alert(url2); xmlHttp.onreadystatechange=state_test xmlHttp.open("GET",url2,true); xmlHttp.send(null); return false; } function state_test(){ if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete"){ //alert(xmlHttp.responseText); document.getElementById("wait_image").style.display='none'; overlib(xmlHttp.responseText, FGCOLOR, '#ffffff', BGCOLOR, '#467FB9', BORDER, 0, TEXTFONT, 'arial', TEXTSIZE, 2,TEXTCOLOR, '#4a4a4a', WIDTH, 400, HEIGHT, 70); }else{ document.getElementById("wait_image").style.display='block'; } } function chk_spe_submit(){ if(document.getElementById('spe_sign_txt').value ==){ alert("Please Enter the Email Address/Login ID"); document.getElementById('spe_sign_txt').focus(); return false; }else{ emailStr=document.getElementById('spe_sign_txt').value; var reg1 = /(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)/; // not valid var reg2 = /^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/; // valid if (!(!reg1.test(emailStr) && reg2.test(emailStr))){ alert("Please check Your Email Address."); document.getElementById("spe_sign_txt").focus(); return false; } } } function spe_submit(){ spe_sign=document.getElementById('spe_sign_txt').value; //alert(spe_sign); xmlHttp=GetXmlHttpObject() if (xmlHttp==null){ alert ("Browser does not support HTTP Request") return } var url2="spe_sign_submit.php"; url2=url2+"?spe_sign="+spe_sign; url2=url2+"&rand="+Math.random(); //alert(url2); xmlHttp.onreadystatechange=state_submit_spe xmlHttp.open("GET",url2,true); xmlHttp.send(null); return false; } function state_submit_spe(){ if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete"){ //alert(xmlHttp.responseText) overlib(xmlHttp.responseText,FGCOLOR, '#ffffff', BGCOLOR, '#467FB9', BORDER, 0, TEXTFONT, 'arial', TEXTSIZE, 2,TEXTCOLOR, '#4a4a4a', WIDTH, 400, HEIGHT, 70); document.getElementById('spe_sign_txt').value=; } } function submit_search(){ search_txt=document.getElementById('search_txt').value; search_whole=document.getElementById('search_whole').checked; //alert(search_whole); xmlHttp=GetXmlHttpObject() if (xmlHttp==null){ alert ("Browser does not support HTTP Request") return } var url2="search_data.php"; url2=url2+"?search_data="+search_txt; url2=url2+"&search_whole="+search_whole; url2=url2+"&rand="+Math.random(); //alert(url2); xmlHttp.onreadystatechange=state_submit_search xmlHttp.open("GET",url2,true); xmlHttp.send(null); return false; } function state_submit_search(){ if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete"){ //alert(xmlHttp.responseText) overlib(xmlHttp.responseText,FGCOLOR, '#ffffff', BGCOLOR, '#467FB9', BORDER, 0, TEXTFONT, 'arial', TEXTSIZE, 2,TEXTCOLOR, '#4a4a4a', WIDTH, 400, HEIGHT, 70); } } function chk_search(){ if(document.getElementById('search_txt').value ==){ alert("Please Enter the search keyword"); document.getElementById('search_txt').focus(); return false; } } function chk_login_reg_user(){ if(document.getElementById('login_email').value ==){ alert("Please Enter the Email Address/Login ID"); document.getElementById('login_email').focus(); return false; }else{ emailStr=document.getElementById('login_email').value; var reg1 = /(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)/; // not valid var reg2 = /^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/; // valid if (!(!reg1.test(emailStr) && reg2.test(emailStr))){ alert("Please check Your Email Address."); document.getElementById("login_email").focus(); return false; } } if(document.getElementById('login_password').value ==){ alert("Please Enter the password"); document.getElementById('login_password').focus(); return false; } } function login_reg_user(){ login_email=document.getElementById('login_email').value; login_password=document.getElementById('login_password').value; xmlHttp=GetXmlHttpObject() if (xmlHttp==null){ alert ("Browser does not support HTTP Request") return } var url2="chk_login_reg_user.php"; url2=url2+"?login_email="+login_email; url2=url2+"&login_password="+login_password; url2=url2+"&rand="+Math.random(); //alert(url2); xmlHttp.onreadystatechange=state_login_reg_user xmlHttp.open("GET",url2,true); xmlHttp.send(null); return false; } function state_login_reg_user(){ if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete"){ //alert(xmlHttp.responseText) if(xmlHttp.responseText !=){ alert(xmlHttp.responseText); }else{ document.getElementById("regStaus").value='yes'; nd(); get_response(1); } } } function chk_reg_user(){ if(document.getElementById('ru_email').value ==){ alert("Please Enter the Email Address/Login ID"); document.getElementById('ru_email').focus(); return false; }else{ emailStr=document.getElementById('ru_email').value; var reg1 = /(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)/; // not valid var reg2 = /^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/; // valid if (!(!reg1.test(emailStr) && reg2.test(emailStr))){ alert("Please check Your Email Address."); document.getElementById("ru_email").focus(); return false; } } if(document.getElementById('ru_firstname').value ==){ alert("Please Enter the First Name"); document.getElementById('ru_firstname').focus(); return false; } if(document.getElementById('ru_lastname').value ==){ alert("Please Enter the Last Name"); document.getElementById('ru_lastname').focus(); return false; } if(document.getElementById('ru_password').value ==){ alert("Please Enter the Password"); document.getElementById('ru_password').focus(); return false; } if(document.getElementById('ru_cpassword').value ==){ alert("Please Enter the confirm password"); document.getElementById('ru_cpassword').focus(); return false; } if(document.getElementById('ru_password').value != document.getElementById('ru_cpassword').value){ alert("Please check Your confirm password"); document.getElementById('ru_cpassword').value=; document.getElementById('ru_cpassword').focus(); return false; } } function reg_user(){ ru_title=document.getElementById('ru_title').value; ru_email=document.getElementById('ru_email').value; ru_firstname=document.getElementById('ru_firstname').value; ru_lastname=document.getElementById('ru_lastname').value; ru_password=document.getElementById('ru_password').value; ru_cpassword=document.getElementById('ru_cpassword').value; ru_phone=document.getElementById('ru_phone').value; ru_mobile=document.getElementById('ru_mobile').value; ru_city=document.getElementById('ru_city').value; ru_state=document.getElementById('ru_state').value; ru_zipcode=document.getElementById('ru_zipcode').value; ru_country=document.getElementById('ru_country').value; ru_shippingaddres=document.getElementById('ru_shippingaddres').value; ru_billingaddres=document.getElementById('ru_billingaddres').value; xmlHttp=GetXmlHttpObject() if(xmlHttp==null){ alert ("Browser does not support HTTP Request") return } var url2="reg_user.php"; url2=url2+"?ru_title="+ru_title; url2=url2+"&ru_email="+ru_email; url2=url2+"&ru_firstname="+ru_firstname; url2=url2+"&ru_lastname="+ru_lastname; url2=url2+"&ru_password="+ru_password; url2=url2+"&ru_cpassword="+ru_cpassword; url2=url2+"&ru_phone="+ru_phone; url2=url2+"&ru_mobile="+ru_mobile; url2=url2+"&ru_city="+ru_city; url2=url2+"&ru_state="+ru_state; url2=url2+"&ru_zipcode="+ru_zipcode; url2=url2+"&ru_country="+ru_country; url2=url2+"&ru_shippingaddres="+ru_shippingaddres; url2=url2+"&ru_billingaddres="+ru_billingaddres; url2=url2+"&rand="+Math.random(); //alert(url2); xmlHttp.onreadystatechange=stateReguser xmlHttp.open("GET",url2,true); xmlHttp.send(null); return false; } function stateReguser(){ if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete"){ //alert(xmlHttp.responseText) if(xmlHttp.responseText !=){ alert(xmlHttp.responseText); }else{ document.getElementById("regStaus").value='yes'; nd(); get_response(1); } } } function chk_num(id, qty){ //alert(id) if(!(/^\d+$/.test(document.getElementById('cvalue'+id).value))){ alert('Please Enter Valid Digits numerics!'); document.getElementById('cvalue'+id).value=qty; document.getElementById('cvalue'+id).focus(); return false; } return true; } function change_product(id) { document.getElementById("change"+id).style.display="none"; document.getElementById("change1"+id).style.display="block"; } function change_product1(id) { //alert(id); qty = document.getElementById("cvalue"+id).value; //alert(qty); xmlHttp=GetXmlHttpObject() if (xmlHttp==null){ alert ("Browser does not support HTTP Request") return } var url2="change_product.php"; url2=url2+"?id="+id; url2=url2+"&qty="+qty; url2=url2+"&rand="+Math.random(); //alert(url2); xmlHttp.open("GET",url2,true); xmlHttp.send(null); get_response(1); } function remove_product(id) { //alert(id); if(confirm("Would you like to delete this product from shopping cart ?")){ xmlHttp=GetXmlHttpObject() if (xmlHttp==null){ alert ("Browser does not support HTTP Request") return } var url2="remove_product.php"; url2=url2+"?id="+id; url2=url2+"&rand="+Math.random(); //alert(url2); xmlHttp.open("GET",url2,true); xmlHttp.send(null); get_response(1); } } function search_data(){ xmlHttp=GetXmlHttpObject() if (xmlHttp==null){ alert ("Browser does not support HTTP Request") return } var url2="search_data.php"; url2=url2+"?rand="+Math.random(); xmlHttp.onreadystatechange=statesearch xmlHttp.open("GET",url2,true); xmlHttp.send(null); } function statesearch(){ if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete"){ //alert(xmlHttp.responseText) //ddrivetip(xmlHttp.responseText,, 500); overlib(xmlHttp.responseText,FGCOLOR, '#ffffff', BGCOLOR, '#467FB9', BORDER, 0, TEXTFONT, 'arial', TEXTSIZE, 2,TEXTCOLOR, '#4a4a4a', WIDTH, 400, HEIGHT, 70); }else{ //ddrivetip('
read more

Languages

English

Address

7 Chapel St, Ravenstone
Coalville LE67 2JT UNITED KINGDOM

Contact

Webfx51

Additional Information

Related Domains

External Links



Retrieved from "http://aboutus.com/index.php?title=Ddjewellers.co.uk&oldid=29144177"