Thomas,
Include:
onfocus="OLmEdit=1;"
onblur="OLmEdit=0;"
in the inputs of type="text" and the start tags of any textareas, as discussed in the:
support document. If that doesn't solve your problem, please post a complete example of what your AJAX script is returning for the popup content. Also, see the "Debugging a popup and AJAX" section:
near the bottom of the AJAX support document, for how to check whether your AJAX script is actually sending the popup content you intend and being processes as you intend.
Fote
--
----- Original Message -----From: thomas.bauer72Sent: Sunday, July 05, 2009 8:26 AMSubject: [OLmws] input in popup - insert blanksI have created a modal popup loadin data with AJAX to give the user a fomular. And now I have the problem, that for all input fields no blanks and no arrow keys are working. Can anybody help me?