git-svn-id: https://svn.code.sf.net/p/freetel/code@687 01035d8c-6547-0410-b346-abe4f9...
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 13 Sep 2012 11:16:49 +0000 (11:16 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 13 Sep 2012 11:16:49 +0000 (11:16 +0000)
mini-asterisk-gui2/network.html
mini-asterisk-gui2/phones.js
mini-asterisk-gui2/todo notes

index 5f9b259ebc7e4d5ebe23351a6d811aa5d7d0fb3c..b26e466b526d8dfc9669c69c8084578136395d8f 100644 (file)
@@ -19,7 +19,7 @@
 
 <body onload="initialise()">
 
-  <div id="tooltips"></div></td>
+  <div id="tooltips"></div>
 
   <table align="center" width=800>
   <tr>
index a677f71b3fcdc3bc120b233bc954f0e0f7f36648..3e21045baa99904f18b3fa7a41982affac526209 100644 (file)
@@ -108,7 +108,7 @@ function initialisePage() {
 
     html += "<tr>";
     html += "<td>";
-    html += "<a href=ipphones.html    /a>Add IP Phone";
+    html += "<a href=ipphones.html>Add IP Phone</a>";
     html += "</td>";
 
     // print out submit button
@@ -160,7 +160,7 @@ function initialisePage() {
 
     html += "<tr>";
     html += "<td>";
-    html += "<a href=voiplines.html    /a>Add Voip line";
+    html += "<a href=voiplines.html>Add Voip line</a>";
     html += "</td>";
     html += "</tr>";
 
index 7aa9f5376bb4539839a6f855e4cda687b5f37828..29a3f7a6e55326ac8d170357f5f11e32cdd4e294 100644 (file)
@@ -20,11 +20,12 @@ Functionality work
 3. firefox  update reception button broken
 ---------------------------------------------
    Installed firebug debugger
-   Single step thru reception update code
+   TypeError
    phones.js line 209
-   var total = document.phones.elements['selected_in[]'].length;
-   appears to fail and crash out silently.
-   I cant see any phones element in the document
+   document.phones.elements['selected_in[]'] undefined ... great
+   So how do I code this to work in firefox, chrome and ie?
+
+   I cant see any phones element in the document model.
 
    Start using html validator at http://validator.w3.org/check
 
@@ -32,7 +33,7 @@ Functionality work
       Close my tags !
          <img src="images/sample.jpg" alt="sample" />
 
-   check internet explorer too.
+   internet explorer 9 is ok.
 
 4. network page not working
 ------------------------------