|
 |
javascript thread: Generaing a text box
Message #1 by "Elindram, Maheedhar" <Maheedhar_Elindram@s...> on Wed, 18 Sep 2002 05:04:53 -0400
|
|
hi hovik,
tnx for ur help.
I proceeded as per Robert's suggestion.
Maheedhar
> -----Original Message-----
> From: Hovik Melkomian [SMTP:melvik@b...]
> Sent: Thursday, September 19, 2002 10:25 AM
> To: javascript
> Subject: [javascript] Re: Generaing a text box
>
> Hi Maheedhar sorry to be late, look at this code
> do u want this?! I hope it'll help u,
>
> Thats all for now,
> Hovik.
> ===============================================
> <HTML>
> <HEAD>
> <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
> <TITLE></TITLE>
> <script language="JavaScript">
> function mn()
> {
> document.form1.button2.disabled = true;
> }
> </script>
> </HEAD>
> <BODY>
>
> <FORM action="" method=POST name=form1>
>
> <INPUT type="text" name=text1>
> <INPUT type="button" value="Button 1" name=button1 onclick="mn();">
> <INPUT type="button" value="Button 2" name=button2>
> </FORM>
>
> </BODY>
> </HTML>
> ========================================
>
>
>
>
>
> ---
>
> 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
|
|
 |