*stops searching Google*

Thanks guys! :)

It worked!

-Gel


-----Original Message-----
From: Craig Dudley [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, November 01, 2001 9:52 AM
To: CF-Community
Subject: RE: Two submit buttons..javascript again sorry


assuming that name of the form is jump;
-----------------------------------------

function SubmitSummary()
        {
        document.jump.action = "timeentry_summary.cfm";
        document.jump.submit();
}


<input type="button" value="Submit Summary" onclick="SubmitSummary()">


------------------------------------------
Haven't tested it but it should be fine.

Repeat it for the other form destination and Bob's yer uncle.

Cheers, Craig.


-----Original Message-----
From: Steve Green [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, November 01, 2001 9:54 AM
To: CF-Community
Subject: RE: Two submit buttons..javascript again sorry


Hi

<input type="button"
onclick="document.NameOfYourFormHere.action='timeentry_summary.cfm';docu
ment
NameOfYourFormHere.submit();">

Will that do ya ?

SteG.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to