Hi,
There is no Response object in java script, if you try it in IE [java script validation enabled]you might get a script error.
You can use jsp scriplets [<%%>] or assignment tag [<%=%>] and use out object and call print() method to out put string. if you want to use only script the use innerHTML attribute to set the text.
Regards,
Rakesh
|