inputFilePageobject
File dialog event page. This page is used by the IFDB Storage Server file dialog to return information to the game UI. The IFDB dialog page can’t itself perform scripting actions on the enclosing dialog frame, since it’s being served from a different domain - browsers prohibit cross-domain scripting for security reasons. The IFDB dialog must therefore navigate back to a page within the game server domain in order to return information through scripting. This is that page: when the IFDB page is ready to return information, it navigates its frame to this page, passing the return values in the request parameters. Since this page is served by the game server, within the game server domain, the browser allows it to use scripting actions on its enclosing frame. We finish the job by dismissing the dialog in the UI.
inputFilePage
:
WebResource
Superclass Tree (in declaration order)
inputFilePage
WebResource
` object`
Summary of Properties
Inherited from WebResource
:
group
priority
Summary of Methods
Inherited from WebResource
:
matchRequest
sendAck
sendXML
Properties
vpath
OVERRIDDEN
no description available
Methods
processRequest (req, query)
OVERRIDDEN
no description available
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3