Thanks I did so and he told me Im right about where I should be. He told me that I got chosen out of 6 other applicant because the have confidence in me. So that help my morale.
I recently graduated from college with a BS in Computer Science. Before that I did 7 years in the AF as a cop and 2 tours in Iraq. The last years in school I worked as a paid intern and...
I am working on a water mgmnt sys for a company and need to add hours to a datetime value in oder to produce a projected datetime value. I dont know if this can be done but any help would be great.
...
I guess Im not following your response. The code you posted is from the formatCurrency(), which happens after the fact. The problem is when I do
var newcName = parseInt(cName)-1;
var cols =...
So in there what Im doing is a spreadsheet like application. Now columns 4 and 5 have an input that triggers onkeyup. Those columns have the same name attribute but have different ids....
well this info is going to be sent to a php file. The way this need to be sent is on 3 separate arrays, one with the counts of serials per size. This array will look like 3|2|3|...N.
The second...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<script>
function AddInput(k) {
...
I have this code with some inputs that the user has to have the ability to add more if needed at the same time each input needs to be unique since im sending these values to a php for db input.
So I looked and found that on line 167 table was null on reload. Then I found this http://www.tek-tips.com/faqs.cfm?fid=3046 I moved the getSeparatorCW(); call after the body tags and it works now.
Hello I'm building this spreadsheet like system where if you click an asset on the table a lightbox pops up with a form. After the close there is a callback that calls an ajax to remove session IDs...
ok so I tried that to see if I was getting the url passed to the colorbox stuff and it worked now the only problem is that when the colorbox pops all I see are the borders all jacked up and idk why.