Thread
:
Hey javascript gods - iframe and onsubmit issue
View Single Post
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
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
View Public Profile
Visit RobRichard's homepage!
Find More Posts by RobRichard