vaishali dalvi

Greenhorn
+ Follow
since Jun 27, 2001
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 vaishali dalvi

hi
I have to downloaded a word document from the server with the following javascript code
function openpage(f)
{
doc=open(f,"output","status,menubar=no,toolbar=no");
}
f is a string variable which i get in jsp after querying a database.
Can i use that variable in javascript to download that particular file f.further i also want to save the changed document on the server.How do i do it?
please help
22 years ago