Hi, I'm an IT teacher in England running a BTEC course for A-level students, the unit is 'Client -side cutomisation of web pages' and deals specifically with CSS and Javascript, for 1 of the assessment criteria I need to get students to 'explain how web pages using scripts are implemented in two different browsers', now the obvious browsers there I assume would be IE and Firefox and I will need to set the students a task which will require them to write 2 different implementations of javascript to perform the same task (ie because browser incompatibiliti es won't run the same code the same way).
Having checked a lot of blogs tonight I'm finding this difficult, particularly as the students are novice coders and the obscurities of the latest bits of W3C DOM to be implemented in latest browser versions is probably beyond their capabilities. So I suppose my question would be 'is there a simple task or procedure in javascript that is required to be written differently for IE and Firefox, thanks, Dave
Having checked a lot of blogs tonight I'm finding this difficult, particularly as the students are novice coders and the obscurities of the latest bits of W3C DOM to be implemented in latest browser versions is probably beyond their capabilities. So I suppose my question would be 'is there a simple task or procedure in javascript that is required to be written differently for IE and Firefox, thanks, Dave
Comment