(disregard outlook's capitalization of first char on lines)
Something like this would work... (in rough pseudo-code).

(Frame A)
<script language="JavaScript">
Var ready=false;
Function canIDoIt(){
Return ready;
}
<form onSubmit="canIDoIt()">
</form>

(Frame B)
At the bottom...
<script>
Parent.frames['FrameA'].ready=true;
</script>


-----Original Message-----
From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 21, 2004 8:53 AM
To: CF-Talk
Subject: Submit after Page loads

Hello,

We have an CFMX app that is using frames(arrrgh).

Is there any way to prevent a submit button in Frame A from working
until all of the frame B is loaded?

Thanks!

- Alex



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Sams Teach Yourself Regular Expressions in 10 Minutes  by Ben Forta 
http://www.houseoffusion.com/banners/view.cfm?bannerid=40

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182167
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to