// SKANKIN'S JAVASCRIPT PAGE // SUCK IT AND SEE // ************************************************************************************ function open_window(link, width, height) { window.open(link,"preview_window","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=" + width + ",height=" + height); } function skank_check() { x=document.preach; submitok=true; msg="Please enter the following\n"; if(x.name.value.length<1){ submitok=false; msg=msg + " - your Name\n" } if(x.email.value.length<1 || x.email.value.indexOf('@')==-1){ submitok=false; msg=msg + " - your Email address\n" } if(x.tel.value.length<1){ submitok=false; msg=msg + " - your Telephone number\n" } if(submitok==true){ return true; } else{ alert(msg); return false; } } // END FORM CHECK // ************************************************************************************ // DROP-DOWN MENUS
Warning: include(../products/config.php) [function.include]: failed to open stream: No such file or directory in /home/doeringer/domains/doeringer.to/public_html/js/skankin.php on line 49

Warning: include() [function.include]: Failed opening '../products/config.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/doeringer/domains/doeringer.to/public_html/js/skankin.php on line 49

Warning: include(../products/functions.php) [function.include]: failed to open stream: No such file or directory in /home/doeringer/domains/doeringer.to/public_html/js/skankin.php on line 50

Warning: include() [function.include]: Failed opening '../products/functions.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/doeringer/domains/doeringer.to/public_html/js/skankin.php on line 50

Fatal error: Call to undefined function connect() in /home/doeringer/domains/doeringer.to/public_html/js/skankin.php on line 51