Added: December/06/2004 at 9:55am | IP Logged
|
|
|
I'm new to Vbscript and html, though some Access and VB experience. I have two frames in a page: "firstframe", "secondframe". In the secondframe I have a form ("form1") that I want to submit before leaving the page (which I do through the firstframe).
So all I need is a line of script which executes the submit method in the secondframe that will be executed from the firstframe. I want to do this in a subroutine.
I've tried many times, but always get the message 'Data mismatch', and am pulling my hair out and the line I've got now I'm too embarassed to print!
I may be able to get round the problem by accessing a variable in the form of the secondframe, ... but I think the two problems may be related ...
So my question is: how do I reference a value in a repeated form housed in another frame on a page? And can I submit that form from another frame on the page?
Any ideas out there?
BAPA
|