Let me try to understand this, let's say you have a form with the buttons: UPDATE and DELETE.
And you want to execute an update or delete action depending on the wich button was pressed correct?
If that's the case here's an example:
====================================================
here...
You could also just change the stylesheet
<html>
<head>
<cfif siteType is "web">
<cfinclude template="style1.css">
<cfelse if siteType is "pda">
<cfinclude template="style2.css">
<cfelse>
<cfinclude template="style3.css">...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.