Hi Richard,
thank you very much. I found my mistakes or the problems.
There are two things, that didnīt work:
First I didnīt set the option NoVarsInStrings:
$=SetOption("NoVarsInStrings","ON")
Seems to be obligate in kix !??

And the second problem is
$My_Value = $Input_1.text
$My_Button.onclick = "f_Eingabe($My_Value)"
it has to be used this way:
My_Button.onclick = "f_Eingabe($Input_1.text)"
although I think this second problem is a consecutive fault that
appears by using the NoVarsInStrings-Option

So, thank you for your help.

Statler






Edited by Statler (2009-05-19 04:49 PM)