Results 1 to 1 of 1

Thread: document.all.tags is not a function

  1. #1
    Junior Member
    Join Date
    Oct 2017
    Posts
    1

    Default document.all.tags is not a function

    Hello everyone,

    i have a problem using java script. In some browser (Mozilla, Chrome) on MAC i get the following error message:

    Uncaught TypeError: document.all.tags is not a function
    at new F_cMain (script.js:2)


    i've found in script.js:

    Code:
    if(!F_NN&&F_MAC){var t=document.all.tags("A");for(var i=0;i<t.length;i++)t[i].ondragstart=F_dragCancel}
    how can I handle this problem. Any idea?

    Regards Roland
    Last edited by rotodt; 10-16-2017 at 08:57 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •