Sorry that this is not directly tomcat related but in the course of 
writing a jsp/servlet application I came across the problem
that I'm generating a FORM which contains 
something like:

fprintf(yyout,"<input type=\"hidden\" name=line%d value=\"%s\">\n",p,s);

But string s can contain " quotes. In order to have the quotes later
appear in the html page, what do I have to do to quote the quotes?

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

Reply via email to