I am using JQ/JQM. In the code below, I get a list of userid's in the data.userids ajax result returns. That is working correctly because I get an expected list of 7,166 back. These userid's correspond to a checkbox(sendtext_userid or sendtext_7). I am trying to loop through the checkboxes...
Not sure the subject explains this but I have a div I populate with results returned from an ajax call.
$('#clubsearch_list div[data-role="content"]').append(data.clublist[i].accountname +'<br> '+...
Using jquery/jqm I need to add an option to 2 selectboxes. I can get one to update but not the other. How do I get the other one to update. Notice the S in the names/id's Whichever .append is listed 2nd is the one that is updated.
html:
<input type="button" name="Goal_WeightVar"...
I am upgrading my server from windows 2000 to windows 2003. Is it possible to use the same ssl certificate on windows server 2003 as I did on windows 2000? Or, do I need to purchase a new one?
Chris Scott
I am trying to use iisvdir to create a virtual diretory. If my directory is local, the command works fine.
iisvdir /create w3svc/1/root Testme c:\testdir
However, if I try to use a remote share like this:
iisvdir /create w3svc/1/root Testme \\server\testfolder
where testfolder is properly...
I have an update into my database using sql not cfupdate. When I execute the update from a winXP workstation, the update goes through fine. When I use a win2000 workstation I get the following error:
Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression.
Both...
I have a pop up form that is based on an id from the parent form. On the popup form I have a hidden field that is populated with this id. When I try to add a new record, the field is blank. How can I maintain the id value sent from the parent for so I can view records as well as add new ones...
I need to build a query. I have a table with user login log info. every time a user logs in, an entry with sessionstart(activity_id) and user_name is entered in the table. I need a query that counts the number of times each user has logged in. This is the sql that I have so far:
select...
How can I make this code backward compatible to v4.5?
<cfobject component="#Request.APIRoot#Calendar"
name="Calendar">
I am from the v5+. Never any exposure to 4.5. My client has had to revert to 4.5 for some reason unknow to me. I do apologize if there is additional info required.
I do...
Not sure if this is the right forum but when I try to open IE, the browser window opens briefly then treats the page I am trying to display as a file download. The file download box pops up asking me if I want to open or save the file from the site I am accessing.
I have tried the file...
I have a page with three frames on it(frNav,frMain and frOder). I have used this in the past with success but am failing on this attempt to retrieve the value of a textbox and pass it to a textbox in another frame. This script is in the <head> document in the frMain frame. Below is the...
I have an application that allows users to view pdf files. My problem is with the current adobe reader(v6), it takes forever to load when the first document is clicked and sucks up 35m of memory space. Is there a way to minimize the resources adobe starts with or is there a "lite"...
Has anyone perfected the scheduled tasks. I am running cf on win 2k pro. Never have been able to get the task to "fire". It works fine when I hit the run scheduled task button manually. It just won't fire automatically. Am I missing something? Is it a win2kpro vs win2kserver...
I have a query in which I need find a value within a field of the table. Eg.
<cfquery name="testq" datasource="#da#">
SELECT * FROM tblName WHERE #enteredvalue# IN(viewlist)
</cfquery>
viewlist is a column in the table with a comma delimited list as a field value. I am...
I have a textarea in a form that has enough data to require a scroll bar vertically. The problem is that when I click one click on the down scroll arrow, the scroll bar goes all the way to the bottom of the scrollbar. When I use my "wheel" on my mouse, it scrolls one line at a time...
OK,
I have cf server running on a web server on my LAN. When I use cfhttp to call a file on the lan all is well. When I try to call a page on the Internet, I get a connection failure. All website pages work fine when connecting via the Internet or the LAN. It is just when cfhttp calls a page...
OK, I do not do this often enough to remember the syntax for the following loop sequence:
<cfloop index="i" from="1" to"3" step="1">
<CFQUERY datasource="#datasource#" name="att#i#vals">
SELECT * FROM Attributes
WHERE...
I am having a problem updating a record field in the db. I have a field with a comma delimited list of id numbers. Is there a way to identify a record and remove a single id from the list in one statment. Similiar to this:
<cfquery name="recupdate"...
Why would this query return duplicate reportnumber records when I am using the distinct reportnumber in the select statement?
SELECT DISTINCT reportnumber, lpatname + ',' + fpatname AS patname,reportdate,hideview,reportid,physicianid,ssn,signdate,locked,mdedit,transedit FROM reports
WHERE...
When you go to a page to enter your username and password, in the username field when you begin typing you get the autocomplete or if you "down arrow" you get a list of values previously input. Is there a way, from an html standpoint, to disable the list or delete it?
Chris Scott
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.