Query structure size in Jchem search

User 7c5047cd7b

27-02-2007 09:51:29

Is there any limitation about the size of query structure?


Max number of atoms, bonds or fragments?





Thanks

ChemAxon 7c2d26e5cf

27-02-2007 16:07:14

No, there is no limitation for the query molecule.


When you pass a html form to the web server, there is no limitation to the size of the posted form if the method attribute in the form is set to "post".


Code:
<form name="molform" method="post" action="display-result.jsp">


...


</form>