Again.. Sorry.. I noticed the error once I sent out the email. it's still not loading the flash page, but me and my boss decided to just do it a different way. Apparently, It was erroring and JRun was picking up the error... Which I can't see.
On Wed, Sep 2, 2009 at 1:51 PM, Dave Watts<[email protected]> wrote: > >> I've changed it into a function now.. >> >> <cfformitem type="script"> >> function Send_Email() >> { >> >> getURL("javascript:NewWindow=window.open('adjustments.cfm','newWin'); >> NewWindow.focus(); void(0);"); >> onclick='alert("Make sure you are changing the Weekly >> Commission >> Start Date as well!")'; >> } >> </cfformitem> >> >> <cfinput name="close_period_jump_start" id="close_period_jump_start" >> type="checkbox" label="Close Jump Start Pay Period" >> onclick="Send_Email();"> >> >> but it's still failing to load the form at all. > > You have "onclick=alert" in the function. Don't you just want the alert? > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Fig Leaf Software provides the highest caliber vendor-authorized > instruction at our training centers in Washington DC, Atlanta, > Chicago, Baltimore, Northern Virginia, or on-site at your location. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325955 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

