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. redherring917

    XML Integration - ASP equivalent in CF

    Thanks. FYI - this was my final solution. Not entirely sure where I initially missed the boat, but 2 formfields and including the xml version tag within the cfhttpparam name / value pair explicity vs. as part of the xml string seemed to do it. <cfhttp...
  2. redherring917

    XML Integration - ASP equivalent in CF

    Hi there - I need to integrate a CF application with a payment processing service via XML and process the returned XML response accordingly. Seems simple enough, yet I CONTINUE to stumble. Without yet dealing with the response, (because I can't even seem to get that far yet), here's the gist...
  3. redherring917

    Syntax for CFSET within Javascript function

    Could potentially just be exposing my ignorance here, but that's never stopped me before... If I use javascript to populate a hidden form field on my popup window with the value from my opener window, can I then reference the value of this hidden field on the popup window using ColdFusion? Thanks.
  4. redherring917

    Syntax for CFSET within Javascript function

    Thanks to all. I "knew" this at one time... I hate having to re-learn things that I obviously didn't learn quite well enough the first (second, third...) time. Got to go a different route as the value of the variable I wanted to access, (really a comma delimited list), is too long to pass in...
  5. redherring917

    Syntax for CFSET within Javascript function

    Within a popup window, I want to use CFSET to set a ColdFusion variable to the value of a form field found in the opener window. The following grabs the value of the form field - a string - just fine and successfully stuffs it into the variable "checkbox_valueM", but I can't for the life of me...

Part and Inventory Search

Back
Top