Comments: 16
How do you combine two forms before submitting them as one form?
Comments: 8
Hi. I have a registration form in which i have to validate and show a confirm box in the same page.. i m doing both as two diff function calls and i m calling a function inside another function because a f...
Comments: 8
The script below only works if I leave the alert in. If I comment it out, the script does nothing. It should work without the alert. It should iterate through each element with the 'editable' class and up...
Comments: 5
hi, weve got a simple windows 2003 server, with a raid 5, set to 2 drives c: & d:, c: has 15gb, and has 13 gb used up, we keep the data on d: i see theres an i386 folder in...
Comments: 10
Given the current date in JavaScript, how can I get a list of all the dates that fall in that week (mon-sun). So if today was 5/10/2011, it would give me back: 5/9/2011 5/1...
Comments: 4
I'm trying to teach myself Javascript. I've used jQuery and understand it, but I'm trying to learn how things actually work under the hood. I've been teaching myself some AJAX techniques and I'...
Comments: 18
Hi, I am trying to select a span with jquery: $('span').css({color: #30a01f}); but its not working. Any ideas? Also, how would I select it according to its di...
Comments: 17
Hi, The following code is a show/hide based on the options in a dropdown. I need to add to this. I need to add if parseInt (num) == 4 then show div #4 but I can't seem ...
Comments: 10
Hello, I have an HTML page that has a large form on it. The form has lots of repeating fields. One field in paticular is a <select> field named cmdvalue. I have a button that when clicked perfo...
Comments: 6
My JavaScript abilities are rudimentary at best. In the attached code, I need an else statement for the following section so that if "mymessage" is not equal to "LT" and/or arrValues is NOT I...
Comments: 7
I have multiple image coordinates saved in a database. I want to pull out the values with a php script. The following works, but I want to make it more efficient with php loop. I am currently using two ...
Comments: 6
I am trying to figure out how to reload the data for Jquery plugin FullCalendar. I have a very simple fully working demo that shows what I am trying to do. Essentially, I do not know how to reload the da...
Comments: 9
By having both txtStartDate and txtEndDate, once select a date from 2nd calendar extender, is there a way to calculate the txtStartDate and txtEndDate after selected a date from 2nd calendar ...
Comments: 2
I have the following test case: <!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> </head> ...
Comments: 14
I am using visual web developer 2005 to build a web form to capture data. The data is sent to an MS sql database in the back end. I want to enable and disable textboxes based on items sel...
Comments: 3
Hi, how can I make this text red color and bold. oaktree.addItem("Countries", "", "index.cfm?C=0") oaktree.addItem("States", "", "index.cfm?C=0") ...
Comments: 5
I have a script that currently pulls all of the computer names in Active Directory, and puts them into a spreadsheet. What I am having trouble with now, is figuring out how to send a NET SEND message ...
Comments: 7
Dear developers, I am coding this website for a client who wants to create a survey that gets displayed on a modal windows (you have to click "take survey in order to display the modal windo...
Comments: 11
I have a JavaScript Function working with a Telerik RadGrid. In the attached script, I would like to change the if (mymessage == "LT") so that it would ALSO have the following logic ...
Comments: 2
I have an ASP.NET CheckBoxList control in my form. A CBL control renders as an HTML table with rows where on each row is a single TD cell containing the INPUT checkbox and a label. See ...
Comments: 13
Hi - I have two pages using the same script. The second page has an additional javascript function as well. On the second page - the scripts seem to cancel each other out. I can have one...
Comments: 5
This links in with a couple of other posts here: I have this code: This validates a form 'extra1' and 'extra2'. The problem is, these are dynamic, and it is possible that those for...
Comments: 4
Why do I get more than 3 results for tags matching 'a'?
Comments: 7
Hi Experts I need a little advice with the datepicker in jqui... I have an input[type=text] with an id='datepicker' when the textbox is clicked up pops the jqui datepicker as you...
Comments: 6
HI Guys, Firstly - thank you for taking the time to read my question!! I have the following lines which I am trying to implement but it is not working. <xsl:variable name="scp" select...