Why won't this work in CF7 or CF6x? The button doesn't show as the image nor 
will post send the user to paypal when the button is clicked. Thanks in 
advance. 

<cfmail to="#to_email#" from="#from_email#" subject="test" type="HTML">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
        <head>
                <meta http-equiv="content-type" content="text/html" ; 
charset="iso-8859-1"> 
        </head>
        <body>
        <form action="https://www.paypal.com/cgi-bin/webscr"; method="post">
        <input type="image" 
src="http://www.visitcenter.org/center/x-click-but02.gif"; border="0" 
name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
        </form>
</body></html>
</cfmail> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293988
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to