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 SkipVought 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. joetadalan

    Two Buttons in Form

    R937 - I thought thats what the solution would be but I am trying to leave this code unchanged because this code is everywhere on our site - <FORM ACTION=&quot;http://ssl.somewebsite.com/addcart2.cfm?urlloc=http://www.somewebsite.com/gokartframe.cfm&quot;; METHOD=POST> <INPUT TYPE =...
  2. joetadalan

    Two Buttons in Form

    I forgot when I try and use <a href=&quot;newpage.cfm> ... the newpage.cfm does not know about the variable in the form - I tried putting the form inside of a CFOUTPUT Tag. I also tried to pass the variables using <a href=&quot;newpage.cfm?code=#Code# ...> This does not work - when...
  3. joetadalan

    Two Buttons in Form

    I am trying to use the following code and having problems with how to get it to work - <FORM ACTION=&quot;http://ssl.somewebsite.com/addcart2.cfm?urlloc=http://www.somewebsite.com/gokartframe.cfm&quot; METHOD=POST> <INPUT TYPE = &quot;hidden&quot; NAME = &quot;code&quot; VALUE =...
  4. joetadalan

    More on Passing Parameters

    The last question - I asked about passing parameters worked great - now I am trying to do it again in a different page and it does not work - Here is some of the code - <CFQUERY NAME=&quot;get_added_record&quot; DATASOURCE=&quot;gift&quot; DBTYPE=&quot;ODBC&quot;> Select * from gift where...
  5. joetadalan

    Passing Parameters

    I am new to ColdFusion and this is my problem - I have created a login screen - User Name Password Confirm Password Once that has been Validated - I bring up a new information screen - general information with the User Name being brought over as a display only field - The problem occurs when...

Part and Inventory Search

Back
Top