User bf3dbc99cf
07-04-2008 02:15:38
Hi, there.
I cannot draw molecules having positive charge (N+) in mview such that as follows.
<html>
<body>
<script LANGUAGE="JavaScript1.1" SRC="../marvin/marvin.js"></script>
<script LANGUAGE="JavaScript1.1">
<!--
mview_begin("../marvin", 300, 300 );
mview_param("background", "#FFFFF0");
mview_param("molbg", "#FFFFFF");
mview_param("mol", "CC(C)n1nc(O)c2C(SCC(=O)Nc12)c1cccc(c1)[N+]([O-])=O" );
mview_end();
//-->
</script>
</body>
</html>
The error message saids that it cannot recognize the [N+] atoms.
The mview seems to replaces '+' with '_blank_'.
>> chemaxon.formats.MolFormatException: Cannot recognize format (?)
>> Unrecognized file contents:
>> CC(C)n1nc(O)c2C(SCC(=O)Nc12)c1cccc(c1)[N ]([O-])=O
But I can draw molecules having negative charges such as [N-].
What's the problem?
Thank you.
I cannot draw molecules having positive charge (N+) in mview such that as follows.
<html>
<body>
<script LANGUAGE="JavaScript1.1" SRC="../marvin/marvin.js"></script>
<script LANGUAGE="JavaScript1.1">
<!--
mview_begin("../marvin", 300, 300 );
mview_param("background", "#FFFFF0");
mview_param("molbg", "#FFFFFF");
mview_param("mol", "CC(C)n1nc(O)c2C(SCC(=O)Nc12)c1cccc(c1)[N+]([O-])=O" );
mview_end();
//-->
</script>
</body>
</html>
The error message saids that it cannot recognize the [N+] atoms.
The mview seems to replaces '+' with '_blank_'.
>> chemaxon.formats.MolFormatException: Cannot recognize format (?)
>> Unrecognized file contents:
>> CC(C)n1nc(O)c2C(SCC(=O)Nc12)c1cccc(c1)[N ]([O-])=O
But I can draw molecules having negative charges such as [N-].
What's the problem?
Thank you.