This message was edited by the Thummy at 2002-6-11 5:13:22
This message was edited by the Thummy at 2002-6-10 14:8:32
I thought I had a good "Trick".
In my HTML I just include one scriptfile (<script src='http://....'></script>)
And in this file I refer more files by doing things like:
if(some_cookie_setting){
document.write("<script src='http://....'></script>");
}else{
document.write("<script src='http://....'></script>");
}
My IE browser under win98 thinks its ok (and I think its valid too).
But other browsers (and IE on a Mac) don't "get it"?
What to do?
Does someone else knows a way to archive the same effect?