What I have is a dynamic index being generated by a SQL query. I base the query on a user input of a clisnt id in frame 1 text box with the client id being passed through a submit button.
The index is built in frame two. Up to here it works fine. The index is a series of <A HREF = "some_page.asp"> tags that allow th user to choose what page to see next in the main_frame (#3). I can't find a way to pass the client id and retrieved client name through to the 3rd frame. I have tried querystring and Javascript's form.submit. Nothing seems to work and I need the client ID to run the query on the main_frame to fill in the fields.
Any help will be appreciated?
Bastien
The index is built in frame two. Up to here it works fine. The index is a series of <A HREF = "some_page.asp"> tags that allow th user to choose what page to see next in the main_frame (#3). I can't find a way to pass the client id and retrieved client name through to the 3rd frame. I have tried querystring and Javascript's form.submit. Nothing seems to work and I need the client ID to run the query on the main_frame to fill in the fields.
Any help will be appreciated?
Bastien