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> '+...
Found the answer:
must use clone() to clone newgroupcode..
$('#Goal_WeightVar').live('click', function() {
var newgroupcode = $('<option value="11">11<option>');
$('#groupslist').append(newgroupcode).trigger("create");
$('#grouplist').append(newgroupcode.clone()).trigger("create")...
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
thanks for your response, but, that created the virtual in IIS on the /s server. Basically, it ran the script remotely. I need the virtual to be in IIS on the server I run the script on but have the virutal setup as "a share located on another computer" and have it point to...
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 agree. This is not my code, though. I inherited this code and am trying to get it working first and add the error check and housecleaning next. Your input is greatly appreciated though.
Chris Scott
The Whole Computer Medical Systems
ECAR,
Thanks for the input. I have checked multiple times and had others check also. After further investigating, it is not client OS dependant. However, I can have two people update the same record with the same updates at different times. One will update fine and the other will error out...
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...
...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 count(*)activity_id from event_log where activity_id=3 and user_name=(select distinct(user_name) from event_log)
Chris
Chris Scott
The Whole Computer...
I could not agree more. Unfortunately, they did not contract with me to do network/server support. I have already spent two days with them expressing your same sentiment. So, I am left with trying to fix this application for them. So far, this has been the only REAL issue.
Chris Scott
The...
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...
Even easier is if our router has a built in dhcp server (usually turned on by default), then you should be able to plug both systems in and make sure dhcp is set on each nic.
Chris Scott
The Whole Computer Medical Systems
Thanks for your input thus far:
Homepage is google.com
Ran the install and still no change in symptoms.
Any other ideas?
I noticed too that I cannot run the add/remove programs from the control panel.
reran virus check with negative results
Chris Scott
The Whole Computer Medical Systems
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...
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.