/* * This script is coded by hairiemx (http://www.hairiemx.com) * This script can be used for any purpose (either non profit, commercial whatsoever) * but please retain this credit. * Please visit my website, http://www.hairiemx.com for more scripts */ //Function used to start filling the form String.prototype.substitute = function(was, becomes) { return this.split(was).join(becomes); } function myGETAutofield_start(formid){ var formobj=document.getElementById(formid); var getdata=new Object(); //First break the url and get data var is_input = document.URL.indexOf('?'); var addr_str = document.URL.substring(is_input+1, document.URL.length); var arVars=addr_str.split("&"); for(i=0;i