BounceFish 

Website Solutions
Search
      home solutions clients resources faqs contact us  
  See our portfolio under the solutions section.

Resources - For Developers

Back to Resources For Developers Homepage

================COPY CODE BELOW===========================
<FORM ACTION="" METHOD=POST name="myform">
<SELECT NAME="" onchange="document.myform.swpTxT.value = this.options[this.selectedIndex].value;">
<OPTION>Please Choose</OPTION>
<OPTION VALUE="Description 1">Option 1</OPTION>
<OPTION VALUE="Description 2">Option 2</OPTION>
<OPTION VALUE="Description 3">Option 3</OPTION>
<OPTION VALUE="Description 4">Option 4</OPTION>
<OPTION VALUE="Description 5">Option 5</OPTION>
<OPTION VALUE="Description 6">Option 6</OPTION>
</SELECT>
<BR>
<TEXTAREA rows=5 cols=40 name="swpTxT" wrap>Change the drop-down menu.</TEXTAREA>
</FORM>

================COPY CODE ABOVE===========================

    INSTRUCTIONS
  • Paste code inside body <BODY></BODY> of HTML page
  • Change form name and field value to suit your pre-existing form

    DESCRIPTION
  • This shows how you can change another form value, by changing a form value.

 

Copyright © 2003-2012. BounceFish Web Design. All rights reserved.