Hi,
We have an application which set sessionmanagement and clientmanagement to yes in application.cfm file. We also append cfid and cftoken to all the links through out the application. The application has a logon page. After login, a summary page shows up with links to all the other modules...
Hi,
Just wondering if ColdFusion has anything to prevent form submission twice when user doubleclicks the submit button. I know Javascript can do the work. But I want to know if there is any server sider solution for this. Thanks.
Hi,
I wonder if I can use a query to list object information for a table, such as name and datatype of columns, constraints, etc. I know this is a simple question but I just couldn't get it by myself. I have searched Books Online but not successful. Thanks!
cshncn
Hi,
I'm new to Java. Can someone tell me how to get JDBC driver for SQL Server? And what's the lowest version of java to support jdbc in applet?
Thank you in advance.
Tony
Hi,
I have a page on a server which is directed to another server (also an ASP page). I just want to display the referrer URL information on the second page. I use Request.ServerVariables("http_referrer") but it gives a blank page. Do I miss anything or any other methods I can use to...
Hi,
I have a problem with the following SQL query:
<cfquery datasource="#db#">
SELECT Field1, Avg(Val(Field2)) AS avg_field2
FROM Table1
GROUP BY Field1
</cfquery>
The above query works fine for the Access database, in which the data type of Filed2 is Text. After I exported the...
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.