Forum: Community Introductions Mar 24th, 2006 |
| Replies: 3 Views: 832 Re: Intro MIS is management of information systems.
The only problem is my first job is asking me to do web programming and my experience there is limited except for simple pages we created in HTML in... |
Forum: JavaScript / DHTML / AJAX Mar 23rd, 2006 |
| Replies: 12 Views: 23,718 Re: Javascript and Firefox ISSUES Here is the error that I keep getting. The page opens but it won't work from there.
"A script on this page may be busy, or it may have stopped responding. you can stop the script now, or you can... |
Forum: JavaScript / DHTML / AJAX Mar 23rd, 2006 |
| Replies: 12 Views: 23,718 Re: Javascript and Firefox ISSUES function _TF_trimWhitespace(txt) {
var strTmp = txt;
//trimming from the front
for (counter=0; counter<strTmp.length; counter++)
if (strTmp.charAt(counter) != " ")
break;
//trimming from the... |
Forum: JavaScript / DHTML / AJAX Mar 23rd, 2006 |
| Replies: 12 Views: 23,718 Re: Javascript and Firefox ISSUES Using the javascript console gave me the error that I have been getting but it didn't help any further than that. Should I post my script to see to see if there are errors in it or why it isn't... |
Forum: JavaScript / DHTML / AJAX Mar 23rd, 2006 |
| Replies: 12 Views: 23,718 |
Forum: JavaScript / DHTML / AJAX Mar 23rd, 2006 |
| Replies: 12 Views: 23,718 Javascript and Firefox ISSUES My javascript code works in IE but not in Firefox. Is there anyone that can help with this. If so, I can post my script and see where the problem is. I haven't used javascript for long so my... |
Forum: Community Introductions Mar 23rd, 2006 |
| Replies: 3 Views: 832 Intro Name: Brian
Location: Ohio
Hobbies: Computer, cars, hanging out
Work: Just finished school and started a job w/ small company as MIS
specialist. There are only two of us in the entire IT... |