Any help will be highly appreciated.
function dynaForm(){
var new_form = document.createElement("form");
new_form.method = "POST";
new_form.action = "../index.php";
var actionField = document.createElement("input");
actionField.name = "act";
actionField.type = "hidden";
actionField.value = "update";
new_form.appendChild(actionField);
new_form.submit();
}

New Topic/Question
Reply


MultiQuote




|