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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ScottNeth

  1. ScottNeth

    Close window after inactive

    Hi - I work with Jon who originally posted this message - I'm a javascript newbie so forgive the stupid question, but if you want a refresh to occur when the user hits the cancel button, what would you add to the script? Scott Neth Web Designer
  2. ScottNeth

    Setting a variable's name using a variable....

    I have an interesting delimma - I'm attempting to build a universal reporting tool for our orders that can expand as the tool expands (columns added for new product types, etc.). I went into the system key and pulled all of the column names for my ordering table (dbo.telcondet) and placed...
  3. ScottNeth

    cfmail read receipt

    I have a program that sends out a customer order confirmation every time an order is entered, however, several of my orders have wrong e-mail addresses and I need to have a read and/or a received receipt sent back to the person typing the order in. Knowing that e-mail is simply a modified HTML...
  4. ScottNeth

    setting variables and using in a custom tag

    the attribute worked perfectly...this has been something that I should have gotten at a week ago...I really appreciate the help Scott Neth Web Designer/Cyberpunk
  5. ScottNeth

    setting variables and using in a custom tag

    I am trying to <cfset contractname=&quot;1001&quot;> based on a bunch of <cif> statements from a table of flags, but when I use a custom tag, the value <cfoutput>#ContractName#</cfoutput> won't stick in the custom tag. Scott Neth Web Designer/Cyberpunk
  6. ScottNeth

    inserting a template into a hidden field

    It didn't quite work. Here's what I tried: <cffile action = &quot;write&quot; file = &quot;E:\DOCS_OUTSIDE\EXTERNAL_CHANNELS\secure\#form.ehyperlink#.txt&quot; output = &quot; <cfinclude template=&quot; ../Secure/Req/eSignDocs/#rsLoginVerification.docNumber#/Doc.cfm&quot;>&quot;>...
  7. ScottNeth

    inserting a template into a hidden field

    ARG! This is driving me nuts and I've been working on it three days: <input type=&quot;hidden&quot; name=&quot;doc&quot; value= &quot;<cfinclude template= &quot;../Secure/Req/eSignDocs/#rsLoginVerification.docNumber#/Doc.cfm&quot;>&quot;> I have a contract that needs to be stored in...
  8. ScottNeth

    MAC Address from IP address

    I need to know if there is a LEGAL way to get a MAC address from an IP address - the reason I'm asking is because I need legal verification for electonic signatures that the computer we intended the verification go to is the computer that did the verification - and no PKI is not a feesable...
  9. ScottNeth

    Writing from three text fields into one hidden field for a search page

    I need to pass a hidden variable called BTN that consists of three parts of a phone number (the area code, the NXX, and the line number). The three parts have to be entered seperately in three text fields on one search page - how exactly do I funnel them into a single string in a hidden field...
  10. ScottNeth

    Tracking an IP address

    D'oh - never mind...found it in the coldfusion forum...it's #remote_addr# for anyone curious. Scott Neth Web Designer/Cyberpunk
  11. ScottNeth

    Tracking an IP address

    What's the script to get someone's IP address? I need to store them in a database along with log on information. I know it's something like <cfoutput>#cgi.RemoteAddress#</cfoutput> but I can't remember the exact command and its in none of my books! Scott Neth Web Designer/Cyberpunk
  12. ScottNeth

    Freeze header row

    2 idea, maybe both are worthless - how about 1)table with two rows. First row contains the header information. Second row is a repeated region that shows 10 (or however many) records - then add one of those record navigation bars. Other idea, try using layers instead of tables - I run into...
  13. ScottNeth

    DWMX/PHP user authentication problem

    I had a problem with using authentication on my site because my corporate security wouldn't let me use whatever variables it is that DWUD usually uses. Here's the work around I did. I made a table (Users) of the users login ID's and a flag (I think I used the number 1 or something). I built a...
  14. ScottNeth

    Inserting word files into SQL server

    That's exactly what I've been doing - but I have a server push limit of two per day - so every time I push files, it counts toward my limit. I do everything in CF and store as much as I can in SQL so that I can update pages without hitting my limit. I have about 500 contracts I need to store...
  15. ScottNeth

    Showing seconds in a clock

    Nice...very nice. I tweaked the layer size a little and added a color to match the rest of the page and its perfect. Scott Neth Web Designer/Cyberpunk

Part and Inventory Search

Back
Top