Hello
Is is possible to use a dhtmlxWindow as a form target?
<FORM
TARGET=“dhtmlxWindow_Name_Here”
ACTION="…/cgi-bin/mycgi.pl">
Cheers
David
Plain dhtmlxWindow can’t be used as target.
If window has some url attached through attachURL - related iframe came be accessed through DOM and some unique name assigned to it, which can be used as part of form tag.
I have the same need.
Because URL can be too long to handle, I need to POST a form into a window.
So what is the unique iFrame ID generated by dhtmlxWindow and how could that be used?
Thanks,
Jean.
You can load fake url into window and post this fake url to reload needed content.