Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Cindy on Jan 13, 2008 18:41
open dhtmlx forum
In the second framework, the grid can not use the context menu

why in Frame1, the grid can use the context menu;
but in Frame2, the grid can not use the context menu ?

Code:
[
<tr>
<td>
<iframe id="b" name="Frame1" frameborder="0" ></iframe>
</td>
</tr>
<tr>
<td>
<iframe id="c" name="Frame2" frameborder="0" ></iframe>
</td>
</tr>
<tr><td><a href="tclick();">test</a></td></tr>

function tclick(){
ContentFrame.location="listgrid.jsp";
qdFrame.location="listgrid.jsp";
}

]
Answer posted by Support on Jan 14, 2008 02:48
Unfortunately I can't reconstruct problem locally - context menu works normally for me, there is no any known reasons for such behavior.
If problem still occurs for you - please send any kind of sample where it can be reconstructed. ( you can send it directly to support@dhtmlx.com )