View Single Post
Old 06-21-2002, 04:54 AM   PM User | #4
RobRichard
New to the CF scene

 
Join Date: Jun 2002
Location: PA, USA
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
RobRichard is an unknown quantity at this point
OH OH OH OH OH! Great idea... I tried a couple of variations and here is what works:

In the doSaveClick function:

function doSaveClick() {
window.maintframe.document.forms(0).submit();
window.maintframe.doVerify();
}

Works like a champ!
RobRichard is offline   Reply With Quote