I everyone,
i still didn't find any way to make my code work..
here my code :
<script language="JavaScript">
function MM_changeProp(objName,x,theProp,theValue) {
var obj = MM_findObj(objName);
if (obj && (theProp.indexOf("style.")==-1 || obj.style)) eval("obj."+theProp+"='"+theValue+"'");
}
</script>
[...]
$test = "hello";
<select name="select" onChange="MM_changeProp('textfield','','value',<? echo $test; ?>,'INPUT/TEXT')">
and here my error message :
"hello" is undefined
how can i make appear "hello" into textfield?
thanx,
jacinthe