Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Shmooter #1
Place textfield data into hidden field
Hi....this should be easy but im stumped
I have a few hidden fields on my page and I want to make their value whatever
is in certain text fields when the form is submitted. They are all on the same
page.
what is the syntax to do this value = ........
Thanks
Shmooter Guest
-
from text field to hidden field
Can you collect data from a text field and store it into a hidden field all one the same asp form so that on submit the value of the hidden field is... -
No cursor in input textfield field in NS and Mozilla
Using dynamic input textfields in NS 7.1 and Mozilla 1.3 I found that there appears no cursor, hence no indication of where you are currently typing.... -
Setting hidden field value eq to a form field value.
Ok guys help a dumb blond out. I need to pass the value of a form field to two different file fields. Here is an example of what I have; <form... -
How to Post Large Form Data (Hidden Field)
I don't believe there's a limit to post. However, an individual field is limited to 102,399. What I've done in the past, is run a client-side... -
hidden field
hi! Is it possible to have a textbox web server control as hidden ? and how ? When I use the visible property the textbox isn't rendered. -
...helmut #2
Re: Place textfield data into hidden field
value=form.textfield; <-????
I am not sure about the above information but why dont you save the
textfield info in a variable and then use it in the next page? wouldnt that
make thigs easier, that would avoid the usage of empty text fields
Just a thought.
--
....helmut
helmutgranda.com
"Shmooter" <webforumsuser@macromedia.com> wrote in message
news:d6rrc8$f01$1@forums.macromedia.com...> Hi....this should be easy but im stumped
>
> I have a few hidden fields on my page and I want to make their value
> whatever
> is in certain text fields when the form is submitted. They are all on the
> same
> page.
>
> what is the syntax to do this value = ........
>
> Thanks
>
...helmut Guest



Reply With Quote

