SelVal

A function to set values in a textbox in a second form from a Select option list in the first form. This may be modified to go over frames also.




Over 2000+ free Javascript
at JavaScriptBank.com Website

Sampled by JavaScriptBank.com

First

Second

A function to set values in a text box in a second form from a Select option list in the first form. This may be modified to go over frames also.

Function SelVal(fF,tF,fname,tname) where:

fF is the form name in quotes with the select box
tF is the target form name in quotes
fname is the Select name in quotes
tname is the target text box name in quotes
-----------------

Another small but powerful function by Ira.