thanks for the reply
Is there another method without using activex.
because activex is not working in Unix platform
pawan
----- Original Message -----
From: Pete Enis <*****_cat_killa@h...>
To: JavaScript HowTo <javascript_howto@p...>
Sent: Thursday, June 13, 2002 12:16 PM
Subject: [javascript_howto] Re: store the value in txt file
> this will probably get you on your way...
>
> <SCRIPT LANGUAGE="JavaScript">
> myActiveXObject =new ActiveXObject("Scripting.FileSystemObject");
> file = myActiveXObject.CreateTextFile("c:\\aa.txt", true);
> file.Create;
> file.write("Hello there");
> </SCRIPT>
>
> > hi to all
>
> i want to store the value in c:\ aa.txt by using html
> e.g
> suppose i have an html page first.html in c:\first.html
>
> in this file i have one field age and ok button
> when i click ok button then age value store in c:\ aa.txt
>
> how can i do this
>
> thanks in advance
>
>
>
>
> pawan
>
>
> ----- Original Message -----
> From: <plscribner@w...>
> To: JavaScript HowTo <javascript_howto@p...>
> Sent: Monday, June 03, 2002 11:35 PM
> Subject: [javascript_howto] RE: .innerHTML ignores style
>
>
> > Exactly right.. <div> works fine. Thanks again for your assistance.
> >
> > Thanks also to Majid for a similar response. Really appreciate your
> > taking the time to help.
> >
> > Peter
> >
> > > Actually.. good thing you mentioned that, I wasn't thinking of it not
> > working in terms of HTML.
> >
> > <span> is an inline element and not a block level element. hence I
don't
> > think span will actually apply the text-align style just as <span> won't
> > apply margin styles.
> >
> > You should probably set the style using a <div> or in the <td> element.
> >
> > Chad
> >
> >
> > ---
> >
> > Improve your web design skills with these new books from Glasshaus.
> >
> > Usable Web Menus
> > http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> > r-20
> > Constructing Accessible Web Sites
> > http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> > r-20
> > Practical JavaScript for the Usable Web
> > http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> > r-20
> >
> >
>
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20
>
>