View Single Post
  #16 (permalink)  
Old 08-28-2009, 03:50 PM
Tolls Tolls is offline
Senior Member
 
Join Date: Apr 2009
Posts: 944
Rep Power: 1
Tolls is on a distinguished road
Default
Originally Posted by softwaretalks View Post
just add string to value
....value = \" + request.getParameter("text") + "\" >"...
You're missing a quote...easy to do outside an IDE.

Originally Posted by softwaretalks View Post
just add string to value
....value = \"" + request.getParameter("text") + "\" >"...
...now it'll turn out I missed something...
Reply With Quote