Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
AftermathDesignz #1
Help With Forms Please
Sorry for this, this is my first post and have been unsuccessful at finding the
answere. Im trying to make two forms. One to be typed in but i want the other
form to have the same words appear as I enter text in one. For example I have
two text boxes and need it to appear so that when hosted, the user will be able
to type in one box and it will appear in both text boxes. Is this possible?
AftermathDesignz Guest
-
FORMS - printing and emailing interactive forms
I'm using Acrobat 7 Pro on a Mac 10.4.8. I would like to create an interactive (order) form for my client to post on her website which her... -
Converting existing forms to the Flash forms
I have forms and I change all the tags on them, but they don't change to the new 'Flash forms' in CFMX 7. Any ideas on this? -
Advanced>Forms>Export Forms Data is grayed out
version 6.0.0 ¿ How do I activate this option ? -
Web Forms VS Windows Forms
What can a windows form do that a web form cannot? -
appletviewr plus forms 9i - crash on forms service
I'm trying to find workaround of the problem forms losing focus on IE6.0 on Windows XP using Jiniator. So I am trying to use appletviewer instead... -
rilkesf #2
Re: Help With Forms Please
You can do this with javascript.
<form name="myform">
<textarea name="text1"
onblur="document.myform.text2.value=this.value"></textarea>
<textarea name="text2"></textarea>
</form>
This will change the text in the 'text2' textbox to what is in the 'text1'
box. The change occurs as soon as focus is removed from 'text1'.
rilkesf Guest



Reply With Quote

