Forum: JavaScript / DHTML / AJAX Mar 22nd, 2008 |
| Replies: 3 Views: 981 Ok,
There's nothing wrong with this bit of load time. It only took about 2 seconds for the page to load, and that's fine. Go to myspace and look at how long that piece takes to download.
To... |
Forum: JavaScript / DHTML / AJAX Mar 22nd, 2008 |
| Replies: 3 Views: 2,437 I don't know how I found this but I did.
alert("Please select Advisor");
document.frmStudentInfo.lstF_ID.selectedIndex == 0;
return false;
}
there is no... |
Forum: JavaScript / DHTML / AJAX Feb 28th, 2008 |
| Replies: 9 Views: 7,630 IE also might not like the "" around your id in getElementById I'm not sure though
Sage |
Forum: JavaScript / DHTML / AJAX Feb 28th, 2008 |
| Replies: 9 Views: 7,630 this sounds like the way IE is handling your script.
Which event are you using as your trigger?
A lot of this works better by using prototype or mootools as these libraries have all of the... |
Forum: JavaScript / DHTML / AJAX Feb 27th, 2008 |
| Replies: 9 Views: 7,630 yeah, try using double quotes instead of single around the color...
if that doesn't work...
on line 3 and 4 call it filed2
Sage |
Forum: JavaScript / DHTML / AJAX Feb 27th, 2008 |
| Replies: 6 Views: 17,743 acutally, you can just use class, since class is the attribute, and I believe that newClass requires quote...
There are times where you have a hard time working with "this.id" use oneTd instead of... |
Forum: JavaScript / DHTML / AJAX Feb 19th, 2008 |
| Replies: 1 Views: 806 If you show us your code, it might help to see where you went wrong, however, I will venture a quick uneducated guess.
Somewhere you have an if statment that shows != which should have been ==... |
Forum: JavaScript / DHTML / AJAX Feb 17th, 2008 |
| Replies: 1 Views: 1,788 I should mention, my last statement "I do not get javascript error at all in IE". What I mean is that, the code simply works as it should in FF with no errors, but, doesn't do anything at all in IE.... |
Forum: JavaScript / DHTML / AJAX Feb 16th, 2008 |
| Replies: 1 Views: 1,788 Hi all,
At work, we are using prototype vs 1.5 (don't know the sub version off hand).
I have been doing all of my development in firefox. The problem is almost 80% of our site's users use IE6 or... |
Forum: JavaScript / DHTML / AJAX Jan 23rd, 2008 |
| Replies: 1 Views: 1,136 I am constructing survey page for a client, and it's getting extremely long winded.
There are 290 questions and all are required.
This means, typing out huge amounts of stuff, obviously, but, I was... |
Forum: JavaScript / DHTML / AJAX Jan 18th, 2008 |
| Replies: 0 Views: 594 Hey all,
some of you know me from some of my earlier questions with my css stuff.
I recently interviewed for a position for a company who uses ajax. All their AJAX stuff is already built, so,... |