Hi guys,
I'm getting an Object expected error on the line I've marked in bold in the following code:
function checkiftoobig(){
var hasbasedata;
var hasothercriteria;
var valuetoreturn;
If ((document.Enquiryform.matrlcod.selectedIndex > 0) || (document.Enquiryform.surfcod.selectedIndex > 0) ||...
Hi,
Hope somebody can help here! I am getting a Win NT server to pipe a directory listing to a text file. Then I get either a Win 98 or Windows ME machine to import this file into a table (using a filespec that only grabs the file name). What is odd is that some of the entries in the text...
Hi all,
I'm having trouble using the CFFILE action="APPEND" tag. I run a query that outputs a whole heap of records which are destined to be placed into a csv file.
I create the file with the appropriate headings. This is not a problem. The problem arises when I get into the cfoutput...
Hi,
I know I'm starting to sound like a broken record about this tag, but its intricacies are endless!
I'm using CFContent (with a cfheader as suggested) to grab an image file (that I want to keep safely hidden from the webserver) and then display it in my page.
This image is used as the...
Has anybody tried to use cfcontent more than once on a page? I am trying to show a number of thumbnail jpg's (about 10). Filepaths for these thumbnails are retrieved from a database via a query which is used in a cfloop. I set a session variable with the filename in the loop, then go off to...
Hi,
This is the code (in its entirety) that I'm running
function tdarray(texttext, valuetext){
this.texttext = texttext;
this.valuetext = valuetext
}
function ChangetdTo(strpfid){
var copyofarray;
var tdtypes=new Array(tdarray);
for (i=0;i < document.setfilters.td.length - 1;i++){...
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.