It's all standard HTML. Like this:
<table align="center">
<tr><th align="right">Work directory</th><td><input type="text"
id="WorkDir" size="20"/></td></tr>
<tr><th align="right">Excel book</th><td><input type="text"
id="ExcelBook" size="50"/></td></tr>
<tr><th align="right">Excel sheet</th><td><input type="text"
id="ExcelSheet" size="20"/></td></tr>
<tr><th align="right">HTML output file name</th><td><input
type="text" id="HtmlFile" size="50"/></td></tr>
</table>
You need a standard textbook on DHTML.
Regards,
Kees
----- Original Message -----
From: "Priya" <priya_sivaraman2001@y...>
To: "JavaScript HowTo" <javascript_howto@p...>
Sent: Thursday, January 30, 2003 6:18 AM
Subject: [javascript_howto] Re: Excel in JavaScript
> hai,
> In the code which u have sent
>
> var sExcel = sWorkDir + "\\" + document.all["ExcelBook"].value;
> is not very clear,u have sent that all refers to HTML input fields can
u
> give me an Example for this.
>
> thanks in advance
> Priya
>