Tech2 Forums - Powered by vBulletin

identical javascript codes

This is a topic on identical javascript codes within the Programmers Corner forums, part of the Technology category; Hi guys, Can i use 2 identical javascript codes in one single page.. The scripts are as follows in single ...

Results 1 to 2 of 2
  1. #1
    Uber Newbie
    Join Date
    Mar 2009
    Posts
    43
    Liked
    0 times
    Reputation points
    0

    identical javascript codes

    Hi guys, Can i use 2 identical javascript codes in one single page..

    The scripts are as follows in single page:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    <script type="text/javascript">
    document.write(unescape("%3Cscript src='" + document.location.protocol + "//zopim.com/?m8sDhbM5dg3XlP5z4PSrMdmNXZ8QDmQf' charset='utf-8' type='text/javascript'%3E%3C/script%3E"));
    </script>

    <script type="text/javascript">
    document.write(unescape("%3Cscript src='" + document.location.protocol + "//zopim.com/?m8sDhbM5dg3XlP5z4PSrMdmNXZ8QDmQf' charset='utf-8' type='text/javascript'%3E%3C/script%3E"));
    </script>

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  2. #2
    Tech2 Members uniquerockrz's Avatar
    Join Date
    Apr 2010
    Location
    Kolkata
    Posts
    171
    Liked
    0 times
    Reputation points
    2

    Re: identical javascript codes

    Why not?
    Oops!

Similar Threads

  1. help me get this script :)
    By $$gururaj$$ in forum Internet Services
    Replies: 4
    Last Post: 01-13-2007, 04:02 PM

Posting Permissions

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