User 247a2c5018
02-03-2016 15:00:00
Hi,
with marvinsketch i use create a submit button :
function validateForm()
{
var molfile = document.MSketch.getMol("mol");
document.formulaire.requ_molfile.value = molfile;
var jmef = document.MSketch.getMol("smiles")
document.formulaire.requ_structure.value = jmef;
}
how to change this code to fit with marvinjs?
thanks
Kiet