On Mon, May 31, 2010 at 9:52 PM, Otis Rothenberger <[email protected]> wrote: > Bob, > > OK, I got it: > > 1. The url has to be encoded. > 2. Which I tried before I wrote using ASP.NET UrlEncode > 3) Hand entry of CCC%23C below works. > 4) ASP.NET must be choking on "#" with Server.UrlEncode()
The # has a special meaning in URLs with form submissions. I am sure that is why it has to be urlencoded. Miguel ------------------------------------------------------------------------------ _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

