Search found 1 match

by khanshab
2009-02-20 18:46
Forum: JavaViewer
Topic: Need some help regarding Java
Replies: 0
Views: 9845

Need some help regarding Java

Hello everyone,

Ok here is my problem. I have a Java servlet wherein it has a StringBuffer that appends my html tags and a JavaScript. My question is that is there a way wherein I can append a JavaScript in the StringBuffer using response.setContentType("text/html")? oris there another way to ...