Hi,<br><br>I've noticed that firefox (maybe other browsers too - i've not checked) attempts to load and image in this type of structure:<br><br><div id="template" style="display:none"><br>
<div mjt.def="mkexample(o)"><br> <img src="${o.src}"/><br> </div><br></div><br><br>It attempts to load a file called ${o.src}... I would have thought the display:none would have taken care of that, guess not. The solution is to use
mjt.src instead of just src. I thought I would point it out as this kind of thing could easily not be noticed - it makes the page load more slowly and hits the server unnecessarily.<br><br>I also have a question, are there other attributes which could cause similar performance problems?
I.e. could using class instead of mjt.class cause the browser to do some unnecessary work when it loads the page?<br><br>Thanks!<br><br>Geoff<br>