Regarding ur second point

> Reg how browser's handle Filenames:
> I am facing a peculiar problem with browser compatibility.
>
> When I test them on Internet explorer it works fine.Once it comes
> onto Netscape ,when I click on <program files> link it is
> showing internal server error.Similarly for any other directory
> with white spaces in its name.For other files without spaces
> the program works well even in Netscape.How can we rectify it?


this is because netscape cannot handle the special characters ( char
like spaces , " , &, ... )
the solution to it would be to put
"program files" and try...

probably it would help..
if u want to refer to a file within an application then u can use
urlencode(file name) which will substitute the special chars withthe
appropriate hex characters and then u can safely use..

deneb

RAVIKUMAR CHENGALVALA wrote:
>
> Pl go through and let me know the answers.
> Some of them are confusing in usage.
> 1.
> Using onClick message handler along with href atribute
> in servlet code.
> I donot want to generate any dialog box out of onclik handler.
> I want to initiate some variables based on the action.
>
> 2.
> Reg how browser's handle Filenames:
> I am facing a peculiar problem with browser compatibility.
>
> When I test them on Internet explorer it works fine.Once it comes
> onto Netscape ,when I click on <program files> link it is
> showing internal server error.Similarly for any other directory
> with white spaces in its name.For other files without spaces
> the program works well even in Netscape.How can we rectify it?
> 4.
> The difference between absolute path ,canonical path,path etc
> in Java.
> 5.
> Application both types of slashes?(i.e "/" and "\")
> 6.
> Can I call a servlet within the same servlet any number
> of times?
> 7.
> Can we create instances of our servletclasses derived from HttpServlet
> class?
>
> --
> RAVIKUMAR CHENGALVALA
> [EMAIL PROTECTED] - email
> (858) 860-6400 x7011 - voicemail/fax
>
> __________________________________________________
> FREE voicemail, email, and fax...all in one place.
> Sign Up Now! http://www.onebox.com
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to