Hi all,
I have to frames:
And in FrameA i have the following link:
function submitform() {
if ( parent.frames.service.document.bodyinvoer.onsubmit())
{
parent.frames.service.document.bodyinvoer.submit();
}
}
<a href="javascript:submitform()">Submit</a>
This link works perfectly in IE it first runs het onsubmit handler and checks the forms and if it's ok it submit's the form, but in Firefox nothing happens[/color red] What am i doing wrong?
I have to frames:
And in FrameA i have the following link:
function submitform() {
if ( parent.frames.service.document.bodyinvoer.onsubmit())
{
parent.frames.service.document.bodyinvoer.submit();
}
}
<a href="javascript:submitform()">Submit</a>
This link works perfectly in IE it first runs het onsubmit handler and checks the forms and if it's ok it submit's the form, but in Firefox nothing happens[/color red] What am i doing wrong?