I have a number: 64118.56
How do I round this to 65,000?
This works in IE7 Beta but in IE6 the page won't refresh.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title...
I'm using MySQL. I have a form with an HTML editor in two textarea fields. So the textareas output HTML code, which I want to store in the database. Here's the query i'm using to update the ta...
Hi,
I'm working on a form that has already been created for 2004 & updating it for 2005. The previous web developer used the following code to validate the credit card expiration date form...
I'm trying to encrypt the results of a query, then store them to a file which can be downloaded. I am using the encrypt() function which in turn uses Xor.
How could I then decrypt this file...
If I pass an empty field into a stored procedure like so:
<cfstoredproc procedure="myProcedure" datasource="#Application.DSN#" debug="yes" returncode="yes">
<cfprocparam type="in" cfsqltype=...
I want to disable print screen and right click or print the webpage
I'm trying to get geo-locations (latitudes and longitudes) of photos into a database in a decimal format from EXIF gps data. However, the EXIF fields 'gps latitude' and 'gps longitude' are in ...
Is it possible to sort a query after I have made an SQL query?
If I submit this query:
<cfquery datasoure="database" name="test">
SELECT data FROM table
</cfquery>
And I have five...
I got a little problem here. I have a query and I am trying to build an array to populate all the fields in to the array.
Then i need to check if the person is in the folowing list of job...
Trying to dynamically display a DB table from query at top of script. If I remove one of the elements from the query I want the table to alter on the web page.
Just not sure what to put ...
I have a CF form, in flash format, that if the user selects yes (or specify own value) to one question (from a radio button) that enables a list of questions for the end user to complete. If ...
I have a page that has an iframe in it. I want to know if there is a way to use the pass url variables of the page containing the IFRAME to the IFRAME page.
For example:
ParentURLtes...
Hello,
I just wondered if there was a way I could update two records in the same column with different values with the same query?
I have attached a code snippet to demonstrate what I me...
Hello again folks. I created an oracle database, specified the passwords for SYS and SYSTEM and specified the username/password for the repository also.
I then go to CFMX Admin and create ...
I have a MS Access DB with a column of data in all CAPS and I need it in Title case.
Suggestions?
I have created the following CFC based on a UDF I found online somewhere. It basically creates a .ics (iCalendar) file that is e-mailed to a client. The event is accepted by iCal on the Mac ...
How can i make a flash form submit upon the user hitting the ENTER key?
Like in a standard HTML form.
Thanks in advance for any answers..
Am giving 250 points.
I am trying to configure a Microsoft Access data source on Vista 64-bit with ColdFusion 8.0.1. Get this error each time: "Unable to update the NT registry. Variable DRIVERPATH is undefined"
...
Please tell me how to exploit this query with a SQL injection attack!
I've been reading about such attacks and I want to lock down my code a bit better. But, for some reason I can't get my...
Hi i need to use the the euro currency format, which i use: #LSEuroCurrencyFormat(subtotal,"International")#
For Example an output example of this on my .cfm page would be: USD999.00, wh...
Hi,
I found a similar question on this site, but the solution is not what I am looking for.
I need to know if there is a way to reload the keystore/truststore while the JVM is running?
...
A simple question that's holding me up, so I gave it 250! I'm using CDO to send an e-mail where the message body is built based on form responses... problem is inside the declaration of the me...
Does anyone have a step by step example of how to export out datagrid data within flex 3 to a csv file?
I have html and cf code stored in a database. When I call the HTML/CF code into a webpage, it displays all of the coldfusion variables as #variablename# on the actual generated page. I obvious...