Forum: JavaScript / DHTML / AJAX Mar 22nd, 2008 |
| Replies: 3 Views: 2,424 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,559 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,559 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,559 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 |