Hi.
Thank you for the excellent work.

I have a problem with InPlaceEditor.
This is my snippet code :

------------------------------------------------------------------
<form action="#" name="form2" method="get">
  <script type="text/javascript">
                new Ajax.InPlaceEditor($('nazarat2'), 'query.php?ajax', {
                        rows:15, cols:40, okControl:true, cancelControl:true, 
ajaxOptions:
{method: 'get'}
                })
                </script>
  <input type="hidden" name="hiddenFieldId2" id="hiddenFieldId2"
value="2" />
  <table width="90%" border="1" align="center" cellpadding="3"
cellspacing="1" dir="rtl">
    <tr>
      <th align="center" dir="rtl">http://localhost/show_thread.php?
p=news&amp;id=39</th>
    </tr>
    <tr>
      <td align="right" dir="rtl"><div id="nazarat2">Text (Click to
edit)</div></td>
    </tr>
    <tr>
      <td align="center">
        <input type="submit" name="delete2" id="delete2" value="
Delete " />
        &nbsp;&nbsp;&nbsp;&nbsp;
        <input type="submit" name="acceptance2" id="acceptance2"
value=" Accept " />
      </td>
    </tr>
  </table>
</form>
------------------------------------------------------------------

I'm using FF3 and I trace it with Firebug (FF3 plug in), this error
occurred
http://i33.tinypic.com/24g98pl.png

How can I solve it ?

Best regards and thanks in advance.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to