Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. stevenng

    determining which button was pressed on form

    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...
  2. stevenng

    CFINCLUDE with different font sizes

    You could also just change the stylesheet <html> <head> <cfif siteType is &quot;web&quot;> <cfinclude template=&quot;style1.css&quot;> <cfelse if siteType is &quot;pda&quot;> <cfinclude template=&quot;style2.css&quot;> <cfelse> <cfinclude template=&quot;style3.css&quot;>...

Part and Inventory Search

Back
Top