| Author |
Error
|
Farakh khan
Ranch Hand
Joined: Mar 22, 2008
Posts: 672
|
|
out.println("<a href=# "+ "onklick='window.open(\"c:/UploadedPics/"+pic+"\",\"Rahwanji\", "+ "\"resizable=0,scrollbars=0,status=0,width=340,height=214\");'>"+ "<img src=\"c:/UploadedPics/"+pic+"\" width=152 height=114>"); This code compiles and working well with servlets but Java Script Error appears that I seen first time "Access is Denied" Thanks & best regards
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
You can't access the file system with JavaScript. Why are you trying to access the client's C drive?
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32651
|
|
|
I presume "onklick" is a misprint? Please use ctrl-C ctrl-V for copying code.
|
 |
Farakh khan
Ranch Hand
Joined: Mar 22, 2008
Posts: 672
|
|
Originally posted by Campbell Ritchie: I presume "onklick" is a misprint? Please use ctrl-C ctrl-V for copying code.
When I was posting, there was instructions of the control panel that change c to k. this is onClick
|
 |
 |
|
|
subject: Error
|
|
|