MODULES Uize.Comm.Iframe
SEARCHEXAMPLESVIEW SOURCE CODE

1. Introduction

The Uize.Comm.Iframe class implements support for communication to a server by submitting form data to it and targeting its response to an IFRAME.

DEVELOPERS: Chris van Rensburg, Jan Borgersen, original code donated by Zazzle Inc.

The Uize.Comm.Iframe module defines the Uize.Comm.Iframe class, a subclass of the Uize.Comm abstract class. In order to implement support for communication through an IFRAME, this class overrides the implementation of the performRequest instance method inherited from the Uize.Comm base class. There are no additional methods or properties provided by this class - all the interface is provided in the Uize.Comm superclass.