Subj : Re: Still unsolved problem To : netscape.public.mozilla.jseng From : David Bradley Date : Wed Jun 04 2003 09:45 pm What I'd like to know is, what would this print: const char *ipstr = JS_GetStringBytes(JSVAL_TO_STRING(argv[0])); add-> printf("ipstr=%s\n", ipstr); char *ip = proxy_dns_resolve(ipstr); .