Re: out.println ?

2001-10-21 Thread Kuehnberger
try out.println("http://localhost/adduser.jsp\";>You have no "+ "account here, please register one!"); Adrian Caramarin schrieb: > Hi again Franco, > > Still Adrian is here. > Excuse me, I saw later your code . The compiler signals errors because it

RE: out.println ?

2001-10-21 Thread Pedro Muñoz
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 are

Re: out.println ?

2001-10-21 Thread Adrian Caramarin
Try to use apostrophe at a href, hope this work. Adrian out.println("http://localhost/adduser.jsp\";>You have no account here, please register one!"); - Original Message - From: "Miao, Franco CAWS:EX" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

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 > > Strin

RE: out.println ?

2001-10-21 Thread Dmitri Colebatch
ck! 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 q

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 u

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: ou

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 ?

Re: out.println ?

2001-10-21 Thread naveen
hi, use this! out.println("http://localhost/adduser.jsp\";>You have no account here, please register one!"); - Original Message - From: "Miao, Franco CAWS:EX" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 22, 2001 1:35 P

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("You have no account here, please register one!"); If it doesn't work then try with : out.write("You have no account here, please register one!"); this will definitely work..(even "out.pr

out.println ?

2001-10-21 Thread Miao, Franco CAWS:EX
Source code: --- out.println(""http://localhost/adduser.jsp";>You have no account here, p