[Twisted-Python] woven dynamic table cell updating (w/ LivePage)
Donovan Preston
dp at twistedmatrix.com
Fri Oct 10 10:19:10 MDT 2003
On Oct 10, 2003, at 12:08 PM, Justin Johnson wrote:
> Do I have to do something goofy to reference things with javascript
> when
> it is sent using LivePage?
'document' in the context of a clientToServer event is the IFrame in
which the event was sent to the server. So I believe the correct way to
reference things would be through parent.document.
dp
More information about the Twisted-Python
mailing list