RE: out.println ?

2001-10-21 Thread Shah, Chintan V (Chintan)
first of all your syntax is wrong... it should be like this : out.println(tdA HREF='http://localhost/adduser.jsp'You have no account here, please register one!/A/td); If it doesn't work then try with : out.write(tdA HREF='http://localhost/adduser.jsp'You have no account here, please register

Re: out.println ?

2001-10-21 Thread naveen
hi, use this! out.println(tdA HREF=\http://localhost/adduser.jsp\;You have no account here, please register one!/A/td); - Original Message - From: Miao, Franco CAWS:EX [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 22, 2001 1:35 PM Subject: out.println ? Source

RE: out.println ?

2001-10-21 Thread Miao, Franco CAWS:EX
I got this error now String not terminated at end of line. out.println(You have no account Franco -Original Message- From: naveen [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 21, 2001 9:39 PM To: [EMAIL PROTECTED] Subject: Re: out.println ? hi

RE: out.println ?

2001-10-21 Thread Shah, Chintan V (Chintan)
check out the number of quotes you are using...and try to do..as i've written in my previous mail... regards, Chintan -Original Message- From: Miao, Franco CAWS:EX [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 10:16 AM To: '[EMAIL PROTECTED]' Subject: RE: out.println ? I

RE: out.println ?

2001-10-21 Thread Miao, Franco CAWS:EX
I have cut and paste your code, stiil no luck! thanks. Franco -Original Message- From: Shah, Chintan V (Chintan) [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 21, 2001 10:01 PM To: '[EMAIL PROTECTED]' Subject: RE: out.println ? check out the number of quotes you are using

RE: out.println ?

2001-10-21 Thread Dmitri Colebatch
-Original Message- From: Shah, Chintan V (Chintan) [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 21, 2001 10:01 PM To: '[EMAIL PROTECTED]' Subject: RE: out.println ? check out the number of quotes you are using...and try to do..as i've written in my previous mail... regards

Re: out.println ?

2001-10-21 Thread Adrian Caramarin
Hi, Could you send me a snapshot of your code ? Adrian - Original Message - From: Miao, Franco CAWS:EX [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 22, 2001 6:45 AM Subject: RE: out.println ? I got this error now String not terminated at end of line

Re: out.println ?

2001-10-21 Thread Adrian Caramarin
: RE: out.println ? I have cut and paste your code, stiil no luck! thanks. Franco -Original Message- From: Shah, Chintan V (Chintan) [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 21, 2001 10:01 PM To: '[EMAIL PROTECTED]' Subject: RE: out.println ? check out the number

RE: out.println ?

2001-10-21 Thread Pedro Muñoz
8:40 Para: [EMAIL PROTECTED] Asunto: Re: out.println ? Hi again Franco, Still Adrian is here. Excuse me, I saw later your code . The compiler signals errors because it thinks that your string ended at the first double quotes which means before http://... and then the second time when you

Re: out.println ?

2001-10-21 Thread Kuehnberger
!/A/td); - Original Message - From: Miao, Franco CAWS:EX [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 22, 2001 7:04 AM Subject: RE: out.println ? I have cut and paste your code, stiil no luck! thanks. Franco -Original Message- From: Shah, Chintan