var server=window.location.host; var path=window.location.pathname; var wholepath=path; var nsf = '.nsf'; var position=wholepath.indexOf(nsf); var db=wholepath.substring(0,position+4); function SendFeedback() { document.forms[0].submit(); }