Categories | Question details Back To List | ||
dhtmlxwindows how would I go about sending the coordinates & size to a php page to save the locations? Answer posted by Support on Mar 27, 2008 08:02 The coordinates of window can be taken as winpr.window(id).getPosition() The size as winpr.window(id).getDimension() There is no any ready to use solutions for saving data back to server, you can use any possible transport system |