Review your mantis mail settings. If I remember well, there are two
possibilities, direct (pop3) mail or phpmailer. In www.mantisbt.org you can
find all information you need. I've been in the same situation, and found
out how to resolve it with success.
2010/4/7 Paul M Foster
> On Wed, Apr 07,
And of course, sorry for my english!!! I correct!!
Imagine you have an assoc. array that you encode with json and save into the
> js var. Ok.
>
> This way is perfect. But you can do less with this values than using my
> solution. Important: Each case is different, and may be studied in
> particul
imagine you have an assoc. array that you encode with json and save in the
js var. Ok.
This way is perfect. But you can do less with this values than using my
solution. Important: Each case is different, and may be studied in
particular.
You can not pass this myPHPvar javascript var as an input i
Or you can also do this way:
on loading
";
[...]
echo "
functino recalculateValue(){
var myText = document.getElementById("myphpvar");
var myValue = myText.value;
/*
operations with myText
*/
myText.value = myRecalcValue;
}
once changed, you choose how to proceed, maybe executing any other
4 matches
Mail list logo