This is a multi-part message in MIME format.

------=_NextPart_000_0006_01C8AB71.333C1990
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

=20
Hi,

I am developing an application that contains a html form. with a submit =
button and some text box.=20

I want to save the data written in text box to a file. (if possible an =
Excel file ). Is it possible with vbscript.

Regards,
Bhuwan
------=_NextPart_000_0006_01C8AB71.333C1990
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.3314" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DVerdana color=3D#0000ff size=3D2>&nbsp;<BR>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am developing an application that contains a html form. with a =
submit=20
button and some text box. </DIV>
<DIV>&nbsp;</DIV>
<DIV>I want to save the data written in text box to a file. (if =
possible&nbsp;an=20
Excel file ). Is it possible with vbscript.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Regards,<BR>Bhuwan</FONT></DIV></BODY></HTML>

------=_NextPart_000_0006_01C8AB71.333C1990--

Re: saving data in a file. by Tim

Tim
Wed Apr 30 23:53:53 CDT 2008

It is possible - Google for FileSystemObject: plenty of examples on the web.
Whether on not an Excel format is feasible depends on the type of
information you need to write out. An HTML <table> saved as plain text with
an .xls extension may be enough.

If this is for a non-intranet application though, default browser security
means it won't run.

Tim


"Bhuwan Bhaskar" <kxxx@gmail.com> wrote in message
news:%23MI29M0qIHA.3680@TK2MSFTNGP05.phx.gbl...

Hi,

I am developing an application that contains a html form. with a submit
button and some text box.

I want to save the data written in text box to a file. (if possible an Excel
file ). Is it possible with vbscript.

Regards,
Bhuwan



Re: saving data in a file. by Bhuwan

Bhuwan
Thu May 01 06:15:06 CDT 2008

Thanks Tim

"Tim Williams" <timjwilliams at gmail dot com> wrote in message
news:uyc2bd0qIHA.2492@TK2MSFTNGP06.phx.gbl...
> It is possible - Google for FileSystemObject: plenty of examples on the
> web. Whether on not an Excel format is feasible depends on the type of
> information you need to write out. An HTML <table> saved as plain text
> with an .xls extension may be enough.
>
> If this is for a non-intranet application though, default browser security
> means it won't run.
>
> Tim
>
>
> "Bhuwan Bhaskar" <kxxx@gmail.com> wrote in message
> news:%23MI29M0qIHA.3680@TK2MSFTNGP05.phx.gbl...
>
> Hi,
>
> I am developing an application that contains a html form. with a submit
> button and some text box.
>
> I want to save the data written in text box to a file. (if possible an
> Excel file ). Is it possible with vbscript.
>
> Regards,
> Bhuwan
>
>