Allen Schell

Greenhorn
+ Follow
since Nov 12, 2002
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 Allen Schell

Sounds to me as if you would like a process submitted by another machine (the server that sent the page with the script) to be able to start a process on the client machine. While there may be some ActiveX way to this, I don't think that you can because of violating the sandbox security concept.
I have an HTML page that captures user input and displays it in tabular format. I need to be ablt to pass the rows of the table to a servlet for server side processing. Any ideas on how to go about this?
thanks...
I have an HTML page that captures user input and displays it in tabular format. After completing the input process, I need to get that data to a servlet for processing. Any thoughts on how can I get the array of data displayed in the table to the servlet?
I could write an applet and stream the data to the servlet through it, but this seems like an awfully big hack.
TIA
21 years ago