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
First
- None selected -First OpSecond Op
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 quotesfname is the Select name in quotestname is the target text box name in quotes -----------------
Another small but powerful function by Ira.