Search:

Type: Posts; User: Stronzo; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    13
    Views
    11,216

    Remember that I (personally anyways) am using an...

    Remember that I (personally anyways) am using an older browser that doesn't support the newer javascripts, and microsoft is well known for not doing reverse compatibility. So it still might be a...
  2. Replies
    13
    Views
    11,216

    oh yeah

    Here's a copy of the js file that I found this code in.
  3. Replies
    13
    Views
    11,216

    Microsoft web programmers need to read a book

    Someone at microsoft doesn't know how to write code...

    function findDIV(x)
    {
    var oDiv = document.all.tags("DIV");
    var iDiv;
    if (oDiv != null)
    {
    iDiv = oDiv.length;
    for (var...
Results 1 to 3 of 3