TravisLaborde
IS-IT--Management
I have a page, with a "Save" button, with client side script, which is trying to cause the form in an iFrame to submit itself.
I'm having trouble with the syntax to call the subroutine..
This code works:
window.frames(0).location.href = "
So, I am referencing the frame properly, but I just can't get the subroutine to fire.. I've tried all sorts of combinations of things like this:
window.frames(0).document.all.SaveTheForm()
Where "SaveTheForm" is the name of a VBScript client side subroutine that works fine when I call it from WITHIN that same page...
All clients are using IE6. Please help if you can.
Thanks,
Travis
I'm having trouble with the syntax to call the subroutine..
This code works:
window.frames(0).location.href = "
So, I am referencing the frame properly, but I just can't get the subroutine to fire.. I've tried all sorts of combinations of things like this:
window.frames(0).document.all.SaveTheForm()
Where "SaveTheForm" is the name of a VBScript client side subroutine that works fine when I call it from WITHIN that same page...
All clients are using IE6. Please help if you can.
Thanks,
Travis