%@ page import = "SpaceManagerServ" %>
<% String datastr = request.getParameter("qdata"); /* Getting parameter qdata-list of rectangles */
/* that represent the objects on the web page */
/* if null, calculate them and send them back */
/* to server. If yes, then put them in javascript */
if (datastr==null) { %>
<% } else { %>
<% } %>