Hi again,

I have a form with two <input> tags. The "Login" button executes the file assigned to 
the <form> tag.
How can I have the "Logout" button run a template file rather then the <form>?

        <form action="index.cfm" method="post">

<input type="submit" value="Login" style="background:6C993F" class="loginbutton"> 
<!--- THIS EXECUTES THE ABOVE <form> --->


<input type="submit" value="Logout" style="background:6C993F" 
class="loginbutton"><!--- I WANT THIS TO EXECUTE THE FILE "logout.cfm" --->
</form>


---------------------------------------------------
Colonel Nathan R. Jessop
Commanding Officer
Marine Ground Forces
Guatanamo Bay, Cuba
---------------------------------------------------



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to