[WSG] JavaScript Programming Problem

2007-04-15 Thread marvin hunkin
Hi. having a problem with linking my javascript function, to a webpage for an assignment. tried a number of thing. if i take out the javascript line and have got my folder structure correct. when i put in the javascript line, and using jaws 6.10, windows xp pro, and using internet explorer

Re: [WSG] JavaScript Programming Problem

2007-04-15 Thread Tim
I think the javascript should be declared as script type=text/javascriptsrc=scripts/swapstyle.js/script Why not link to the javascript rather then embed it in the page. Bots don't like javascript. Also to be sure for jaws add the noscript element and put the links in there.

RE: [WSG] JavaScript Programming Problem

2007-04-15 Thread Kepler Gelotte
Hi. having a problem with linking my javascript function, to a webpage for an assignment. tried a number of thing. Hi Marvin, I am not sure if this is the cause of your problem but your script line has no end script tag and is also missing a type attribute. It should read: script