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 strongm 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. 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
  16. ScottNeth

    Inserting word files into SQL server

    Ok, this is probably a &quot;designing web sites 101&quot; question, but how do I insert, upload, and store a word document (or pdf or rft, etc) into a SQL server? I've got the interface set up to accept a file - but I'm not sure what datatype the column is supposed to be...nor >sheepish grin<...
  17. ScottNeth

    Getting started with UltraDev on a Mac

    I tried running on MAC OS 9 - the live data feature won't work (which I don't use anyway) - if you use a remote site (in ColdFusion anyway) you can develop and run off the development server. I couldn't figure out the Apache webserver stuff so that's how I worked around it. Scott Neth Web...
  18. ScottNeth

    SQL Server Columns

    Check your DNS - I run coldfusion so this may not be applicable to your situation, but I know the CFAdministrator has to have the DNS also - those table columns should show up. Scott Neth Web Designer/Cyberpunk
  19. ScottNeth

    Showing seconds in a clock

    Ok, this is more something that's been irritating me more than soemthing that's essential - in ColdFusion, how do you show the precise time where the seconds change w/out having to reload the browser? I've got the <cfset todayDate=Now()> <cfoutput> #DateFormat(TodayDate, &quot;mmm dd...
  20. ScottNeth

    Hello. I have a problem with the

    maybe a stupid suggestion - but try converting the tables to layers and use percentages for layer size. Scott Neth Web Designer/Cyberpunk

Part and Inventory Search

Back
Top