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
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...
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...
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
I am trying to <cfset contractname="1001"> 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
ARG! This is driving me nuts and I've been working on it three days:
<input type="hidden" name="doc" value= "<cfinclude template= "../Secure/Req/eSignDocs/#rsLoginVerification.docNumber#/Doc.cfm">">
I have a contract that needs to be stored in...
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...
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...
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
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...
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...
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...
Ok, this is probably a "designing web sites 101" 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<...
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...
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
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, "mmm dd...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.