dinesh kumar

Greenhorn
+ Follow
since Sep 19, 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 dinesh kumar

How do i connect to an FTP site,and download the files to my local system using JSP.

pls do help me

Thank you.
18 years ago
JSP
Hi,

how do i display records retrieved from database in different pages.
for example-: 1st five records in first page
6th to 10 records in next page and so on

just as in java ranch page also we have
1 2 3 4 5 6 7

1-displays 1st 20 messages
2-displays 21 to 40 messagess and so on

pleases help me.

Thank you.
18 years ago
JSP
Hi greg and all

I am not getting much idea how to us Jakarta Commons File Upload .

what are the common fundas for uplaoding the file.and once i upload the
file where does the file gets stored so that the file can be downloaded again.
Please help me with some code examples.

Thank you,
18 years ago
JSP
...java Function not scripting function
18 years ago
JSP
hi all,
1)How do i call my(user defined) function in JSP.
&
2)from where can i get the list of all Functions avaliable in JSP,to make
a better page.

Pls help me...........

Thank you.
18 years ago
JSP
How do i create attachment in my JSP page.
Can any one please help me out.
18 years ago
JSP
Very simple u can do that through Scripting.

Here is the Code

<script type="text/vbscript">

window.open "http://localhost:8100/ex1/index.html"

</script>
18 years ago
JSP