Here is a Javascript function which can deal with the (IE), Netscape(NN) and Mozila(MO) differences:
function ChangeContent(id, str) {
if (type=="IE") {
document.all[id].innerHTML = str;
}
if (type=="NN") {
document.layers[id].document.open()...
Segmentation/Grouping will do the trick, but often doing you own data compression can save time and effort too.
"When in doubt - move a pawn"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.