Topic: Concatenating value outputs from two radio button arrays
Hello all,
I have tried to solve this problem a number of ways, all unsuccessfull, and I am now back at the stage were I have to begin again so I am seeking your help.
I have two radio button arrays which I want to use to construct a file name and then have a button 'onclick' command that opens that file.
I am finding it difficult writing a function that can retrieve the checked values and retain them until the button 'onclick' event is initiated.
FYI The first array provides the first part of the file name, the second array the second part and then the file extension is added to the file name at the 'onclick' event.
I am hoping someone can suggest a way of picking up these values, concatentating them and then opening the file?
Thanks for taking the time to read this.
