Hi,
 
 
 pw.println("<INPUT TYPE=text NAME=PARM"+j+" SIZE="+length+" MAXLENGTH
 ="+len1+" VALUE =\" " + text + "\">") ;
 
Best wishes,
                Andras
 
----- Original Message -----
From: Vijayanand Deshpande <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 20, 1999 1:36 PM
Subject: Delimiter problem

> Hi,
>     We are trying to throw an output in HTML format wherein we require to
> send a double quote to the browser.
>
> i.e. <INPUT TYPE=text NAME=PARM34 SIZE=20 MAXLENGTH =19 VALUE = VIEW TOP>
> needs to be sent as
> <INPUT TYPE=text NAME=PARM34 SIZE=20 MAXLENGTH =19 VALUE = "VIEW TOP">
>
> The code we have written is
>
> pw.println("<INPUT TYPE=text NAME=PARM"+j+" SIZE="+length+" MAXLENGTH
> ="+len1+" VALUE = " + text + ">") ;
>
> We have tried using the backward slash (\) as the delimiter but does not
> work
>
> pls. guide us
>
> Thanks in advance,
>
> Vijayanand
>
>
>

Reply via email to