Textbox

H

hrider1

I have a textbox called Partnnr and a Results database drop-down box on a
form with another textbox call path. I would like to get the value from
droup-down box add the value of the partnbr text box then have the path
textbox display it as one line of text entered with a ".txt" on the end.
Could someone please tell me if this can be done because I am new to
frontpage and HTML.

Thanks,
Jim
 
J

Jens Peter Karlsen [FP-MVP]

Yes, that is possible to with JavaScript.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
H

hrider1

Were would I find this JavaScript?

Jens Peter Karlsen said:
Yes, that is possible to with JavaScript.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
J

Jens Peter Karlsen [FP-MVP]

You should be able to find some examples by searching Google for:
Text concatenation +javascript.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Top