Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by David on Dec 28, 2008 17:51
open dhtmlx forum
Form Target

Hello

Is is possible to use a dhtmlxWindow as a form target?


<FORM
TARGET="dhtmlxWindow_Name_Here"
ACTION="../cgi-bin/mycgi.pl">

Cheers
David
Answer posted by Support on Dec 29, 2008 16:50
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.
Answer posted by Jean on Jan 29, 2009 08:07

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.

Answer posted by Support on Feb 03, 2009 08:31
You can load fake url into window and post this fake url to reload needed content.