Forum Moderators: open
sharelayer="<a href=javascript:shareme('http://del.icio.us/post?url=')>";
document.getElementById(whichontab).innerHTML= sharelayer;
...when I do this, the HTML shows up correctly if I remove the single quotes around the URL. But of course if I do that then the Javascript won't interpret that String value properly.
And of course it all works fine on Firefox.
Any ideas?
Thanks.
Neal
.... turns out it is the specific combination of two sequential characters that is the issue: =' or =" ... in both these cases the HTML seems to escape in MSIE7 and become text. Lovely little 'feature' there. Is Microsoft hardcoding shortcut exceptions into their Javascript engine now? I'm seen something similar where I had URLs that had §ion= in my URL being interpreted so that § was being treated as § and it was screwing up my URL. I wonder how many of these there are. :(