Hi acoder,
that totally did it. Thanks a lot, i'll try not to use it if it is not
necessary but in this case, yes, my hands are tied and i am
happy to have found this solution with your help.
Thanks and Regards
Maize
User Profile
Collapse
-
Thanks for the answer. Exactly what i was looking for.
But the editor in the corporate portal removes any javascript and also removes the "onclick" tag in the link before publishing my html. (not in the href part for some reason). This is due to some security issues.
If you know any workarounds let me know. If not, its ok. The answer already helped me a lot.
Thanks and Regards
MarcelLeave a comment:
-
Javascript outerHTML - Shows text on new blank page - Problem
Hi Guys,
i'm having a problem with a little Javascript in a link
Sorry that it is all in a line but it is actually a link. Please wrap.
This results in a new page with only "Initially processing" showing
...Code:<a href="javascript:var Aobj = document.getElementsByTagName('span'); for (var i = 0;i < Aobj.length;i++) { if (Aobj[i].className === 'SLA') { Aobj[i].innerHTML
No activity results to display
Show More
Leave a comment: