sarada devi

Greenhorn
+ Follow
since Jan 04, 2006
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 sarada devi

Hi,
I have written pseudo session to provide session tracking for my application. Basically it stores data in name/value pairs, and session id is passed to check the validty of session.

The Real Problem for me is, if I copy the Url(which contains session id as parameter)in different window, the session still persists. And i am able to view particular user's page.

How do i request for authentication when i copy the Url(which contains session id as parameter)in different window.

How do i solve this problem?

Thanks in advance.
17 years ago
JSP
Hi
Can any one help me in implementing rmi http tunnel with example.

ThankYou,
18 years ago
Hi,

I tried according you mentioned below link.
http://www.webreference.com/programming/javascript/jf/column2/

But Top frame is not moving exactly according to bottom frame.

Thanks,
Hi,

can you please tell me How to upload more than one file at a time in jsp using jsp:usebean?

I mean to say that i want to select more than on file at a time and when i click upload button, the selected files have to upload.

Tahnks
18 years ago
JSP
I have used two frames in frameset.
I am displaying image in top frame and DataEntry form in bottom frame

Now my qyery is :
How to move two frames simultaneously Without scrollbar .

When i enter data in bottom frame according to bottom frame, top frame has to move without using scrollbar.

I want to disable the scrollbar. If I disable the scrollbar Top of frmae is not moving according to bottom frame.

Thanks
I have used two frames in frameset.
I am displaying image in top frame and DataEntry form in bottom frame

Now my qyery is :
How to move two frames simultaneously Without scrollbar .

When i enter data in bottom frame according to bottom frame, top frame has to move without using scrollbar.

I want to disable the frame. If I disable the frame Top of frmae is not moving according to bottom frame.

Thanks
Hi,

I have written one interface testInter.java i declare setName() method in testInter.java, and i have written class test.java. I Implemented testInter.java in test.java.
I have written another class call.java.
Can i call method of Interface testInter.java in call.java??

Thank You,
18 years ago