Getting form values Windows AttachURL

Hi,

If I use dhtmlxWindow.attachURL to attach an HTML page containing a form, can I still use getItemValue to retrieve a form value, even though it’s inside an HTML page?

So, retrieve a value from dhtmlxWindow → HTML → form?

Thanks,
K.

Hi
Made a demo for you.
You need to use iframes.

To reproduce: type somethinf in input and click button ‘get value’ and get alert.
demo.rar (122 KB)

Thanks!!