fip04
05-24-2004, 05:31 AM
Hi,
i need a small clarification regarding servlets:
using a HTML/JS form, my output is a new window named mywin with the following contents:
<details>
<desc>C:\Project\abc.svg</desc>
<notes>C:\Project\data.txt</notes>
</details>
now i want to use a servlet to extract the contents of the window (mywin)
can u help me by giving a sample servlet code that extracts the data as above?
thanks in advance..
i need a small clarification regarding servlets:
using a HTML/JS form, my output is a new window named mywin with the following contents:
<details>
<desc>C:\Project\abc.svg</desc>
<notes>C:\Project\data.txt</notes>
</details>
now i want to use a servlet to extract the contents of the window (mywin)
can u help me by giving a sample servlet code that extracts the data as above?
thanks in advance..