Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 461325
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T22:57:49+00:00 2026-05-12T22:57:49+00:00

My source is working in IE but not in Mozilla. Please help me. <script

  • 0

My source is working in IE but not in Mozilla. Please help me.

<script type="text/javascript">
<!--
var adOpenDynamic = 2;
var adLockOptimistic = 3;

/* Path of database.
*/
var strDbPath = "..\\SRVGdb.mdb";

/*
Here is the ConnectionString for Microsoft Access.
If you want to use SQL or other databases, you hav to change the connection string..
eg: SQL => var conn_str = "Provider=sqloledb; Data Source=itdev; Initial Catalog=pubs; User ID=sa;Password=yourpassword";
*/
var conn_str = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + strDbPath;

function getAdoDb(strAdoType) {
    if (window.ActiveXObject) {
        return new ActiveXObject(strAdoType);
    }
    else {
        return ActiveXObject(strAdoType);
    }
}

function showReports() {
    try {
        var tablevar="<table width=\"100%\" border=\"1\">"
                    +"  <tr><td></td>"
                    +"  </tr>";

        //Database Connection
        var conn = getAdoDb("ADODB.Connection");
        conn.open(conn_str, "", "");

       //Recordset
       var rs = new ActiveXObject("ADODB.Recordset");
       strQuery = "SELECT * FROM GuestBook";
       rs.open(strQuery, conn, adOpenDynamic, adLockOptimistic);

       if (!rs.bof) {
           rs.MoveFirst();

           while(!rs.eof) {

               if(document.layers){
            document.getElementById("one").open();

            document.getElementById("one").close();
               }
           else {

                    tablevar+="  <tr>"
                    +"    <td>"+"Sur Name: <br> Fore Name: <br> Home Address: <br> PinCode: <br> Contact Number: <br> E-mail: <br> Date of Birth: <br>  Nationality: <br> University: <br> Available Timings: <br> Interested Courses: <br> Other Courses:  <br> Expected Money:  <br> Any More Information: <br> "+"</td>"
                    +"    <td>"+rs.fields(0).value+"<br>"+rs.fields(1).value+"<br>"+rs.fields(2).value+"<br>"+rs.fields(3).value+"<br>"+rs.fields(4).value+"<br>"+rs.fields(5).value+"<br>"+rs.fields(6).value+"<br>"+rs.fields(7).value+"<br>"+rs.fields(8).value+"<br>"+rs.fields(9).value+"<br>"+rs.fields(10).value+"<br>"+rs.fields(11).value+"<br>"+rs.fields(12).value+"<br>"+rs.fields(13).value+"<br></td>"
      +"  </tr>";

                document.getElementById("one").innerHTML=tablevar;

                }

                rs.MoveNext();
            }
      }
      else{

          if(document.layers){
         document.getElementById("one").open();

         document.getElementById("one").close();
          }
          else{

        document.all("one").innerHTML="No Records To Display.";

          }
          //No Records.

      }
      conn.close();


       tablevar+= "</table>";

} catch(ex) {
     alert(ex.message);
}
}

//-->
</script>

thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T22:57:49+00:00Added an answer on May 12, 2026 at 10:57 pm

    ActiveXObject is IE specific and you wont be able to execute that in a non IE browser.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a few developers working on the same VS2005 solution, but our source
I have tried this, but not working. tbl1.rows[0].cells[0].id ='myId'; and this is also not
I am using jQuery autocomplete which is working fine with existing element but not
I am quite new to javascript, but not to programing in general. What I
I use this http://goo.gl/d3vLW code for my project, but it's not working the way
I have the following line in a shell script: source bash_profile It does not
I created a UISearchBar. It is working but not the way I want. If
I have a simple mapping and it is working but it's not filling in
I try to use this dll: http://www.eggheadcafe.com/articles/20050129.asp but not working. i always get timeout
I've looked through similar questions but not found the exact working solution I'm after.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.