success and error page as spawn new window

Hi,

How can the success and error page of my send form be opened as spawn windows? And how to generate the neccessary link/trigger in the send form action?

On some webpages spawn windows can be closed by simply clicking in the area around the window. Is it possible to add this functionality somehow in FW via some extra code?

Thanks for your help!

Chris


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

It would be difficult to get this to happen if the spawned window were not already on screen. But if you load the form into the popup, it will automatically bring its results (error or success) into that window, because these popups usually use an iframe, and the default target (if you don’t specify one) use to use _self – the same frame that the form was in. So you would get this for free. ScriptyLightbox3 uses the “click outside the popup to close” behavior by default. I’m not sure what SNW in “iPad mode” does.

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Walter!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options