working in iframe
working in iframe
MishaK
Posts: 12Questions: 0Answers: 1
http://www.logistix.ru/1.php
when press button in left frame the strange behavior in right
when press button in left frame the strange behavior in right
This discussion has been closed.
Replies
So to stop this from happening, you want to initialise it only from one (presumably the right hand pane). That would need to present an API method to your left pane that would initialise the table, that the left pane can call (i.e. inter-window communication between the two frames).
Allan
Is there a way to have access to an example of what you are talking about?
I have two tables with completely different functionality.
Both communicate with different servers (JSON) and look different.
So, I cannot be sharing the settings like in the multi-table example.
I am trying to go around this issue using iFrames but the left iframe doesn't work while the right iframe works.
1. In Internet Explorer and Firefox they work perfectly.
2. The problem shows when trying to use mobile devices that use Android for example.
The first iframe doesn't work, while the second iframe works