var theForm = document.forms['aspnetForm']; if (!theForm) { theForm = document.aspnetForm; } // szFAQAction="/kb/showarticle.aspx?page=search&url=http://124.246.74.198:80/SRVS/CGI-BIN/WEBCGI.EXE/,/%3FSt=55,E=0000000001960223345,K=6225,Sxi=6"; szFAQAction="/kb/getArticle.aspx"; theForm.action = szFAQAction; var divHiddenFields = document.getElementById("divHiddenFields"); if (divHiddenFields) { divHiddenFields.innerHTML=''; } /* To relay out to another script to post form */ function fnRelay() { theForm.action='/kb/getArticle.aspx'; theForm.submit(); }