Ask a Question related to Dreamweaver AppDev, Design and Development.
-
keithjak #1
setting the contents of a dynamic text box
Hi I am new to this so please bare with me ,, I am trying to set the contents
of a textbox to the selected value of a listbox the contents of the textbox is
being used to insert or update data that part I know how to do but setting the
value to the selected item I dont know how to do.
keithjak Guest
-
URGENT!!! Contents of dynamic text box does not show
I have a dynamic text box that gets its content from an external text file. I have set the dynamic text box to render its content as HTML. Anyway,... -
Manipulating contents of Text Field
My task is to build a login form. My only tool is HTML - the site does not have Coldfusion. It is a very simple form except that the username... -
Can This be done? Dynamic jump menus listing folder contents!
Hello all, We have: MS Advanced server2000 ASP MS SQL latest stable: PHP Active Perl -
Continguous unbound form - setting contents on load/open
Hi, I have an unbound form set to display all records continguously. I have data that I'd like to assign to multiple records in the form... -
text file contents into a form
On Mon, 14 Jul 2003 22:16:22 -0700, "mk sabeel" <mk_sabeel@yahoo.co.in> wrote: Is this how they're laid out in the file - fieldname, equals... -
Bren #2
Re: setting the contents of a dynamic text box
Hi Keith
Add the javascript below to your select form item;
<select name="select" onChange="Javascript:document.form1.textfield.valu e =
document.form1.select.value">
Change where it says form1 to the name of your form.
Change where it says textfield to the name of your textfield.
Change where it says select to the name of your select item.
Regards
Bren
/**********************************************
Why do I climb mountains?
Because they are there!
[url]www.3peakschallenge.co.uk[/url]
*********************************************/
Bren Guest



Reply With Quote

