Deeps Dhr

Greenhorn
+ Follow
since Jul 12, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Deeps Dhr

Hello All,

I am working on Tomcat which is in my c: drive...Now i have an attachment in D: drive which i want to call from my application (in c: drive) using <include tag > in my jsp page....

I tried giving the path like this..

<jsp:include page='d:/GIC/Security/try.html' flush='true'>
</jsp:include>

But it doesn't work.

But if i use
FileInputStream propfile = new FileInputStream("d:/GIC/Security/GIC.properties");

it reads the path. Could you pls suggest how i do it...
18 years ago
JSP
Do you want to apply the javascript validation for checking the same?
18 years ago
Hello All,

I am working on the oracle database .There's one table in the database that stores an image field (field type BLOB)..

I have to retrieve this field from the front end through my query......What data type should in use to get it from the front end? For eg: we use rs.getString() to get a string value.......what shd i use to get the image?
18 years ago
Hello all,

My program opens a file in a jsp. This page includes an html file in it. Now i need to disable/hide the menubar of the ie browser through this jsp page.......using javascript.....Can you pls suggest me how to do it? disable/bold