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


BEGIN:VCARD
VERSION:2.1
N:Deshpande;Vijayanand
FN:Vijayanand Deshpande
ORG:Tata Infotech Ltd.;SID
TITLE:Systems Engineer
TEL;WORK;VOICE:91 20 712 3501-9 Ext 207
TEL;WORK;FAX:91 20 712 9209
ADR;WORK:;;2nd Floor Electronic Sadan 2, MIDC Bhosari;Pune;MH;411 026;India
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:2nd Floor Electronic Sadan 2, MIDC Bhosari=0D=0APune, MH 411 026=0D=0AIndia
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:19990820T103638Z
END:VCARD

Reply via email to