Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
TXAGGIE #1
Any Javascript Experts Here?
I am a novice javascript programmer at best. My question is... Can you
change the type parameter of an <input> form element.
For Example:
<form name="form" method="post" action="">
<input type="text" name="textinput"
onFocus="alert(document.form.textinput.type)">
</form>
would return "text"
Can you change it to hidden or vice versa?
<form name="form" method="post" action="">
<input type="text" name="textinput" onFocus="document.form.textinput.type =
'hidden' ">
</form>
Thanks
TXAGGIE Guest
-
ASP experts very needed
Dear developer, Do you often wonder who built a certain website and how it is done? And who manages that website right now? Strange, but... -
One for the Experts
Thanks for replying quickly David, and thanks for the suggestion. Unfortunately that is not an option for me at this time, for I do not have... -
For the experts! Please help!
I want to create the same effect in flash as this website has done... only the top animation. Is this possible? I have tried many times!! But... -
Experts?
would you like to elaborate, or are you just being a troll as usual? ________________________________________ Atrax. MVP, IIS... -
Here's one for you ASP.NET experts...
Ever since I started working with .NET Framework 1.1, everytime I start debugging my ASP.NET project when the browser launches I get the following... -
TXAGGIE #2
Re: Any Javascript Experts Here?
Nevermind. cross-post.
"TXAGGIE" <hi@helpme.com> wrote in message
news:d3eps2$3vf$1@forums.macromedia.com...=> I am a novice javascript programmer at best. My question is... Can you
> change the type parameter of an <input> form element.
>
> For Example:
> <form name="form" method="post" action="">
> <input type="text" name="textinput"
> onFocus="alert(document.form.textinput.type)">
> </form>
>
> would return "text"
>
> Can you change it to hidden or vice versa?
> <form name="form" method="post" action="">
> <input type="text" name="textinput" onFocus="document.form.textinput.type> 'hidden' ">
> </form>
>
> Thanks
>
>
>
TXAGGIE Guest



Reply With Quote

