pcbfacile.com - information about domain
- Server Status: available
- Server IP: 62.149.128.163
- Server Response Time: 108ms
Site title
PCBFacile Store - Tutto per la realizzazione di circuiti stampati, PCB e l'elettronica
Keywords
Pcbfacile, circuiti stampati,Stepper, Bromografo, Bromografi, etching machine, fotoincisione, basette presensibilizzate, Motori Passo Passo, PCB, Elettronica, Minidrill, etching PCB, printed circuitboards, electronic, engineering, kit, technician, drilli
Alexa information
Alexa rank: 4,286,220
Rank Trend
Bounce Trend
DNS Information
| Host: | Class: | Type: | IP: | TTL: | Target: | Other: |
| pcbfacile.com | IN | MX | 21600 | mx.pcbfacile.com | pri: 10 | |
| pcbfacile.com | IN | SOA | 21600 | mname: dns.technorail.com rname: hostmaster.technorail.com serial: 1 refresh: 86400 retry: 7200 expire: 2592000 minimum-ttl: 86400 |
||
| pcbfacile.com | IN | A | 62.149.128.166 | 21600 | ||
| pcbfacile.com | IN | A | 62.149.128.72 | 21600 | ||
| pcbfacile.com | IN | A | 62.149.128.74 | 21600 | ||
| pcbfacile.com | IN | A | 62.149.128.151 | 21600 | ||
| pcbfacile.com | IN | A | 62.149.128.154 | 21600 | ||
| pcbfacile.com | IN | A | 62.149.128.157 | 21600 | ||
| pcbfacile.com | IN | A | 62.149.128.160 | 21600 | ||
| pcbfacile.com | IN | A | 62.149.128.163 | 21600 | ||
| pcbfacile.com | IN | NS | 21600 | dns.technorail.com | ||
| pcbfacile.com | IN | NS | 21600 | dns2.technorail.com |
Server Location
Site source
Show / hide source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/pagina_iniziale_new.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta NAME="KEYWORDS" CONTENT="Pcbfacile, circuiti stampati,Stepper, Bromografo, Bromografi, etching machine, fotoincisione, basette presensibilizzate, Motori Passo Passo, PCB, Elettronica, Minidrill, etching PCB, printed circuitboards, electronic, engineering, kit, technician, drillingmachine, Onlineshop, Shop,online store, store, vendita online" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>PCBFacile Store - Tutto per la realizzazione di circuiti stampati, PCB e l'elettronica</title>
<!-- InstanceEndEditable -->
<script src="SpryAssets/xpath.js" type="text/javascript"></script>
<script src="SpryAssets/SpryData.js" type="text/javascript"></script>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
var dsNovita = new Spry.Data.XMLDataSet("../novita.xml", "voci/voce",{sortOnLoad:"title",sortOrderOnLoad:"ascending"});
var dsOfferte = new Spry.Data.XMLDataSet("../offerte.xml", "voci/voce",{sortOnLoad:"price",sortOrderOnLoad:"ascending"});
var dsRiquadroCentrale = new Spry.Data.XMLDataSet("../riquadro.xml", "voci/voce",{sortOnLoad:"title",sortOrderOnLoad:"ascending"});
function MM_validateForm() { //v4.0
if (document.getElementById){
var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=document.getElementById(args[i]);
if (val) { nm=val.name; if ((val=val.value)!="") {
if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
if (p<1 || p==(val.length-1)) errors+='- '+nm+' deve essere un indirizzo e-mail.\n';
} else if (test!='R') { num = parseFloat(val);
if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
min=test.substring(8,p); max=test.substring(p+1);
if (num<min || max<num) errors+='- '+nm+' deve essere un numero '+min+' and '+max+'.\n';
} } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
} if (errors) alert('Si sono verificati i seguenti errori:\n'+errors);
document.MM_returnValue = (errors == '');
} }
//-->
function CheckEmail(emailAddress)
{
var ok = true;
var regExpression = /.+@.+\../;
if(emailAddress != "")
{
if(!regExpression.exec(emailAddress))
{
ok = false;
}
}
return ok;
}
function controllo_input_codice_sconto()
{
if (document.getElementById("codice_sconto").value.length < 4)
{alert ("Il codice deve asere composta da almeno 4 caratteri alfanumerici");return false;}
document.location.href="check_codice_sconto.php?codice_sconto="+document.getElementById("codice_sconto").value;
}
function controllo_input()
{
if (document.getElementById("utente").value == "")
{alert ("Riempire il campo EMAIL");return false;}
if (!CheckEmail(document.getElementById("utente").value))
{alert('Il campo EMAIL non ha il formato esatto!'); return false;}
if (document.getElementById("password").value == "")
{alert ("Riempire il campo PASSWORD");return false;}
if (document.getElementById("password").value.length < 6)
{alert ("La password deve asere composta da almeno 6 caratteri alfanumerici");return false;}
document.location.href="login.php?utente="+document.getElementById("utente").value+"&password="+document.getElementById("password").value;
}
function ricerca_item_number()
{
//if (isNaN(parseInt(document.all.ricerca.value)) == false)
//{
if(document.getElementById('ricerca').value.length == 7)
{
document.location.href="ricerca_item.php?item_number="+document.getElementById('ricerca').value;
}
else
{
if(document.getElementById('ricerca').value.length == 9)
{
document.location.href="ricerca_item_ordinazione.php?item_to_find="+document.getElementById('ricerca').value;
}
else
{
alert ("Il codice Prodotto