I've made an "ok/cancel" msgbox in javascript and I need to store the result in a php variable, is it possible?
and autosubmit the form w/ js...
//Here is a way to submit to yourself from JS to PHP location.href='{$PHP_SELF}?varname='+varvalue;