Advanced Calculator for Solid, Liquid or Cream Soaps
Our soap calculators are formatted to run on screens of 769 pixels and wider to accommodate laptops and tablets in landscape mode.
onload = function() { var frame = document.getElementsByTagName('iframe')[0]; frame.onload = function() { window.scrollTo(0,0); } var msie = /*@[email protected]*/false; if ( msie ) { frame.onreadystatechange = function() { if ( frame.readyState == 'complete' ) { window.scrollTo(0,0); } } } }