This is probably blindingly obvious but I have been staring at this problem for too long.
I have a page with frames. In the main frame ("content" I have a page loaded that is a preview page with a submit button. On clicking submit the preview is approved - the frame must then load up the page listing other items awaiting approval (from which the approval page was called. So I can't use an ordinary link which would load the page in by default to the same frame, so I call a function from onSubmit().
How do I call the items awaiting approval page into the main frame within the function?
Thanks,
Jon
I have a page with frames. In the main frame ("content" I have a page loaded that is a preview page with a submit button. On clicking submit the preview is approved - the frame must then load up the page listing other items awaiting approval (from which the approval page was called. So I can't use an ordinary link which would load the page in by default to the same frame, so I call a function from onSubmit().
How do I call the items awaiting approval page into the main frame within the function?
Thanks,
Jon